Home
last modified time | relevance | path

Searched defs:stencilTest (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fStencilTests.cpp128 GLenum stencilTest; member in deqp::gles3::Functional::StencilOp
164 …static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFai… in quad()
/external/deqp/modules/gles2/functional/
Des2fStencilTests.cpp125 GLenum stencilTest; member in deqp::gles2::Functional::StencilOp
161 …static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFai… in quad()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp299 void PixelRoutine::stencilTest(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &cMask) in stencilTest() function in sw::PixelRoutine
342 void PixelRoutine::stencilTest(Byte8 &value, StencilCompareMode stencilCompareMode, bool CCW) in stencilTest() function in sw::PixelRoutine
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp343 void PixelRoutine::stencilTest(const Pointer<Byte> &sBuffer, int q, const Int &x, Int &sMask, const… in stencilTest() function in sw::PixelRoutine
385 void PixelRoutine::stencilTest(Byte8 &value, VkCompareOp stencilCompareMode, bool isBack) in stencilTest() function in sw::PixelRoutine
/external/angle/src/libANGLE/
Dangletypes.h243 bool stencilTest; member
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h443 uint8_t stencilTest : 2; member