Home
last modified time | relevance | path

Searched refs:glBindVertexArrayOES (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h255 {"glBindVertexArrayOES", (void *)glBindVertexArrayOES},
Dgles_dispatch.h258 glBindVertexArrayOES_t glBindVertexArrayOES; member
530 …dVertexArrayOES_t f) { glBindVertexArrayOES_t retval = glBindVertexArrayOES; glBindVertexArrayOES in set_glBindVertexArrayOES()
Dgles.cpp1231 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function
1233 getDispatch()->glBindVertexArrayOES(array); in glBindVertexArrayOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h248 {"glBindVertexArrayOES", (void*)glBindVertexArrayOES},
Dgl_client_context.h268 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES; member
Dgl_client_context.cpp268glBindVertexArrayOES = (glBindVertexArrayOES_client_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
Dgl_entry.cpp263 void glBindVertexArrayOES(GLuint array);
1845 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function
1848 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
Dgl_enc.cpp8541 this->glBindVertexArrayOES = &glBindVertexArrayOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h165 {"glBindVertexArrayOES", (void*)glBindVertexArrayOES},
Dgl2_client_context.h167 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES; member
Dgl2_client_context.cpp167glBindVertexArrayOES = (glBindVertexArrayOES_client_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
Dgl2_entry.cpp162 void glBindVertexArrayOES(GLuint array);
1368 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function
1371 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
Dgl2_enc.cpp11204 this->glBindVertexArrayOES = &glBindVertexArrayOES_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h920 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h445 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);