Home
last modified time | relevance | path

Searched refs:GrMtlDepthStencil (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/mtl/
H A DGrMtlDepthStencil.h22 class GrMtlDepthStencil : public GrManagedResource { class
24 static GrMtlDepthStencil* Create(const GrMtlGpu*, const GrStencilSettings&, GrSurfaceOrigin);
26 ~GrMtlDepthStencil() override { fMtlDepthStencilState = nil; }
49 // Helpers for hashing GrMtlDepthStencil
52 static const Key& GetKey(const GrMtlDepthStencil& depthStencil) { return depthStencil.fKey; } in GetKey()
61 SkDebugf("GrMtlDepthStencil: %p (%ld refs)\n", fMtlDepthStencilState,
71 GrMtlDepthStencil(id<MTLDepthStencilState> mtlDepthStencilState, Key key) in GrMtlDepthStencil() function in GrMtlDepthStencil
H A DGrMtlResourceProvider.h17 #include "src/gpu/mtl/GrMtlDepthStencil.h"
37 GrMtlDepthStencil* findOrCreateCompatibleDepthStencilState(const GrStencilSettings&,
92 SkTDynamicHash<GrMtlDepthStencil, GrMtlDepthStencil::Key> fDepthStencilStates;

Completed in 2 milliseconds