Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h283 glGetFenceivNV_wrapper_proc_t glGetFenceivNV;
Dgles3_wrapper_context.h191 glGetFenceivNV_wrapper_proc_t glGetFenceivNV;
Dgles1_wrapper_context.cpp283 glGetFenceivNV = (glGetFenceivNV_wrapper_proc_t) getProc("glGetFenceivNV", userData); in initDispatchByName()
Dgles1_wrapper_proc.h282 typedef void (gles1_APIENTRY *glGetFenceivNV_wrapper_proc_t) (GLuint, GLenum, GLint*); typedef
Dgles3_wrapper_context.cpp191 glGetFenceivNV = (glGetFenceivNV_wrapper_proc_t) getProc("glGetFenceivNV", userData); in initDispatchByName()
Dgles3_wrapper_proc.h190 typedef void (gles3_APIENTRY *glGetFenceivNV_wrapper_proc_t) (GLuint, GLenum, GLint*); typedef