Home
last modified time | relevance | path

Searched refs:GrMtlBackendContext (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/tools/gpu/mtl/
DMtlTestContext.h22 const GrMtlBackendContext& getMtlBackendContext() const { in getMtlBackendContext()
27 MtlTestContext(const GrMtlBackendContext& mtl) in MtlTestContext()
30 GrMtlBackendContext fMtl;
DMtlTestContext.mm23 GrMtlBackendContext backendContext = {};
67 MtlTestContextImpl(const GrMtlBackendContext& mtl)
/third_party/skia/src/gpu/mtl/
DGrMtlTrampoline.h17 struct GrMtlBackendContext;
25 static sk_sp<GrGpu> MakeGpu(const GrMtlBackendContext&, const GrContextOptions&,
DGrMtlTrampoline.mm18 sk_sp<GrGpu> GrMtlTrampoline::MakeGpu(const GrMtlBackendContext& backendContext,
DGrMtlGpu.h38 static sk_sp<GrGpu> Make(const GrMtlBackendContext&, const GrContextOptions&, GrDirectContext*);
DGrMtlGpu.mm45 sk_sp<GrGpu> GrMtlGpu::Make(const GrMtlBackendContext& context, const GrContextOptions& options,
/third_party/skia/include/gpu/
DGrDirectContext.h31 struct GrMtlBackendContext;
84 static sk_sp<GrDirectContext> MakeMetal(const GrMtlBackendContext&, const GrContextOptions&);
85 static sk_sp<GrDirectContext> MakeMetal(const GrMtlBackendContext&);
DBUILD.bazel77 "mtl/GrMtlBackendContext.h",
/third_party/skia/include/gpu/mtl/
DGrMtlBackendContext.h15 struct SK_API GrMtlBackendContext { struct
/third_party/skia/tools/sk_app/
DMetalWindowContext.mm12 #include "include/gpu/mtl/GrMtlBackendContext.h"
82 GrMtlBackendContext backendContext = {};
/third_party/skia/src/gpu/
DGrDirectContext.cpp1159 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(const GrMtlBackendContext& backendContext) { in MakeMetal()
1164 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(const GrMtlBackendContext& backendContext, in MakeMetal()
1187 GrMtlBackendContext backendContext = {}; in MakeMetal()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h25 struct GrMtlBackendContext;
/third_party/skia/site/docs/user/release/
Drelease_notes.md200 * Add MTLBinaryArchive parameter to GrMtlBackendContext. This allows
224 a new struct called GrMtlBackendContext. The previous interface taking
/third_party/skia/
DRELEASE_NOTES.txt257 * Add MTLBinaryArchive parameter to GrMtlBackendContext. This allows
281 a new struct called GrMtlBackendContext. The previous interface taking
/third_party/skia/gn/
Dgpu.gni754 "$_include/gpu/mtl/GrMtlBackendContext.h",