Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h282 glTestFenceNV_wrapper_proc_t glTestFenceNV;
Dgles3_wrapper_context.h190 glTestFenceNV_wrapper_proc_t glTestFenceNV;
Dgles1_wrapper_context.cpp282 glTestFenceNV = (glTestFenceNV_wrapper_proc_t) getProc("glTestFenceNV", userData); in initDispatchByName()
Dgles1_wrapper_proc.h281 typedef GLboolean (gles1_APIENTRY *glTestFenceNV_wrapper_proc_t) (GLuint); typedef
Dgles3_wrapper_context.cpp190 glTestFenceNV = (glTestFenceNV_wrapper_proc_t) getProc("glTestFenceNV", userData); in initDispatchByName()
Dgles3_wrapper_proc.h189 typedef GLboolean (gles3_APIENTRY *glTestFenceNV_wrapper_proc_t) (GLuint); typedef