Home | History | Annotate | Download | only in functional

Lines Matching refs:mapGLStencilOp

373 	dst.sFail		= sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
375 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);