Home
last modified time | relevance | path

Searched refs:fMtl (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/gpu/mtl/
DMtlTestContext.h23 return fMtl; in getMtlBackendContext()
28 : fMtl(mtl) {} in MtlTestContext()
30 GrMtlBackendContext fMtl; variable
DMtlTestContext.mm63 return GrDirectContext::MakeMetal(fMtl, options);
/third_party/skia/tools/graphite/mtl/
DGraphiteMtlTestContext.h30 return fMtl; in getBackendContext()
34 TestContext(const skgpu::mtl::BackendContext& mtl) : fMtl(mtl) {} in TestContext()
36 skgpu::mtl::BackendContext fMtl; variable
DMtlTestContext.mm51 return skgpu::Context::MakeMetal(fMtl);