Searched refs:BindVertexArrayOES (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_attribs.cc336 BindVertexArrayOES cmd;
343 BindVertexArrayOES cmd;
H A Dgles2_cmd_decoder_unittest_base.cc217 EXPECT_CALL(*gl_, BindVertexArrayOES(_)).Times(1).RetiresOnSaturation();
1172 EXPECT_CALL(*gl_, BindVertexArrayOES(_))
1613 ON_CALL(*gl_, BindVertexArrayOES(_))
H A Dgles2_cmd_decoder_autogen.h2925 const gles2::cmds::BindVertexArrayOES& c =
2926 *static_cast<const gles2::cmds::BindVertexArrayOES*>(cmd_data);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h174 OP(BindVertexArrayOES) /* 415 */ \
H A Dgles2_cmd_format_test_autogen.h2626 TEST_F(GLES2FormatTest, BindVertexArrayOES) {
2627 cmds::BindVertexArrayOES& cmd = *GetBufferAs<cmds::BindVertexArrayOES>();
2629 EXPECT_EQ(static_cast<uint32_t>(cmds::BindVertexArrayOES::kCmdId),
H A Dgles2_cmd_format_autogen.h7307 struct BindVertexArrayOES { struct
7308 typedef BindVertexArrayOES ValueType;
7333 COMPILE_ASSERT(sizeof(BindVertexArrayOES) == 8,
7335 COMPILE_ASSERT(offsetof(BindVertexArrayOES, header) == 0,
7337 COMPILE_ASSERT(offsetof(BindVertexArrayOES, array) == 4,
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h182 #define glBindVertexArrayOES GLES2_GET_FUN(BindVertexArrayOES)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1504 void BindVertexArrayOES(PP_Resource context_id, GLuint array) { function in namespace:ppapi::__anon10171
1507 ToGles2Impl(&enter)->BindVertexArrayOES(array);
1726 &BindVertexArrayOES};
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h645 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) { function in class:GLES2InterfaceStub
H A Dgles2_implementation_unittest.cc2958 TEST_F(GLES2ImplementationTest, BindVertexArrayOES) {
2964 cmds::BindVertexArrayOES cmd;
2970 gl_->BindVertexArrayOES(id);
2973 gl_->BindVertexArrayOES(id);
3157 gl_->BindVertexArrayOES(id);
H A Dgles2_cmd_helper_autogen.h1524 void BindVertexArrayOES(GLuint array) { function
1525 gles2::cmds::BindVertexArrayOES* c =
1526 GetCmdSpace<gles2::cmds::BindVertexArrayOES>();
H A Dgles2_trace_implementation_impl_autogen.h1124 void GLES2TraceImplementation::BindVertexArrayOES(GLuint array) { function in class:GLES2TraceImplementation
1125 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BindVertexArrayOES");
1126 gl_->BindVertexArrayOES(array);
H A Dgles2_implementation_autogen.h547 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
H A Dgles2_interface_autogen.h365 virtual void BindVertexArrayOES(GLuint array) = 0;
H A Dgles2_interface_stub_autogen.h396 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h396 virtual void BindVertexArrayOES(GLuint array) OVERRIDE;
H A Dgles2_implementation_impl_autogen.h1945 void GLES2Implementation::BindVertexArrayOES(GLuint array) { function in class:GLES2Implementation
1950 SetGLError(GL_INVALID_OPERATION, "BindVertexArrayOES", "array reserved id");
1954 helper_->BindVertexArrayOES(array);
H A Dgles2_c_lib_autogen.h703 gles2::GetGLContext()->BindVertexArrayOES(array);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h1179 void (*BindVertexArrayOES)(PP_Resource context, GLuint array); member in struct:PPB_OpenGLES2VertexArrayObject_1_0
1188 void (*BindVertexArrayOES)(PP_Resource context, GLuint array); member in struct:PPB_OpenGLES2VertexArrayObject
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c996 ext->BindVertexArrayOES(glGetCurrentContextPPAPI(), array);
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc873 DELEGATE_TO_GL_1(bindVertexArrayOES, BindVertexArrayOES, WebGLId)
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h846 #define glBindVertexArrayOES GLES2_GET_FUN(BindVertexArrayOES)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h796 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArrayOES)(GLuint array);
6741 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArrayOES)(GLuint array) function
12691 ".globl "GLAPI_PREFIX_STR(BindVertexArrayOES)"\n"
12692 ".set "GLAPI_PREFIX_STR(BindVertexArrayOES)", "GLAPI_PREFIX_STR(BindVertexArray)"\n"

Completed in 1076 milliseconds