Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/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…
2054 void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei … in glDrawElementsInstanced() function
2057 ctx->glDrawElementsInstanced(ctx, mode, count, type, indices, primcount); in glDrawElementsInstanced()
DGL2Encoder.cpp281 OVERRIDE_CUSTOM(glDrawElementsInstanced); in GL2Encoder()
Dgl2_enc.cpp11838 this->glDrawElementsInstanced = (glDrawElementsInstanced_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp326 s_gles3.glDrawElementsInstanced(mode, count, type, indices, primcount); in glDrawElementsInstancedDataAEMU()
331 s_gles3.glDrawElementsInstanced(mode, count, type, reinterpret_cast<const void*>(offset), in glDrawElementsInstancedOffsetAEMU()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles3_only.entries77 void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei …
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib614 glDrawElementsInstanced
Dgles3.in353 GL_ENTRY(void, glDrawElementsInstanced, GLenum mode, GLsizei count, GLenum type, const void * indic…
/device/generic/goldfish-opengl/system/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…