Home
last modified time | relevance | path

Searched refs:STENCIL_ALWAYS (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp231 stencilCompareMode = STENCIL_ALWAYS; in init()
240 stencilCompareModeCCW = STENCIL_ALWAYS; in init()
DContext.hpp134 STENCIL_ALWAYS, enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp70 setStencilCompare(STENCIL_ALWAYS); in Device()
86 setStencilCompareCCW(STENCIL_ALWAYS); in Device()
Dutilities.cpp2042 case GL_ALWAYS: return sw::STENCIL_ALWAYS; in ConvertStencilComparison()
2052 return sw::STENCIL_ALWAYS; in ConvertStencilComparison()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp348 case STENCIL_ALWAYS: in stencilTest()