Searched defs:BindVertexArrayOES (Results 1 – 8 of 8) sorted by relevance
8752 struct BindVertexArrayOES { struct8753 typedef BindVertexArrayOES ValueType; argument8754 static const CommandId kCmdId = kBindVertexArrayOES; argument8755 static const cmd::ArgFlags kArgFlags = cmd::kFixed;8779 COMPILE_ASSERT(sizeof(BindVertexArrayOES) == 8, argument
3591 TEST_F(GLES2FormatTest, BindVertexArrayOES) { in TEST_F() argument
1610 void GLES2Implementation::BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function
951 void GLES2TraceImplementation::BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function
510 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) { in BindVertexArrayOES() function
2626 TEST_F(GLES2ImplementationTest, BindVertexArrayOES) { in TEST_F() argument
1648 void BindVertexArrayOES(GLuint array) { in BindVertexArrayOES() function
6741 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArrayOES)(GLuint array) in GLAPI_PREFIX() argument