Home
last modified time | relevance | path

Searched refs:stencilOpSeparate (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h143 void stencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass); \
H A DContext.cpp5699 void Context::stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) in stencilOpSeparate() function in gl::__anon19924::Context
7180 stencilOpSeparate(GL_FRONT_AND_BACK, fail, zfail, zpass); in stencilOp()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp116 virtual void stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass) = DE_NULL;
H A DsglrGLContext.hpp128 virtual void stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass);
H A DsglrGLContext.cpp550 void GLContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOpSeparate() function in sglr::GLContext
H A DsglrReferenceContext.hpp681 virtual void stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass);
H A DsglrReferenceContext.cpp2829 stencilOpSeparate(GL_FRONT_AND_BACK, sfail, dpfail, dppass);
2832 void ReferenceContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass)
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp696 stencilOpSeparate, in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp758 stencilOpSeparate, in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp245 ctx.stencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp); in setRenderState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp1347 ASSIGN("glStencilOpSeparate", stencilOpSeparate); in initProcsDesktopGL()
2371 ASSIGN("glStencilOpSeparate", stencilOpSeparate); in initProcsGLES()
4134 stencilOpSeparate = &glStencilOpSeparateNULL; in initProcsDesktopGLNULL()
5157 stencilOpSeparate = &glStencilOpSeparateNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h188 PFNGLSTENCILOPSEPARATEPROC stencilOpSeparate = nullptr; member in rx::DispatchTableGL
H A DStateManagerGL.cpp1582 mFunctions->stencilOpSeparate(GL_FRONT, mStencilFrontStencilFailOp,
1594 mFunctions->stencilOpSeparate(GL_BACK, mStencilBackStencilFailOp,
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp992 context->stencilOpSeparate(face, sfail, dpfail, dppass); in GL_StencilOpSeparate()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp2875 context->stencilOpSeparate(face, sfail, dpfail, dppass); in GL_StencilOpSeparate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp2698 context->stencilOpSeparate( in ReplayCall()

Completed in 58 milliseconds