OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // This file is auto-generated from | 5 // This file is auto-generated from |
6 // gpu/command_buffer/build_gles2_cmd_buffer.py | 6 // gpu/command_buffer/build_gles2_cmd_buffer.py |
7 // DO NOT EDIT! | 7 // DO NOT EDIT! |
8 | 8 |
9 #include "ppapi/shared_impl/ppb_opengles2_shared.h" | 9 #include "ppapi/shared_impl/ppb_opengles2_shared.h" |
10 | 10 |
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 &VertexAttrib2fv, | 981 &VertexAttrib2fv, |
982 &VertexAttrib3f, | 982 &VertexAttrib3f, |
983 &VertexAttrib3fv, | 983 &VertexAttrib3fv, |
984 &VertexAttrib4f, | 984 &VertexAttrib4f, |
985 &VertexAttrib4fv, | 985 &VertexAttrib4fv, |
986 &VertexAttribPointer, | 986 &VertexAttribPointer, |
987 &Viewport | 987 &Viewport |
988 }; | 988 }; |
989 return &ppb_opengles2; | 989 return &ppb_opengles2; |
990 } | 990 } |
991 const PPB_OpenGLES2InstancedArrays_Dev* PPB_OpenGLES2_Shared::GetInstancedArrays
Interface() { // NOLINT | 991 const PPB_OpenGLES2InstancedArrays* PPB_OpenGLES2_Shared::GetInstancedArraysInte
rface() { // NOLINT |
992 static const struct PPB_OpenGLES2InstancedArrays_Dev ppb_opengles2 = { | 992 static const struct PPB_OpenGLES2InstancedArrays ppb_opengles2 = { |
993 &DrawArraysInstancedANGLE, | 993 &DrawArraysInstancedANGLE, |
994 &DrawElementsInstancedANGLE, | 994 &DrawElementsInstancedANGLE, |
995 &VertexAttribDivisorANGLE | 995 &VertexAttribDivisorANGLE |
996 }; | 996 }; |
997 return &ppb_opengles2; | 997 return &ppb_opengles2; |
998 } | 998 } |
999 const PPB_OpenGLES2FramebufferBlit_Dev* PPB_OpenGLES2_Shared::GetFramebufferBlit
Interface() { // NOLINT | 999 const PPB_OpenGLES2FramebufferBlit* PPB_OpenGLES2_Shared::GetFramebufferBlitInte
rface() { // NOLINT |
1000 static const struct PPB_OpenGLES2FramebufferBlit_Dev ppb_opengles2 = { | 1000 static const struct PPB_OpenGLES2FramebufferBlit ppb_opengles2 = { |
1001 &BlitFramebufferEXT | 1001 &BlitFramebufferEXT |
1002 }; | 1002 }; |
1003 return &ppb_opengles2; | 1003 return &ppb_opengles2; |
1004 } | 1004 } |
1005 const PPB_OpenGLES2FramebufferMultisample_Dev* PPB_OpenGLES2_Shared::GetFramebuf
ferMultisampleInterface() { // NOLINT | 1005 const PPB_OpenGLES2FramebufferMultisample* PPB_OpenGLES2_Shared::GetFramebufferM
ultisampleInterface() { // NOLINT |
1006 static const struct PPB_OpenGLES2FramebufferMultisample_Dev ppb_opengles2 = { | 1006 static const struct PPB_OpenGLES2FramebufferMultisample ppb_opengles2 = { |
1007 &RenderbufferStorageMultisampleEXT | 1007 &RenderbufferStorageMultisampleEXT |
1008 }; | 1008 }; |
1009 return &ppb_opengles2; | 1009 return &ppb_opengles2; |
1010 } | 1010 } |
1011 const PPB_OpenGLES2ChromiumEnableFeature_Dev* PPB_OpenGLES2_Shared::GetChromiumE
nableFeatureInterface() { // NOLINT | 1011 const PPB_OpenGLES2ChromiumEnableFeature* PPB_OpenGLES2_Shared::GetChromiumEnabl
eFeatureInterface() { // NOLINT |
1012 static const struct PPB_OpenGLES2ChromiumEnableFeature_Dev ppb_opengles2 = { | 1012 static const struct PPB_OpenGLES2ChromiumEnableFeature ppb_opengles2 = { |
1013 &EnableFeatureCHROMIUM | 1013 &EnableFeatureCHROMIUM |
1014 }; | 1014 }; |
1015 return &ppb_opengles2; | 1015 return &ppb_opengles2; |
1016 } | 1016 } |
1017 const PPB_OpenGLES2ChromiumMapSub_Dev* PPB_OpenGLES2_Shared::GetChromiumMapSubIn
terface() { // NOLINT | 1017 const PPB_OpenGLES2ChromiumMapSub* PPB_OpenGLES2_Shared::GetChromiumMapSubInterf
ace() { // NOLINT |
1018 static const struct PPB_OpenGLES2ChromiumMapSub_Dev ppb_opengles2 = { | 1018 static const struct PPB_OpenGLES2ChromiumMapSub ppb_opengles2 = { |
1019 &MapBufferSubDataCHROMIUM, | 1019 &MapBufferSubDataCHROMIUM, |
1020 &UnmapBufferSubDataCHROMIUM, | 1020 &UnmapBufferSubDataCHROMIUM, |
1021 &MapTexSubImage2DCHROMIUM, | 1021 &MapTexSubImage2DCHROMIUM, |
1022 &UnmapTexSubImage2DCHROMIUM | 1022 &UnmapTexSubImage2DCHROMIUM |
1023 }; | 1023 }; |
1024 return &ppb_opengles2; | 1024 return &ppb_opengles2; |
1025 } | 1025 } |
1026 const PPB_OpenGLES2Query_Dev* PPB_OpenGLES2_Shared::GetQueryInterface() { | 1026 const PPB_OpenGLES2Query* PPB_OpenGLES2_Shared::GetQueryInterface() { |
1027 static const struct PPB_OpenGLES2Query_Dev ppb_opengles2 = { | 1027 static const struct PPB_OpenGLES2Query ppb_opengles2 = { |
1028 &GenQueriesEXT, | 1028 &GenQueriesEXT, |
1029 &DeleteQueriesEXT, | 1029 &DeleteQueriesEXT, |
1030 &IsQueryEXT, | 1030 &IsQueryEXT, |
1031 &BeginQueryEXT, | 1031 &BeginQueryEXT, |
1032 &EndQueryEXT, | 1032 &EndQueryEXT, |
1033 &GetQueryivEXT, | 1033 &GetQueryivEXT, |
1034 &GetQueryObjectuivEXT | 1034 &GetQueryObjectuivEXT |
1035 }; | 1035 }; |
1036 return &ppb_opengles2; | 1036 return &ppb_opengles2; |
1037 } | 1037 } |
1038 } // namespace ppapi | 1038 } // namespace ppapi |
OLD | NEW |