/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 258 {"glDrawElementsInstanced", (void*)glDrawElementsInstanced},
|
D | gl2_client_context.h | 278 glDrawElementsInstanced_client_proc_t glDrawElementsInstanced; member
|
D | gl2_client_context.cpp | 278 …glDrawElementsInstanced = (glDrawElementsInstanced_client_proc_t) getProc("glDrawElementsInstanced… in initDispatchByName()
|
D | gl2_entry.cpp | 273 …void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei… 2067 void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei … in glDrawElementsInstanced() function 2070 ctx->glDrawElementsInstanced(ctx, mode, count, type, indices, primcount); in glDrawElementsInstanced()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 76 void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei…
|
D | gles3_only_dispatch_logging_wrappers.impl | 240 …DISPATCH_DEBUG_LOG("glDrawElementsInstanced(mode:0x%X, count:%d, type:0x%X, indices:%p, primcount:…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 57 GL_APICALL void GL_APIENTRY glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const …
|
D | gles3_only_functions.h | 57 …X(void, glDrawElementsInstanced, (GLenum mode, GLsizei count, GLenum type, const void * indices, G…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 323 glDrawElementsInstanced_server_proc_t glDrawElementsInstanced; member
|
D | GLESv2Decoder.cpp | 641 ctx->glDrawElementsInstanced(mode, count, type, SafePointerFromUInt(offset), primcount); in s_glDrawElementsInstancedOffsetAEMU() 646 ctx->glDrawElementsInstanced(mode, count, type, indices, primcount); in s_glDrawElementsInstancedDataAEMU()
|
D | gles2_server_context.cpp | 278 …glDrawElementsInstanced = (glDrawElementsInstanced_server_proc_t) getProc("glDrawElementsInstanced… in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 597 s_glDispatch.glDrawElementsInstanced(mode, count, type, in drawWithEmulations()
|
D | GLESv30Imp.cpp | 344 GL_APICALL void GL_APIENTRY glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const … in glDrawElementsInstanced() function 352 ctx->dispatcher().glDrawElementsInstanced(mode, count, type, indices, primcount); in glDrawElementsInstanced()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 898 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
D | gl31.h | 898 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 898 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
D | gl31.h | 898 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
D | gl32.h | 1150 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 828 glDrawElementsInstanced
|
D | gles2.in | 357 GL_ENTRY(void, glDrawElementsInstanced, GLenum mode, GLsizei count, GLenum type, const void * indic…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 333 …X(void, glDrawElementsInstanced, (GLenum mode, GLsizei count, GLenum type, const void * indices, G…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1150 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
D | gl31.h | 1150 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
D | gl32.h | 1150 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 415 #define glDrawElementsInstanced MANGLE(DrawElementsInstanced) macro
|