Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h24 glGetLightfv_wrapper_proc_t glGetLightfv;
Dgles1_wrapper_context.cpp24 glGetLightfv = (glGetLightfv_wrapper_proc_t) getProc("glGetLightfv", userData); in initDispatchByName()
Dgles1_wrapper_proc.h23 typedef void (gles1_APIENTRY *glGetLightfv_wrapper_proc_t) (GLenum, GLenum, GLfloat*); typedef