Home
last modified time | relevance | path

Searched refs:glGetUniformIndices_client_proc_t (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h247 glGetUniformIndices_client_proc_t glGetUniformIndices;
Dgl2_client_context.cpp247 glGetUniformIndices = (glGetUniformIndices_client_proc_t) getProc("glGetUniformIndices", userData); in initDispatchByName()
DGL2Encoder.h397 glGetUniformIndices_client_proc_t m_glGetUniformIndices_enc;
Dgl2_client_proc.h246 typedef void (gl2_APIENTRY *glGetUniformIndices_client_proc_t) (void * ctx, GLuint, GLsizei, const … typedef
Dgl2_enc.cpp11284 this->glGetUniformIndices = (glGetUniformIndices_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()