Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h18 glDepthRangef_wrapper_proc_t glDepthRangef;
Dgles3_wrapper_context.h49 glDepthRangef_wrapper_proc_t glDepthRangef;
Dgles1_wrapper_context.cpp18 glDepthRangef = (glDepthRangef_wrapper_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
Dgles1_wrapper_proc.h17 typedef void (gles1_APIENTRY *glDepthRangef_wrapper_proc_t) (GLclampf, GLclampf); typedef
Dgles3_wrapper_context.cpp49 glDepthRangef = (glDepthRangef_wrapper_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
Dgles3_wrapper_proc.h48 typedef void (gles3_APIENTRY *glDepthRangef_wrapper_proc_t) (GLclampf, GLclampf); typedef