Searched refs:CORE_STENCIL_OP_KEEP (Results 1 – 3 of 3) sorted by relevance
484 CORE_STENCIL_OP_KEEP = 0, enumerator1119 StencilOp failOp { StencilOp::CORE_STENCIL_OP_KEEP };1121 StencilOp passOp { StencilOp::CORE_STENCIL_OP_KEEP };1123 StencilOp depthFailOp { StencilOp::CORE_STENCIL_OP_KEEP };
81 { CORE_STENCIL_OP_KEEP, "keep" },
288 case CORE_STENCIL_OP_KEEP: in GetStencilOp()