Searched defs:glStencilFunc (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_context.h | 139 glStencilFunc_wrapper_proc_t glStencilFunc; member
|
D | gles3_wrapper_context.h | 112 glStencilFunc_wrapper_proc_t glStencilFunc; member
|
D | gles1_wrapper_entry.cpp | 1063 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() function
|
D | gles3_wrapper_entry.cpp | 1021 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() function
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 139 glStencilFunc_client_proc_t glStencilFunc; member
|
D | gl_entry.cpp | 1069 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() function
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 112 glStencilFunc_client_proc_t glStencilFunc; member
|
D | gl2_entry.cpp | 1049 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() function
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 691 void glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() function
|
D | gles_dispatch.h | 150 glStencilFunc_t glStencilFunc; member
|