Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h141 void stencilMaskSeparate(GLenum face, GLuint mask); \
H A DContext.cpp5684 void Context::stencilMaskSeparate(GLenum face, GLuint mask) in stencilMaskSeparate() function in gl::__anon19924::Context
7175 stencilMaskSeparate(GL_FRONT_AND_BACK, mask); in stencilMask()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp135 virtual void stencilMaskSeparate (deUint32 face, deUint32 mask) = DE_NULL;
H A DsglrGLContext.hpp147 virtual void stencilMaskSeparate (deUint32 face, deUint32 mask);
H A DsglrGLContext.cpp595 void GLContext::stencilMaskSeparate (deUint32 face, deUint32 mask) in stencilMaskSeparate() function in sglr::GLContext
H A DsglrReferenceContext.hpp700 virtual void stencilMaskSeparate (deUint32 face, deUint32 mask);
H A DsglrReferenceContext.cpp2999 stencilMaskSeparate(GL_FRONT_AND_BACK, mask);
3002 void ReferenceContext::stencilMaskSeparate (deUint32 face, deUint32 mask)
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp470 stencilMaskSeparate, in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp505 stencilMaskSeparate, in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp246 ctx.stencilMaskSeparate(glFace, sParams.writeMask); in setRenderState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp1346 ASSIGN("glStencilMaskSeparate", stencilMaskSeparate); in initProcsDesktopGL()
2369 ASSIGN("glStencilMaskSeparate", stencilMaskSeparate); in initProcsGLES()
4133 stencilMaskSeparate = &glStencilMaskSeparateNULL; in initProcsDesktopGLNULL()
5155 stencilMaskSeparate = &glStencilMaskSeparateNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h187 PFNGLSTENCILMASKSEPARATEPROC stencilMaskSeparate = nullptr; member in rx::DispatchTableGL
H A DStateManagerGL.cpp1542 mFunctions->stencilMaskSeparate(GL_FRONT, mStencilFrontWritemask);
1550 mFunctions->stencilMaskSeparate(GL_BACK, mStencilBackWritemask);
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp963 context->stencilMaskSeparate(face, mask); in GL_StencilMaskSeparate()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp2820 context->stencilMaskSeparate(face, mask); in GL_StencilMaskSeparate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp2688 context->stencilMaskSeparate( in ReplayCall()

Completed in 55 milliseconds