Home
last modified time | relevance | path

Searched refs:glDrawElementsInstanced (Results 1 – 25 of 32) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h258 {"glDrawElementsInstanced", (void*)glDrawElementsInstanced},
Dgl2_client_context.h278 glDrawElementsInstanced_client_proc_t glDrawElementsInstanced; member
Dgl2_client_context.cpp278glDrawElementsInstanced = (glDrawElementsInstanced_client_proc_t) getProc("glDrawElementsInstanced… in initDispatchByName()
Dgl2_entry.cpp273 …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/
Dgles3_only.entries76 void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei…
Dgles3_only_dispatch_logging_wrappers.impl240 …DISPATCH_DEBUG_LOG("glDrawElementsInstanced(mode:0x%X, count:%d, type:0x%X, indices:%p, primcount:…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h57 GL_APICALL void GL_APIENTRY glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const …
Dgles3_only_functions.h57 …X(void, glDrawElementsInstanced, (GLenum mode, GLsizei count, GLenum type, const void * indices, G…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h323 glDrawElementsInstanced_server_proc_t glDrawElementsInstanced; member
DGLESv2Decoder.cpp641 ctx->glDrawElementsInstanced(mode, count, type, SafePointerFromUInt(offset), primcount); in s_glDrawElementsInstancedOffsetAEMU()
646 ctx->glDrawElementsInstanced(mode, count, type, indices, primcount); in s_glDrawElementsInstancedDataAEMU()
Dgles2_server_context.cpp278glDrawElementsInstanced = (glDrawElementsInstanced_server_proc_t) getProc("glDrawElementsInstanced… in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp597 s_glDispatch.glDrawElementsInstanced(mode, count, type, in drawWithEmulations()
DGLESv30Imp.cpp344 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/
Dgl3.h898 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
Dgl31.h898 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h898 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
Dgl31.h898 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
Dgl32.h1150 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib828 glDrawElementsInstanced
Dgles2.in357 GL_ENTRY(void, glDrawElementsInstanced, GLenum mode, GLsizei count, GLenum type, const void * indic…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h333 …X(void, glDrawElementsInstanced, (GLenum mode, GLsizei count, GLenum type, const void * indices, G…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1150 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
Dgl31.h1150 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
Dgl32.h1150 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h415 #define glDrawElementsInstanced MANGLE(DrawElementsInstanced) macro

12