Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h19 glFogf_wrapper_proc_t glFogf;
Dgles1_wrapper_context.cpp19 glFogf = (glFogf_wrapper_proc_t) getProc("glFogf", userData); in initDispatchByName()
Dgles1_wrapper_proc.h18 typedef void (gles1_APIENTRY *glFogf_wrapper_proc_t) (GLenum, GLfloat); typedef