Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkDirectContext.cpp19 sk_sp<GrDirectContext> MakeVulkan(const skgpu::VulkanBackendContext& backendContext) { in MakeVulkan()
24 sk_sp<GrDirectContext> MakeVulkan(const skgpu::VulkanBackendContext& backendContext, in MakeVulkan()
DGrVkGpu.cpp70 std::unique_ptr<GrGpu> GrVkGpu::Make(const skgpu::VulkanBackendContext& backendContext, in Make()
207 const skgpu::VulkanBackendContext& backendContext, in GrVkGpu()
/external/skia/tools/gpu/d3d/
DD3DTestContext.cpp20 GrD3DBackendContext backendContext; in Create() local
54 D3DTestContextImpl(const GrD3DBackendContext& backendContext, bool ownsContext) in D3DTestContextImpl()
/external/skia/src/gpu/graphite/dawn/
DDawnSharedContext.cpp32 sk_sp<SharedContext> DawnSharedContext::Make(const DawnBackendContext& backendContext, in Make()
50 DawnSharedContext::DawnSharedContext(const DawnBackendContext& backendContext, in DawnSharedContext()
DDawnGraphiteUtils.cpp21 std::unique_ptr<Context> MakeDawn(const DawnBackendContext& backendContext, in MakeDawn()
DDawnCaps.cpp77 DawnCaps::DawnCaps(const DawnBackendContext& backendContext, const ContextOptions& options) in DawnCaps()
397 void DawnCaps::initCaps(const DawnBackendContext& backendContext, const ContextOptions& options) { in initCaps()
/external/skia/tools/gpu/vk/
DVkTestContext.cpp26 skgpu::VulkanBackendContext backendContext; in Create() local
108 VkTestContextImpl(const skgpu::VulkanBackendContext& backendContext, in VkTestContextImpl()
/external/armnn/profiling/client/src/
DConnectionAcknowledgedCommandHandler.cpp53 for (auto backendContext : m_BackendProfilingContext.value()) in operator ()() local
/external/skia/tools/graphite/dawn/
DGraphiteDawnTestContext.h41 DawnTestContext(const skgpu::graphite::DawnBackendContext& backendContext) in DawnTestContext()
DGraphiteDawnTestContext.cpp147 skgpu::graphite::DawnBackendContext backendContext; in Make() local
190 auto backendContext = fBackendContext; in makeContext() local
/external/skia/example/external_client/src/
Dganesh_vulkan.cpp25 skgpu::VulkanBackendContext backendContext; in main() local
Dganesh_metal.cpp33 GrMtlBackendContext backendContext = GetMetalContext(); in main() local
/external/skia/example/
DVulkanBasic.cpp39 skgpu::VulkanBackendContext backendContext; in main() local
/external/skia/tools/graphite/vk/
DGraphiteVulkanTestContext.cpp25 skgpu::VulkanBackendContext backendContext; in Make() local
/external/skia/src/gpu/graphite/vk/
DVulkanSharedContext.cpp136 VulkanSharedContext::VulkanSharedContext(const VulkanBackendContext& backendContext, in VulkanSharedContext()
DVulkanGraphiteUtils.cpp22 std::unique_ptr<Context> MakeVulkan(const VulkanBackendContext& backendContext, in MakeVulkan()
/external/skia/tools/window/
DGraphiteDawnWindowContext.cpp51 skgpu::graphite::DawnBackendContext backendContext; in initializeContext() local
DVulkanWindowContext.cpp60 skgpu::VulkanBackendContext backendContext; in initializeContext() local
DGraphiteVulkanWindowContext.cpp66 skgpu::VulkanBackendContext backendContext; in initializeContext() local
/external/skia/tools/window/win/
DD3D12WindowContext_win.cpp86 GrD3DBackendContext backendContext; in initializeContext() local
/external/skia/src/gpu/ganesh/
DGrDirectContext.cpp1186 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext) { in MakeDirect3D()
1191 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext, in MakeDirect3D()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp50 std::unique_ptr<GrGpu> GrD3DGpu::Make(const GrD3DBackendContext& backendContext, in Make()
80 const GrD3DBackendContext& backendContext, in GrD3DGpu()