Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h139 void stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask); \
H A DContext.cpp5668 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 DsglrContext.hpp115 virtual void stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) = DE_NULL;
H A DsglrGLContext.hpp127 virtual void stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask);
H A DsglrGLContext.cpp545 void GLContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) in stencilFuncSeparate() function in sglr::GLContext
H A DsglrReferenceContext.hpp680 virtual void stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask);
H A DsglrReferenceContext.cpp2804 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 Des2pStateChangeCallTests.cpp658 stencilFuncSeparate, in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp720 stencilFuncSeparate, in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp244 ctx.stencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask); in setRenderState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp1345 ASSIGN("glStencilFuncSeparate", stencilFuncSeparate); in initProcsDesktopGL()
2367 ASSIGN("glStencilFuncSeparate", stencilFuncSeparate); in initProcsGLES()
4132 stencilFuncSeparate = &glStencilFuncSeparateNULL; in initProcsDesktopGLNULL()
5153 stencilFuncSeparate = &glStencilFuncSeparateNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h186 PFNGLSTENCILFUNCSEPARATEPROC stencilFuncSeparate = nullptr; member in rx::DispatchTableGL
H A DStateManagerGL.cpp1560 mFunctions->stencilFuncSeparate(GL_FRONT, mStencilFrontFunc, mStencilFrontRef,
1571 mFunctions->stencilFuncSeparate(GL_BACK, mStencilBackFunc, mStencilBackRef,
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp939 context->stencilFuncSeparate(face, func, ref, mask); in GL_StencilFuncSeparate()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp2774 context->stencilFuncSeparate(face, func, ref, mask); in GL_StencilFuncSeparate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp2678 context->stencilFuncSeparate( in ReplayCall()

Completed in 54 milliseconds