Searched refs:fPassOp (Results 1 – 13 of 13) sorted by relevance
95 static_assert(6 == offsetof(Face, fPassOp)); in operator ==()96 static_assert(1 == sizeof(Face::fPassOp)); in operator ==()174 SkASSERT(user.fPassOp < (GrUserStencilOp)kGrUserStencilOpCount); in reset()180 GrUserStencilOp maxOp = std::max(user.fPassOp, user.fFailOp); in reset()181 SkDEBUGCODE(GrUserStencilOp otherOp = std::min(user.fPassOp, user.fFailOp);) in reset()198 fPassOp = gUserStencilOpToRaw[(int)user.fPassOp]; in reset()280 static_assert(6 == offsetof(Face, fPassOp)); in genKey()281 static_assert(1 == sizeof(Face::fPassOp)); in genKey()
51 TOp fPassOp; // Op to perform when the test passes. member
95 GR_STATIC_ASSERT(6 == offsetof(Face, fPassOp)); in operator ==()96 GR_STATIC_ASSERT(1 == sizeof(Face::fPassOp)); in operator ==()174 SkASSERT(user.fPassOp < (GrUserStencilOp)kGrUserStencilOpCount); in reset()180 GrUserStencilOp maxOp = SkTMax(user.fPassOp, user.fFailOp); in reset()181 SkDEBUGCODE(GrUserStencilOp otherOp = SkTMin(user.fPassOp, user.fFailOp);) in reset()198 fPassOp = gUserStencilOpToRaw[(int)user.fPassOp]; in reset()499 GR_STATIC_ASSERT(6 == offsetof(Face, fPassOp)); in genKey()500 GR_STATIC_ASSERT(1 == sizeof(Face::fPassOp)); in genKey()
50 TOp fPassOp; // Op to perform when the test passes. member
69 result.depthStencilPassOperation = skia_stencil_op_to_mtl(face.fPassOp);103 SkASSERT(static_cast<int>(face.fPassOp) <= 7);104 faceKey->fOps |= (static_cast<uint32_t>(face.fPassOp) << kPassOpShift);
104 gr_stencil_op_to_gl_path_rendering_fill_mode(fHWPathStencilSettings.front().fPassOp); in onStencilPath()131 gr_stencil_op_to_gl_path_rendering_fill_mode(fHWPathStencilSettings.front().fPassOp); in onDrawPath()
2759 GrGLenum glPassOp = gr_to_gl_stencil_op(face.fPassOp); in set_gl_stencil()
239 stencilInfo->front.passOp = stencil_op_to_vk_stencil_op(front.fPassOp); in setup_depth_stencil_state()252 stencilInfo->back.passOp = stencil_op_to_vk_stencil_op(back.fPassOp); in setup_depth_stencil_state()
249 result.depthStencilPassOperation = skia_stencil_op_to_mtl(face.fPassOp);
231 opState->passOp = stencil_op_to_vk_stencil_op(stencilFace.fPassOp); in setup_stencil_op_state()
449 desc->StencilPassOp = stencil_op_to_d3d_op(stencilFace.fPassOp); in setup_stencilop_desc()
198 desc.passOp = to_dawn_stencil_operation(face.fPassOp); in to_stencil_state_face()
2414 GrGLenum glPassOp = gr_to_gl_stencil_op(face.fPassOp); in set_gl_stencil()