/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_extensions.entries | 17 void glDeleteVertexArraysOES(GLsizei n, const GLuint *arrays);
|
D | gles2_extensions_dispatch_logging_wrappers.impl | 40 DISPATCH_DEBUG_LOG("glDeleteVertexArraysOES(n:%d, arrays:%p)", n, arrays);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_extensions_static_translator_namespaced_header.h | 18 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays);
|
D | gles2_extensions_functions.h | 18 X(void, glDeleteVertexArraysOES, (GLsizei n, const GLuint * arrays), (n, arrays)) \
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 249 {"glDeleteVertexArraysOES", (void*)glDeleteVertexArraysOES},
|
D | gl_client_context.h | 269 glDeleteVertexArraysOES_client_proc_t glDeleteVertexArraysOES; member
|
D | gl_client_context.cpp | 269 …glDeleteVertexArraysOES = (glDeleteVertexArraysOES_client_proc_t) getProc("glDeleteVertexArraysOES… in initDispatchByName()
|
D | gl_entry.cpp | 264 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays); 1853 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays) in glDeleteVertexArraysOES() function 1857 ctx->glDeleteVertexArraysOES(ctx, n, arrays); in glDeleteVertexArraysOES()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 166 {"glDeleteVertexArraysOES", (void*)glDeleteVertexArraysOES},
|
D | gl2_client_context.h | 168 glDeleteVertexArraysOES_client_proc_t glDeleteVertexArraysOES; member
|
D | gl2_client_context.cpp | 168 …glDeleteVertexArraysOES = (glDeleteVertexArraysOES_client_proc_t) getProc("glDeleteVertexArraysOES… in initDispatchByName()
|
D | gl2_entry.cpp | 163 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays); 1402 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays) in glDeleteVertexArraysOES() function 1406 ctx->glDeleteVertexArraysOES(ctx, n, arrays); in glDeleteVertexArraysOES()
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 207 API_ENTRY(glDeleteVertexArraysOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 277 glDeleteVertexArraysOES_dec_server_proc_t glDeleteVertexArraysOES; member
|
D | GLESv1Decoder.cpp | 367 ctx->glDeleteVertexArraysOES(n, arrays); in s_glDeleteVertexArraysOES()
|
D | gles1_server_context.cpp | 269 …glDeleteVertexArraysOES = (glDeleteVertexArraysOES_dec_server_proc_t) getProc("glDeleteVertexArray… in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 203 glDeleteVertexArraysOES_dec_server_proc_t glDeleteVertexArraysOES; member
|
D | GLESv2Decoder.cpp | 193 OVERRIDE_DEC(glDeleteVertexArraysOES) in initGL() 837 ctx->glDeleteVertexArraysOES(n, arrays); in s_glDeleteVertexArraysOES()
|
D | gles2_server_context.cpp | 168 …glDeleteVertexArraysOES = (glDeleteVertexArraysOES_dec_server_proc_t) getProc("glDeleteVertexArray… in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 580 #void glDeleteVertexArraysOES(GLsizei n, const GLuint *arrays) 581 glDeleteVertexArraysOES
|
D | gles1.in | 264 GL_ENTRY(void, glDeleteVertexArraysOES, GLsizei n, const GLuint *arrays)
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 416 #void glDeleteVertexArraysOES(GLsizei n, GLuint *arrays) 417 glDeleteVertexArraysOES
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 812 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 490 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 925 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
|