Home
last modified time | relevance | path

Searched refs:BindVertexArrayOES (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_attribs.cc336 BindVertexArrayOES cmd; in BindVertexArrayOESValidArgs()
343 BindVertexArrayOES cmd; in BindVertexArrayOESValidArgsNewId()
Dgles2_cmd_decoder_unittest_base.cc217 EXPECT_CALL(*gl_, BindVertexArrayOES(_)).Times(1).RetiresOnSaturation(); in InitDecoderWithCommandLine()
1172 EXPECT_CALL(*gl_, BindVertexArrayOES(_)) in AddExpectationsForBindVertexArrayOES()
1613 ON_CALL(*gl_, BindVertexArrayOES(_)) in SetupMockGLBehaviors()
Dgles2_cmd_decoder_autogen.h2925 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/
Dgles2_cmd_ids_autogen.h174 OP(BindVertexArrayOES) /* 415 */ \
Dgles2_cmd_format_test_autogen.h2626 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()
Dgles2_cmd_format_autogen.h7307 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/
Dgl2chromium_autogen.h182 #define glBindVertexArrayOES GLES2_GET_FUN(BindVertexArrayOES)
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc1504 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/
Dgles2_interface_stub_impl_autogen.h645 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) { in BindVertexArrayOES() function
Dgles2_cmd_helper_autogen.h1524 void BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function
1525 gles2::cmds::BindVertexArrayOES* c = in BindVertexArrayOES()
1526 GetCmdSpace<gles2::cmds::BindVertexArrayOES>(); in BindVertexArrayOES()
Dgles2_implementation_unittest.cc2958 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()
Dgles2_trace_implementation_impl_autogen.h1124 void GLES2TraceImplementation::BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function
1126 gl_->BindVertexArrayOES(array); in BindVertexArrayOES()
Dgles2_interface_autogen.h365 virtual void BindVertexArrayOES(GLuint array) = 0;
Dgles2_implementation_autogen.h547 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
Dgles2_interface_stub_autogen.h396 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
Dgles2_trace_implementation_autogen.h396 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
Dgles2_implementation_impl_autogen.h1945 void GLES2Implementation::BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function
1954 helper_->BindVertexArrayOES(array); in BindVertexArrayOES()
Dgles2_c_lib_autogen.h703 gles2::GetGLContext()->BindVertexArrayOES(array); in GLES2BindVertexArrayOES()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h1179 void (*BindVertexArrayOES)(PP_Resource context, GLuint array); member
1188 void (*BindVertexArrayOES)(PP_Resource context, GLuint array); member
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.cc873 DELEGATE_TO_GL_1(bindVertexArrayOES, BindVertexArrayOES, WebGLId) in DELEGATE_TO_GL_1R()
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c996 ext->BindVertexArrayOES(glGetCurrentContextPPAPI(), array); in glBindVertexArrayOES()
/external/chromium_org/ppapi/api/
Dppb_opengles2.idl738 void BindVertexArrayOES([in] PP_Resource context,
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2ext.h846 #define glBindVertexArrayOES GLES2_GET_FUN(BindVertexArrayOES)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h796 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"