Searched defs:backendContext (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/tools/gpu/d3d/ |
| D | D3DTestContext.cpp | 20 GrD3DBackendContext backendContext; in Create() local 56 D3DTestContextImpl(const GrD3DBackendContext& backendContext, bool ownsContext) in D3DTestContextImpl()
|
| /third_party/skia/tools/gpu/vk/ |
| D | VkTestContext.cpp | 25 GrVkBackendContext backendContext; in Create() local 114 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl()
|
| /third_party/skia/experimental/graphite/src/ |
| D | Context.cpp | 28 sk_sp<Context> Context::MakeMetal(const mtl::BackendContext& backendContext) { in MakeMetal()
|
| /third_party/skia/src/gpu/ |
| D | GrDirectContext.cpp | 1305 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() 1310 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() 1325 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(const GrMtlBackendContext& backendContext) { in MakeMetal() 1330 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(const GrMtlBackendContext& backendContext, in MakeMetal() 1353 GrMtlBackendContext backendContext = {}; in MakeMetal() local 1363 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext) { in MakeDirect3D() 1368 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext, in MakeDirect3D()
|
| /third_party/skia/tools/sk_app/win/ |
| D | D3D12WindowContext_win.cpp | 80 GrD3DBackendContext backendContext; in initializeContext() local
|
| /third_party/skia/tools/sk_app/ |
| D | VulkanWindowContext.cpp | 64 GrVkBackendContext backendContext; in initializeContext() local
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DGpu.cpp | 42 sk_sp<GrGpu> GrD3DGpu::Make(const GrD3DBackendContext& backendContext, in Make() 68 const GrD3DBackendContext& backendContext, in GrD3DGpu()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkGpu.cpp | 61 sk_sp<GrGpu> GrVkGpu::Make(const GrVkBackendContext& backendContext, in Make() 221 GrVkGpu::GrVkGpu(GrDirectContext* direct, const GrVkBackendContext& backendContext, in GrVkGpu()
|