Searched refs:GenVertexArraysOES (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h179 #define glGenVertexArraysOES GLES2_GET_FUN(GenVertexArraysOES)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_attribs.cc275 EXPECT_CALL(*gl_, GenVertexArraysOES(_, _)).Times(0);
H A Dgles2_cmd_decoder_unittest_base.cc214 EXPECT_CALL(*gl_, GenVertexArraysOES(1, _))
1150 EXPECT_CALL(*gl_, GenVertexArraysOES(1, _))
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1479 void GenVertexArraysOES(PP_Resource context_id, GLsizei n, GLuint* arrays) { function in namespace:ppapi::__anon10171
1482 ToGles2Impl(&enter)->GenVertexArraysOES(n, arrays);
1725 &GenVertexArraysOES, &DeleteVertexArraysOES, &IsVertexArrayOES,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h636 void GLES2InterfaceStub::GenVertexArraysOES(GLsizei /* n */, function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h1108 void GLES2TraceImplementation::GenVertexArraysOES(GLsizei n, GLuint* arrays) { function in class:GLES2TraceImplementation
1109 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GenVertexArraysOES");
1110 gl_->GenVertexArraysOES(n, arrays);
H A Dgles2_implementation_autogen.h541 virtual void GenVertexArraysOES(GLsizei n, GLuint* arrays) OVERRIDE;
H A Dgles2_interface_autogen.h362 virtual void GenVertexArraysOES(GLsizei n, GLuint* arrays) = 0;
H A Dgles2_interface_stub_autogen.h393 virtual void GenVertexArraysOES(GLsizei n, GLuint* arrays) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h393 virtual void GenVertexArraysOES(GLsizei n, GLuint* arrays) OVERRIDE;
H A Dgles2_implementation_unittest_autogen.h1695 TEST_F(GLES2ImplementationTest, GenVertexArraysOES) {
1707 gl_->GenVertexArraysOES(arraysize(ids), &ids[0]);
H A Dgles2_c_lib_autogen.h694 gles2::GetGLContext()->GenVertexArraysOES(n, arrays);
H A Dgles2_implementation_unittest.cc2960 gl_->GenVertexArraysOES(1, &id);
3154 gl_->GenVertexArraysOES(1, &id);
H A Dgles2_implementation_impl_autogen.h1882 void GLES2Implementation::GenVertexArraysOES(GLsizei n, GLuint* arrays) { function in class:GLES2Implementation
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h1174 void (*GenVertexArraysOES)(PP_Resource context, GLsizei n, GLuint* arrays); member in struct:PPB_OpenGLES2VertexArrayObject_1_0
1183 void (*GenVertexArraysOES)(PP_Resource context, GLsizei n, GLuint* arrays); member in struct:PPB_OpenGLES2VertexArrayObject
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c974 ext->GenVertexArraysOES(glGetCurrentContextPPAPI(), n, arrays);
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc863 gl_->GenVertexArraysOES(1, &array);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h848 #define glGenVertexArraysOES GLES2_GET_FUN(GenVertexArraysOES)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h798 GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArraysOES)(GLsizei n, GLuint *arrays);
6755 GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArraysOES)(GLsizei n, GLuint *arrays) function
12697 ".globl "GLAPI_PREFIX_STR(GenVertexArraysOES)"\n"
12698 ".set "GLAPI_PREFIX_STR(GenVertexArraysOES)", "GLAPI_PREFIX_STR(GenVertexArrays)"\n"

Completed in 572 milliseconds