Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h139 glStencilFunc_wrapper_proc_t glStencilFunc;
Dgles3_wrapper_context.h112 glStencilFunc_wrapper_proc_t glStencilFunc;
Dgles1_wrapper_context.cpp139 glStencilFunc = (glStencilFunc_wrapper_proc_t) getProc("glStencilFunc", userData); in initDispatchByName()
Dgles1_wrapper_proc.h138 typedef void (gles1_APIENTRY *glStencilFunc_wrapper_proc_t) (GLenum, GLint, GLuint); typedef
Dgles3_wrapper_context.cpp112 glStencilFunc = (glStencilFunc_wrapper_proc_t) getProc("glStencilFunc", userData); in initDispatchByName()
Dgles3_wrapper_proc.h111 typedef void (gles3_APIENTRY *glStencilFunc_wrapper_proc_t) (GLenum, GLint, GLuint); typedef