Home
last modified time | relevance | path

Searched defs:backendContext (Results 1 – 11 of 11) 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
114 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl()
/external/skqp/src/gpu/
DGrDirectContext.cpp153 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan()
162 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan()
/external/skia/src/gpu/
DGrDirectContext.cpp1067 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan()
1072 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan()
1087 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(const GrMtlBackendContext& backendContext) { in MakeMetal()
1092 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(const GrMtlBackendContext& backendContext, in MakeMetal()
1115 GrMtlBackendContext backendContext = {}; in MakeMetal() local
1125 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext) { in MakeDirect3D()
1130 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext, in MakeDirect3D()
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp150 GrVkBackendContext backendContext; in Create() local
242 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl()
/external/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp80 GrD3DBackendContext backendContext; in initializeContext() local
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp64 GrVkBackendContext backendContext; in initializeContext() local
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp63 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/skqp/src/gpu/vk/
DGrVkGpu.cpp59 sk_sp<GrGpu> GrVkGpu::Make(const GrVkBackendContext& backendContext, in Make()
139 const GrVkBackendContext& backendContext, sk_sp<const GrVkInterface> interface, in GrVkGpu()
/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()