Searched defs:depthFunc (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp90 deUint32 depthFunc; member in struct:deqp::gls::InteractionTestUtil::RenderState
107 , depthFunc (0)
/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); local
331 gl.depthFunc (depthFunc);
H A Des2fDepthStencilTests.cpp104 deUint32 depthFunc; member in struct:deqp::gles2::Functional::DepthStencilCaseUtil::DepthStencilParams
112 , depthFunc (0)
147 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.depthFunc) << "\n"
300 renderCmd.params.depthFunc = GL_ALWAYS;
329 cmd.params.depthFunc = GL_LESS;
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc);
456 glDepthFunc(command.params.depthFunc);
775 params.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
841 for (int depthFunc
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); local
331 gl.depthFunc (depthFunc);
H A Des3fDepthStencilTests.cpp104 deUint32 depthFunc; member in struct:deqp::gles3::Functional::DepthStencilCaseUtil::DepthStencilParams
112 , depthFunc (0)
147 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.depthFunc) << "\n"
300 renderCmd.params.depthFunc = GL_ALWAYS;
329 cmd.params.depthFunc = GL_LESS;
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc);
456 glDepthFunc(command.params.depthFunc);
775 params.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
841 for (int depthFunc
[all...]
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp164 void FragmentProcessor::executeDepthCompare (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::ConstPixelBufferAccess& depthBuffer) argument
214 switch (depthFunc)
231 switch (depthFunc)
818 executeDepthCompare(groupFirstFragNdx, numSamplesPerFragment, inputFragments, state.depthFunc, depthBuffer);
H A DrrRenderState.hpp237 TestFunc depthFunc; member in struct:rr::FragmentOperationState
271 , depthFunc (TESTFUNC_LESS)
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp515 void GLContext::depthFunc (deUint32 func) function in class:sglr::GLContext

Completed in 183 milliseconds