Searched refs:depthStencilPassOperation (Results 1 – 5 of 5) sorted by relevance
46 ANGLE_OBJC_CP_PROPERTY(objCDesc.get(), desc, depthStencilPassOperation);232 ANGLE_PROP_EQ(*this, rhs, depthStencilPassOperation) &&241 stencilFailureOperation = depthFailureOperation = depthStencilPassOperation =321 frontFaceStencil.depthStencilPassOperation = MTLStencilOperationKeep;326 backFaceStencil.depthStencilPassOperation = MTLStencilOperationKeep;348 frontFaceStencil.depthStencilPassOperation = GetStencilOp(dsState.stencilPassDepthPass);359 backFaceStencil.depthStencilPassOperation = GetStencilOp(dsState.stencilBackPassDepthPass);
47 uint8_t depthStencilPassOperation : 3; member
1131 desc.frontFaceStencil.depthStencilPassOperation = MTLStencilOperationReplace;1133 desc.backFaceStencil.depthStencilPassOperation = MTLStencilOperationReplace;1648 dsStateDesc.frontFaceStencil.depthStencilPassOperation = MTLStencilOperationReplace;1649 dsStateDesc.backFaceStencil.depthStencilPassOperation = MTLStencilOperationReplace;
69 result.depthStencilPassOperation = skia_stencil_op_to_mtl(face.fPassOp);
276 result.depthStencilPassOperation = stencil_op_to_mtl(face.fDepthStencilPassOp);