/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_2_0_autogen.h | 139 void stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask); \
|
H A D | Context.cpp | 5668 void Context::stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in stencilFuncSeparate() function in gl::__anon19924::Context 7170 stencilFuncSeparate(GL_FRONT_AND_BACK, func, ref, mask); in stencilFunc()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 115 virtual void stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) = DE_NULL;
|
H A D | sglrGLContext.hpp | 127 virtual void stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask);
|
H A D | sglrGLContext.cpp | 545 void GLContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) in stencilFuncSeparate() function in sglr::GLContext
|
H A D | sglrReferenceContext.hpp | 680 virtual void stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask);
|
H A D | sglrReferenceContext.cpp | 2804 stencilFuncSeparate(GL_FRONT_AND_BACK, func, ref, mask); 2807 void ReferenceContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask)
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 658 stencilFuncSeparate, in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 720 stencilFuncSeparate, in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 244 ctx.stencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask); in setRenderState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 1345 ASSIGN("glStencilFuncSeparate", stencilFuncSeparate); in initProcsDesktopGL() 2367 ASSIGN("glStencilFuncSeparate", stencilFuncSeparate); in initProcsGLES() 4132 stencilFuncSeparate = &glStencilFuncSeparateNULL; in initProcsDesktopGLNULL() 5153 stencilFuncSeparate = &glStencilFuncSeparateNULL; in initProcsGLESNULL()
|
H A D | DispatchTableGL_autogen.h | 186 PFNGLSTENCILFUNCSEPARATEPROC stencilFuncSeparate = nullptr; member in rx::DispatchTableGL
|
H A D | StateManagerGL.cpp | 1560 mFunctions->stencilFuncSeparate(GL_FRONT, mStencilFrontFunc, mStencilFrontRef, 1571 mFunctions->stencilFuncSeparate(GL_BACK, mStencilBackFunc, mStencilBackRef,
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_2_autogen.cpp | 939 context->stencilFuncSeparate(face, func, ref, mask); in GL_StencilFuncSeparate()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 2774 context->stencilFuncSeparate(face, func, ref, mask); in GL_StencilFuncSeparate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 2678 context->stencilFuncSeparate( in ReplayCall()
|