/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_extensions.entries | 16 void glBindVertexArrayOES(GLuint array);
|
D | gles2_extensions_dispatch_logging_wrappers.impl | 35 DISPATCH_DEBUG_LOG("glBindVertexArrayOES(array:%d)", array);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_extensions_static_translator_namespaced_header.h | 17 GL_APICALL void GL_APIENTRY glBindVertexArrayOES(GLuint array);
|
D | gles2_extensions_functions.h | 17 X(void, glBindVertexArrayOES, (GLuint array), (array)) \
|
/hardware/google/gfxstream/guest/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()
|
/hardware/google/gfxstream/guest/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); 1396 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function 1399 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 203 API_ENTRY(glBindVertexArrayOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 276 glBindVertexArrayOES_server_proc_t glBindVertexArrayOES; member
|
D | gles1_server_context.cpp | 268 …glBindVertexArrayOES = (glBindVertexArrayOES_server_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 202 glBindVertexArrayOES_server_proc_t glBindVertexArrayOES; member
|
D | gles2_server_context.cpp | 167 …glBindVertexArrayOES = (glBindVertexArrayOES_server_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 811 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 263 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 489 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 924 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 12 glBindVertexArrayOES(array); in glBindVertexArray()
|
D | GLESv2Imp.cpp | 4405 GL_APICALL void GL_APIENTRY glBindVertexArrayOES(GLuint array) { in glBindVertexArrayOES() function
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 160 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 746 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|