Home
last modified time | relevance | path

Searched refs:glGenFencesNV_wrapper_proc_t (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h280 glGenFencesNV_wrapper_proc_t glGenFencesNV;
Dgles3_wrapper_context.h188 glGenFencesNV_wrapper_proc_t glGenFencesNV;
Dgles1_wrapper_context.cpp280 glGenFencesNV = (glGenFencesNV_wrapper_proc_t) getProc("glGenFencesNV", userData); in initDispatchByName()
Dgles1_wrapper_proc.h279 typedef void (gles1_APIENTRY *glGenFencesNV_wrapper_proc_t) (GLsizei, GLuint*); typedef
Dgles3_wrapper_context.cpp188 glGenFencesNV = (glGenFencesNV_wrapper_proc_t) getProc("glGenFencesNV", userData); in initDispatchByName()
Dgles3_wrapper_proc.h187 typedef void (gles3_APIENTRY *glGenFencesNV_wrapper_proc_t) (GLsizei, GLuint*); typedef