Home
last modified time | relevance | path

Searched defs:depthTest (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fStencilTests.cpp131 GLenum depthTest; 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.cpp128 GLenum depthTest; 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.cpp397 …Bool PixelRoutine::depthTest(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &sMask, Int &zM… in depthTest() function in sw::PixelRoutine