Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h15 glClearDepthf_wrapper_proc_t glClearDepthf;
Dgles3_wrapper_context.h30 glClearDepthf_wrapper_proc_t glClearDepthf;
Dgles1_wrapper_context.cpp15 glClearDepthf = (glClearDepthf_wrapper_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
Dgles1_wrapper_proc.h14 typedef void (gles1_APIENTRY *glClearDepthf_wrapper_proc_t) (GLclampf); typedef
Dgles3_wrapper_context.cpp30 glClearDepthf = (glClearDepthf_wrapper_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
Dgles3_wrapper_proc.h29 typedef void (gles3_APIENTRY *glClearDepthf_wrapper_proc_t) (GLclampf); typedef