Lines Matching refs:depthFunc
104 deUint32 depthFunc; member
112 , depthFunc (0) in DepthStencilParams()
147 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.depthFunc) << "\n" in operator <<()
300 renderCmd.params.depthFunc = GL_ALWAYS; in generateBaseClearAndDepthCommands()
329 cmd.params.depthFunc = GL_LESS; in generateDepthVisualizeCommands()
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc); in translateCommand()
456 glDepthFunc(command.params.depthFunc); in render()
775 …params.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs)); in randomDepthStencilState()
841 for (int depthFunc = 0; depthFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; depthFunc++) in init() local
846 bool hasDepthFunc = de::inBounds(depthFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs)); in init()
854 name << "depth_" << compareFuncs[depthFunc].name; in init()
858 params.depthFunc = hasDepthFunc ? compareFuncs[depthFunc].func : 0; in init()
929 params.depthFunc = GL_LEQUAL; in init()
979 params.depthFunc = GL_LEQUAL; in init()
1046 params.depthFunc = GL_LEQUAL; in init()
1104 params.depthFunc = GL_LEQUAL; in init()