Home
last modified time | relevance | path

Searched defs:backendContext (Results 1 – 25 of 25) 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.cpp93 std::unique_ptr<GrGpu> GrVkGpu::Make(const skgpu::VulkanBackendContext& backendContext, in Make()
191 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.cpp39 sk_sp<SharedContext> DawnSharedContext::Make(const DawnBackendContext& backendContext, in Make()
58 DawnSharedContext::DawnSharedContext(const DawnBackendContext& backendContext, in DawnSharedContext()
DDawnGraphiteUtils.cpp21 std::unique_ptr<Context> MakeDawn(const DawnBackendContext& backendContext, in MakeDawn()
DDawnCaps.cpp91 DawnCaps::DawnCaps(const DawnBackendContext& backendContext, const ContextOptions& options) in DawnCaps()
432 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/skia/tools/graphite/dawn/
DGraphiteDawnTestContext.h41 DawnTestContext(const skgpu::graphite::DawnBackendContext& backendContext) in DawnTestContext()
DGraphiteDawnTestContext.cpp175 skgpu::graphite::DawnBackendContext backendContext; in Make() local
218 auto backendContext = fBackendContext; in makeContext() local
/external/armnn/profiling/client/src/
DConnectionAcknowledgedCommandHandler.cpp53 for (auto backendContext : m_BackendProfilingContext.value()) in operator ()() 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
Dgraphite_native_vulkan.cpp30 skgpu::VulkanBackendContext backendContext; in main() local
Dgraphite_native_metal.cpp42 skgpu::graphite::MtlBackendContext backendContext = GetMetalContext(); in main() local
/external/skia/example/
DVulkanBasic.cpp45 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.cpp106 const VulkanBackendContext& backendContext, in VulkanSharedContext()
DVulkanGraphiteUtils.cpp25 std::unique_ptr<Context> MakeVulkan(const VulkanBackendContext& backendContext, in MakeVulkan()
/external/skia/tools/window/
DGraphiteDawnWindowContext.cpp51 skgpu::graphite::DawnBackendContext backendContext; in initializeContext() local
DVulkanWindowContext.cpp62 skgpu::VulkanBackendContext backendContext; in initializeContext() local
DGraphiteNativeVulkanWindowContext.cpp67 skgpu::VulkanBackendContext backendContext; in initializeContext() local
/external/skia/tools/window/win/
DD3D12WindowContext_win.cpp85 GrD3DBackendContext backendContext; in initializeContext() local
/external/skia/src/gpu/vk/vulkanmemoryallocator/
DVulkanAMDMemoryAllocator.cpp280 sk_sp<VulkanMemoryAllocator> Make(const skgpu::VulkanBackendContext& backendContext, in Make()
/external/skia/src/gpu/ganesh/
DGrDirectContext.cpp1192 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext) { in MakeDirect3D()
1197 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()