Searched refs:glBindVertexArrayOES (Results 1 – 15 of 15) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 255 {"glBindVertexArrayOES", (void *)glBindVertexArrayOES},
|
D | gles_dispatch.h | 258 glBindVertexArrayOES_t glBindVertexArrayOES; member 530 …dVertexArrayOES_t f) { glBindVertexArrayOES_t retval = glBindVertexArrayOES; glBindVertexArrayOES … in set_glBindVertexArrayOES()
|
D | gles.cpp | 1231 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function 1233 getDispatch()->glBindVertexArrayOES(array); in glBindVertexArrayOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 248 {"glBindVertexArrayOES", (void*)glBindVertexArrayOES},
|
D | gl_client_context.h | 268 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES; member
|
D | gl_client_context.cpp | 268 …glBindVertexArrayOES = (glBindVertexArrayOES_client_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
|
D | gl_entry.cpp | 263 void glBindVertexArrayOES(GLuint array); 1845 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function 1848 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
|
D | gl_enc.cpp | 8541 this->glBindVertexArrayOES = &glBindVertexArrayOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 165 {"glBindVertexArrayOES", (void*)glBindVertexArrayOES},
|
D | gl2_client_context.h | 167 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES; member
|
D | gl2_client_context.cpp | 167 …glBindVertexArrayOES = (glBindVertexArrayOES_client_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
|
D | gl2_entry.cpp | 162 void glBindVertexArrayOES(GLuint array); 1368 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function 1371 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
|
D | gl2_enc.cpp | 11204 this->glBindVertexArrayOES = &glBindVertexArrayOES_enc; in gl2_encoder_context_t()
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 920 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 445 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|