Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h29 glLightModelfv_client_proc_t glLightModelfv;
Dgl_client_context.cpp29 glLightModelfv = (glLightModelfv_client_proc_t) getProc("glLightModelfv", userData); in initDispatchByName()
Dgl_client_proc.h28 typedef void (gl_APIENTRY *glLightModelfv_client_proc_t) (void * ctx, GLenum, const GLfloat*); typedef