/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_attribs.cc | 336 BindVertexArrayOES cmd; in BindVertexArrayOESValidArgs() 343 BindVertexArrayOES cmd; in BindVertexArrayOESValidArgsNewId()
|
D | gles2_cmd_decoder_unittest_base.cc | 217 EXPECT_CALL(*gl_, BindVertexArrayOES(_)).Times(1).RetiresOnSaturation(); in InitDecoderWithCommandLine() 1172 EXPECT_CALL(*gl_, BindVertexArrayOES(_)) in AddExpectationsForBindVertexArrayOES() 1613 ON_CALL(*gl_, BindVertexArrayOES(_)) in SetupMockGLBehaviors()
|
D | gles2_cmd_decoder_autogen.h | 2925 const gles2::cmds::BindVertexArrayOES& c = in HandleBindVertexArrayOES() 2926 *static_cast<const gles2::cmds::BindVertexArrayOES*>(cmd_data); in HandleBindVertexArrayOES()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 174 OP(BindVertexArrayOES) /* 415 */ \
|
D | gles2_cmd_format_test_autogen.h | 2626 TEST_F(GLES2FormatTest, BindVertexArrayOES) { in TEST_F() argument 2627 cmds::BindVertexArrayOES& cmd = *GetBufferAs<cmds::BindVertexArrayOES>(); in TEST_F() 2629 EXPECT_EQ(static_cast<uint32_t>(cmds::BindVertexArrayOES::kCmdId), in TEST_F()
|
D | gles2_cmd_format_autogen.h | 7307 struct BindVertexArrayOES { struct 7308 typedef BindVertexArrayOES ValueType; argument 7333 COMPILE_ASSERT(sizeof(BindVertexArrayOES) == 8, argument 7335 COMPILE_ASSERT(offsetof(BindVertexArrayOES, header) == 0, 7337 COMPILE_ASSERT(offsetof(BindVertexArrayOES, array) == 4,
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 182 #define glBindVertexArrayOES GLES2_GET_FUN(BindVertexArrayOES)
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 1504 void BindVertexArrayOES(PP_Resource context_id, GLuint array) { in BindVertexArrayOES() function 1507 ToGles2Impl(&enter)->BindVertexArrayOES(array); in BindVertexArrayOES() 1726 &BindVertexArrayOES}; in GetVertexArrayObjectInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 645 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) { in BindVertexArrayOES() function
|
D | gles2_cmd_helper_autogen.h | 1524 void BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function 1525 gles2::cmds::BindVertexArrayOES* c = in BindVertexArrayOES() 1526 GetCmdSpace<gles2::cmds::BindVertexArrayOES>(); in BindVertexArrayOES()
|
D | gles2_implementation_unittest.cc | 2958 TEST_F(GLES2ImplementationTest, BindVertexArrayOES) { in TEST_F() argument 2964 cmds::BindVertexArrayOES cmd; in TEST_F() 2970 gl_->BindVertexArrayOES(id); in TEST_F() 2973 gl_->BindVertexArrayOES(id); in TEST_F() 3157 gl_->BindVertexArrayOES(id); in TEST_F()
|
D | gles2_trace_implementation_impl_autogen.h | 1124 void GLES2TraceImplementation::BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function 1126 gl_->BindVertexArrayOES(array); in BindVertexArrayOES()
|
D | gles2_interface_autogen.h | 365 virtual void BindVertexArrayOES(GLuint array) = 0;
|
D | gles2_implementation_autogen.h | 547 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
|
D | gles2_interface_stub_autogen.h | 396 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
|
D | gles2_trace_implementation_autogen.h | 396 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
|
D | gles2_implementation_impl_autogen.h | 1945 void GLES2Implementation::BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function 1954 helper_->BindVertexArrayOES(array); in BindVertexArrayOES()
|
D | gles2_c_lib_autogen.h | 703 gles2::GetGLContext()->BindVertexArrayOES(array); in GLES2BindVertexArrayOES()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 1179 void (*BindVertexArrayOES)(PP_Resource context, GLuint array); member 1188 void (*BindVertexArrayOES)(PP_Resource context, GLuint array); member
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.cc | 873 DELEGATE_TO_GL_1(bindVertexArrayOES, BindVertexArrayOES, WebGLId) in DELEGATE_TO_GL_1R()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 996 ext->BindVertexArrayOES(glGetCurrentContextPPAPI(), array); in glBindVertexArrayOES()
|
/external/chromium_org/ppapi/api/ |
D | ppb_opengles2.idl | 738 void BindVertexArrayOES([in] PP_Resource context,
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2ext.h | 846 #define glBindVertexArrayOES GLES2_GET_FUN(BindVertexArrayOES)
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 796 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArrayOES)(GLuint array); 6741 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArrayOES)(GLuint array) in GLAPI_PREFIX() argument 12691 ".globl "GLAPI_PREFIX_STR(BindVertexArrayOES)"\n" 12692 ".set "GLAPI_PREFIX_STR(BindVertexArrayOES)", "GLAPI_PREFIX_STR(BindVertexArray)"\n"
|