Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h411 glDrawArraysIndirect_client_proc_t glDrawArraysIndirect;
Dgl2_client_context.cpp411 …glDrawArraysIndirect = (glDrawArraysIndirect_client_proc_t) getProc("glDrawArraysIndirect", userDa… in initDispatchByName()
Dgl2_client_proc.h410 typedef void (gl2_APIENTRY *glDrawArraysIndirect_client_proc_t) (void * ctx, GLenum, const void*); typedef
Dgl2_enc.cpp11448 this->glDrawArraysIndirect = (glDrawArraysIndirect_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()