Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h14 glClearColor_wrapper_proc_t glClearColor;
Dgles3_wrapper_context.h29 glClearColor_wrapper_proc_t glClearColor;
Dgles1_wrapper_context.cpp14 glClearColor = (glClearColor_wrapper_proc_t) getProc("glClearColor", userData); in initDispatchByName()
Dgles1_wrapper_proc.h13 typedef void (gles1_APIENTRY *glClearColor_wrapper_proc_t) (GLclampf, GLclampf, GLclampf, GLclampf); typedef
Dgles3_wrapper_context.cpp29 glClearColor = (glClearColor_wrapper_proc_t) getProc("glClearColor", userData); in initDispatchByName()
Dgles3_wrapper_proc.h28 typedef void (gles3_APIENTRY *glClearColor_wrapper_proc_t) (GLclampf, GLclampf, GLclampf, GLclampf); typedef