Home
last modified time | relevance | path

Searched refs:glLoadMatrixf_client_proc_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h33 glLoadMatrixf_client_proc_t glLoadMatrixf;
Dgl_client_context.cpp33 glLoadMatrixf = (glLoadMatrixf_client_proc_t) getProc("glLoadMatrixf", userData); in initDispatchByName()
Dgl_client_proc.h32 typedef void (gl_APIENTRY *glLoadMatrixf_client_proc_t) (void * ctx, const GLfloat*); typedef