/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | NamedObject.cpp | 123 GLEScontext::dispatcher().glDeleteVertexArrays(1, &m_globalName); in ~NamedObject()
|
D | GLEScontext.cpp | 584 gl.glDeleteVertexArrays(1, &m_blitState.vao); in ~GLEScontext() 593 gl.glDeleteVertexArrays(1, &m_textureEmulationVAO); in ~GLEScontext()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 214 {"glDeleteVertexArrays", (void*)glDeleteVertexArrays},
|
D | gl2_client_context.h | 223 glDeleteVertexArrays_client_proc_t glDeleteVertexArrays; member
|
D | gl2_client_context.cpp | 223 …glDeleteVertexArrays = (glDeleteVertexArrays_client_proc_t) getProc("glDeleteVertexArrays", userDa… in initDispatchByName()
|
D | gl2_entry.cpp | 218 void glDeleteVertexArrays(GLsizei n, const GLuint* arrays); 1735 void glDeleteVertexArrays(GLsizei n, const GLuint* arrays) in glDeleteVertexArrays() function 1739 ctx->glDeleteVertexArrays(ctx, n, arrays); in glDeleteVertexArrays()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 102 gl.glDeleteVertexArrays(1, &m_drawTexOESCoreState.vao); in teardown() 121 gl.glDeleteVertexArrays(1, &m_geometryDrawState.vao); in teardown()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 15 void glDeleteVertexArrays(GLsizei n, const GLuint *arrays);
|
D | gles3_only_dispatch_logging_wrappers.impl | 20 DISPATCH_DEBUG_LOG("glDeleteVertexArrays(n:%d, arrays:%p)", n, arrays);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 13 GL_APICALL void GL_APIENTRY glDeleteVertexArrays(GLsizei n, const GLuint * arrays);
|
D | gles3_only_functions.h | 13 X(void, glDeleteVertexArrays, (GLsizei n, const GLuint * arrays), (n, arrays)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 261 glDeleteVertexArrays_dec_server_proc_t glDeleteVertexArrays; member
|
D | GLESv2Decoder.cpp | 194 OVERRIDE_DEC(glDeleteVertexArrays) in initGL() 843 ctx->glDeleteVertexArrays(n, arrays); in s_glDeleteVertexArrays()
|
D | gles2_server_context.cpp | 223 …glDeleteVertexArrays = (glDeleteVertexArrays_dec_server_proc_t) getProc("glDeleteVertexArrays", us… in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 858 GL_APICALL void GL_APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays);
|
D | gl31.h | 858 GL_APICALL void GL_APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 858 GL_APICALL void GL_APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays);
|
D | gl31.h | 858 GL_APICALL void GL_APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 15 GL_APICALL void GL_APIENTRY glDeleteVertexArrays(GLsizei n, const GLuint * arrays) { in glDeleteVertexArrays() function
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 659 glDeleteVertexArrays
|
D | gles2.in | 239 GL_ENTRY(void, glDeleteVertexArrays, GLsizei n, const GLuint *arrays)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 289 X(void, glDeleteVertexArrays, (GLsizei n, const GLuint * arrays), (n, arrays)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1110 GL_APICALL void GL_APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays);
|
D | gl31.h | 1110 GL_APICALL void GL_APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 375 #define glDeleteVertexArrays MANGLE(DeleteVertexArrays) macro
|