Searched defs:backendContext (Results 1 – 9 of 9) sorted by relevance
| /external/skia/tools/gpu/d3d/ |
| D | D3DTestContext.cpp | 20 GrD3DBackendContext backendContext; in Create() local 56 D3DTestContextImpl(const GrD3DBackendContext& backendContext, bool ownsContext) in D3DTestContextImpl()
|
| /external/skia/tools/gpu/vk/ |
| D | VkTestContext.cpp | 25 GrVkBackendContext backendContext; in Create() local 107 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl()
|
| /external/armnn/src/profiling/ |
| D | ConnectionAcknowledgedCommandHandler.cpp | 52 for (auto backendContext : m_BackendProfilingContext.value()) in operator ()() local
|
| /external/skia/src/gpu/ |
| D | GrDirectContext.cpp | 1081 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/ |
| D | Context.cpp | 39 std::unique_ptr<Context> Context::MakeMetal(const mtl::BackendContext& backendContext) { in MakeMetal()
|
| /external/skia/tools/sk_app/win/ |
| D | D3D12WindowContext_win.cpp | 80 GrD3DBackendContext backendContext; in initializeContext() local
|
| /external/skia/tools/sk_app/ |
| D | VulkanWindowContext.cpp | 56 GrVkBackendContext backendContext; in initializeContext() local
|
| /external/skia/src/gpu/d3d/ |
| D | GrD3DGpu.cpp | 42 sk_sp<GrGpu> GrD3DGpu::Make(const GrD3DBackendContext& backendContext, in Make() 68 const GrD3DBackendContext& backendContext, in GrD3DGpu()
|
| /external/skia/src/gpu/vk/ |
| D | GrVkGpu.cpp | 58 sk_sp<GrGpu> GrVkGpu::Make(const GrVkBackendContext& backendContext, in Make() 206 GrVkGpu::GrVkGpu(GrDirectContext* direct, const GrVkBackendContext& backendContext, in GrVkGpu()
|