Searched refs:glBindVertexArrayOES (Results 1 – 20 of 20) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 154 static void glBindVertexArrayOES(GLuint) { in glBindVertexArrayOES() function 424 glBindVertexArrayOES = ::glBindVertexArrayOES; in GLESv1()
|
D | GLESv3.cpp | 545 glBindVertexArrayOES = glBindVertexArray; in GLESv3()
|
/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); 1847 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function 1850 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
|
D | gl_enc.cpp | 8627 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); 1383 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function 1386 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
|
D | gl2_enc.cpp | 11727 this->glBindVertexArrayOES = &glBindVertexArrayOES_enc; in gl2_encoder_context_t()
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 203 API_ENTRY(glBindVertexArrayOES,
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 263 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 920 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 156 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 445 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|