Home
last modified time | relevance | path

Searched refs:glDrawElementsInstanced_client_proc_t (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h278 glDrawElementsInstanced_client_proc_t glDrawElementsInstanced;
Dgl2_client_context.cpp278 …glDrawElementsInstanced = (glDrawElementsInstanced_client_proc_t) getProc("glDrawElementsInstanced… in initDispatchByName()
Dgl2_client_proc.h277 typedef void (gl2_APIENTRY *glDrawElementsInstanced_client_proc_t) (void * ctx, GLenum, GLsizei, GL… typedef
Dgl2_enc.cpp11315 this->glDrawElementsInstanced = (glDrawElementsInstanced_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()