Home | History | Annotate | Download | only in functional

Lines Matching defs:depthFunc

104 	deUint32		depthFunc;
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 = 0; depthFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; depthFunc++)
846 bool hasDepthFunc = de::inBounds(depthFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs));
854 name << "depth_" << compareFuncs[depthFunc].name;
858 params.depthFunc = hasDepthFunc ? compareFuncs[depthFunc].func : 0;
929 params.depthFunc = GL_LEQUAL;
979 params.depthFunc = GL_LEQUAL;
1046 params.depthFunc = GL_LEQUAL;
1104 params.depthFunc = GL_LEQUAL;