Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h87 glGetUniformfv_client_proc_t glGetUniformfv;
Dgl2_client_context.cpp87 glGetUniformfv = (glGetUniformfv_client_proc_t) getProc("glGetUniformfv", userData); in initDispatchByName()
DGL2Encoder.h208 glGetUniformfv_client_proc_t m_glGetUniformfv_enc;
Dgl2_client_proc.h86 typedef void (gl2_APIENTRY *glGetUniformfv_client_proc_t) (void * ctx, GLuint, GLint, GLfloat*); typedef