Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/GrStencilSettings.h"
#include "src/gpu/ganesh/mtl/GrMtlDepthStencil.h"
#include "src/gpu/ganesh/mtl/GrMtlGpu.h"
Go to the source code of this file.
Functions | |
GR_NORETAIN_BEGIN MTLStencilOperation | skia_stencil_op_to_mtl (GrStencilOp op) |
MTLStencilDescriptor * | skia_stencil_to_mtl (GrStencilSettings::Face face) |
void | skia_stencil_to_key (GrStencilSettings::Face face, GrMtlDepthStencil::Key::Face *faceKey) |
GR_NORETAIN_BEGIN MTLStencilOperation skia_stencil_op_to_mtl | ( | GrStencilOp | op | ) |
Definition at line 18 of file GrMtlDepthStencil.mm.
void skia_stencil_to_key | ( | GrStencilSettings::Face | face, |
GrMtlDepthStencil::Key::Face * | faceKey | ||
) |
Definition at line 93 of file GrMtlDepthStencil.mm.
MTLStencilDescriptor * skia_stencil_to_mtl | ( | GrStencilSettings::Face | face | ) |
Definition at line 39 of file GrMtlDepthStencil.mm.