Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h24 glGetLightfv_client_proc_t glGetLightfv;
Dgl_client_context.cpp24 glGetLightfv = (glGetLightfv_client_proc_t) getProc("glGetLightfv", userData); in initDispatchByName()
Dgl_client_proc.h23 typedef void (gl_APIENTRY *glGetLightfv_client_proc_t) (void * ctx, GLenum, GLenum, GLfloat*); typedef