Home
last modified time | relevance | path

Searched defs:backendContext (Results 1 – 9 of 9) sorted by relevance

/external/skia/tools/gpu/d3d/
DD3DTestContext.cpp20 GrD3DBackendContext backendContext; in Create() local
56 D3DTestContextImpl(const GrD3DBackendContext& backendContext, bool ownsContext) in D3DTestContextImpl()
/external/skia/tools/gpu/vk/
DVkTestContext.cpp25 GrVkBackendContext backendContext; in Create() local
107 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl()
/external/armnn/src/profiling/
DConnectionAcknowledgedCommandHandler.cpp52 for (auto backendContext : m_BackendProfilingContext.value()) in operator ()() local
/external/skia/src/gpu/
DGrDirectContext.cpp1081 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan()
1086 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan()
1101 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(const GrMtlBackendContext& backendContext) { in MakeMetal()
1106 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(const GrMtlBackendContext& backendContext, in MakeMetal()
1129 GrMtlBackendContext backendContext = {}; in MakeMetal() local
1139 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext) { in MakeDirect3D()
1144 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext, in MakeDirect3D()
/external/skia/experimental/graphite/src/
DContext.cpp39 std::unique_ptr<Context> Context::MakeMetal(const mtl::BackendContext& backendContext) { in MakeMetal()
/external/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp80 GrD3DBackendContext backendContext; in initializeContext() local
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp56 GrVkBackendContext backendContext; in initializeContext() local
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp42 sk_sp<GrGpu> GrD3DGpu::Make(const GrD3DBackendContext& backendContext, in Make()
68 const GrD3DBackendContext& backendContext, in GrD3DGpu()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp58 sk_sp<GrGpu> GrVkGpu::Make(const GrVkBackendContext& backendContext, in Make()
206 GrVkGpu::GrVkGpu(GrDirectContext* direct, const GrVkBackendContext& backendContext, in GrVkGpu()