Searched refs:TESTFUNC_ALWAYS (Results 1 – 5 of 5) sorted by relevance
83 TESTFUNC_ALWAYS, enumerator185 : func (TESTFUNC_ALWAYS) in StencilState()
116 case TESTFUNC_ALWAYS: SAMPLE_REGISTER_STENCIL_COMPARE(true) break; in executeStencilCompare()218 case TESTFUNC_ALWAYS: SAMPLE_REGISTER_DEPTH_COMPARE_F(true) break; in executeDepthCompare()235 case TESTFUNC_ALWAYS: SAMPLE_REGISTER_DEPTH_COMPARE_UI(true) break; in executeDepthCompare()
219 case GL_ALWAYS: return rr::TESTFUNC_ALWAYS; in mapGLTestFunc()
774 state.fragOps.depthFunc = rr::TESTFUNC_ALWAYS; in runCase()776 state.fragOps.stencilStates[rr::FACETYPE_BACK].func = rr::TESTFUNC_ALWAYS; in runCase()
100 case VK_COMPARE_OP_ALWAYS: return rr::TESTFUNC_ALWAYS; in mapVkCompareOp()