Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_extensions.entries16 void glBindVertexArrayOES(GLuint array);
Dgles2_extensions_dispatch_logging_wrappers.impl35 DISPATCH_DEBUG_LOG("glBindVertexArrayOES(array:%d)", array);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_extensions_static_translator_namespaced_header.h17 GL_APICALL void GL_APIENTRY glBindVertexArrayOES(GLuint array);
Dgles2_extensions_functions.h17 X(void, glBindVertexArrayOES, (GLuint array), (array)) \
/hardware/google/gfxstream/guest/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);
1847 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function
1850 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
/hardware/google/gfxstream/guest/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);
1396 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function
1399 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in203 API_ENTRY(glBindVertexArrayOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h276 glBindVertexArrayOES_server_proc_t glBindVertexArrayOES; member
Dgles1_server_context.cpp268glBindVertexArrayOES = (glBindVertexArrayOES_server_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h202 glBindVertexArrayOES_server_proc_t glBindVertexArrayOES; member
Dgles2_server_context.cpp167glBindVertexArrayOES = (glBindVertexArrayOES_server_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
/hardware/google/gfxstream/include/GLES/
Dglext.h811 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in263 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h489 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h924 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp12 glBindVertexArrayOES(array); in glBindVertexArray()
DGLESv2Imp.cpp4405 GL_APICALL void GL_APIENTRY glBindVertexArrayOES(GLuint array) { in glBindVertexArrayOES() function
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in160 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h746 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);

12