Home
last modified time | relevance | path

Searched refs:glDrawElementsInstanced (Results 1 – 8 of 8) 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…
2039 void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei … in glDrawElementsInstanced() function
2042 ctx->glDrawElementsInstanced(ctx, mode, count, type, indices, primcount); in glDrawElementsInstanced()
DGL2Encoder.cpp260 OVERRIDE_CUSTOM(glDrawElementsInstanced); in GL2Encoder()
Dgl2_enc.cpp11315 this->glDrawElementsInstanced = (glDrawElementsInstanced_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
/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…