Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h284 glFinishFenceNV_wrapper_proc_t glFinishFenceNV;
Dgles3_wrapper_context.h192 glFinishFenceNV_wrapper_proc_t glFinishFenceNV;
Dgles1_wrapper_context.cpp284 glFinishFenceNV = (glFinishFenceNV_wrapper_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
Dgles1_wrapper_proc.h283 typedef void (gles1_APIENTRY *glFinishFenceNV_wrapper_proc_t) (GLuint); typedef
Dgles3_wrapper_context.cpp192 glFinishFenceNV = (glFinishFenceNV_wrapper_proc_t) getProc("glFinishFenceNV", userData); in initDispatchByName()
Dgles3_wrapper_proc.h191 typedef void (gles3_APIENTRY *glFinishFenceNV_wrapper_proc_t) (GLuint); typedef