Home | History | Annotate | Download | only in functional

Lines Matching refs:depthFailOp

79 	deUint32	depthFailOp;
89 , depthFailOp (0)
125 << " depth fail = " << glu::getStencilOpStr(params.depthFailOp) << "\n"
358 cmd.params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_KEEP;
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
446 glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
767 params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
876 params.stencil[visible].depthFailOp = functionCases[ndx].dFail;
884 params.stencil[notVisible].depthFailOp = GL_REPLACE;
947 params.stencil[visible].depthFailOp = stencilOps[dFail].op;
955 params.stencil[notVisible].depthFailOp = GL_REPLACE;
987 params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_INCR;
995 params.stencil[rr::FACETYPE_BACK].depthFailOp = GL_INVERT;
1055 params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_INCR;
1062 params.stencil[rr::FACETYPE_BACK].depthFailOp = GL_INVERT;
1113 params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_INCR;
1120 params.stencil[rr::FACETYPE_BACK].depthFailOp = GL_INVERT;