Home
last modified time | relevance | path

Searched refs:MakeVulkan (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrLegacyDirectContext.cpp175 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() function in GrContext
178 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
184 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() function in GrContext
/third_party/flutter/skia/site/user/special/
Dvulkan.md23 …ue, initializes a GrVkBackendContext to describe the context, and then calls GrContext::MakeVulkan:
33 sk_sp<GrContext> context = GrContext::MakeVulkan(vkBackendContext);
/third_party/skia/site/docs/user/special/
Dvulkan.md28 …ue, initializes a GrVkBackendContext to describe the context, and then calls GrContext::MakeVulkan:
38 sk_sp<GrContext> context = GrContext::MakeVulkan(vkBackendContext);
/third_party/flutter/skia/include/gpu/
DGrContext.h59 static sk_sp<GrContext> MakeVulkan(const GrVkBackendContext&, const GrContextOptions&);
60 static sk_sp<GrContext> MakeVulkan(const GrVkBackendContext&);
/third_party/skia/tools/gpu/vk/
DVkTestHelper.cpp80 fDirectContext = GrDirectContext::MakeVulkan(fBackendContext); in init()
DVkTestContext.cpp77 return GrDirectContext::MakeVulkan(fVk, options); in makeContext()
/third_party/skia/include/gpu/
DGrDirectContext.h68 static sk_sp<GrDirectContext> MakeVulkan(const GrVkBackendContext&, const GrContextOptions&);
69 static sk_sp<GrDirectContext> MakeVulkan(const GrVkBackendContext&);
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_window.cc105 sk_sp<GrContext> context = GrContext::MakeVulkan(backend_context); in CreateSkiaGrContext()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_producer.cc117 context_ = GrContext::MakeVulkan(backend_context); in Initialize()
/third_party/skia/src/gpu/
DGrDirectContext.cpp1081 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() function in GrDirectContext
1083 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
1086 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() function in GrDirectContext
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp205 return GrContext::MakeVulkan(fVk, options); in makeGrContext()
/third_party/flutter/skia/tests/
DVkYcbcrSamplerTest.cpp186 fGrContext = GrContext::MakeVulkan(fBackendContext); in init()
DVkProtectedContextTest.cpp116 fGrContext = GrContext::MakeVulkan(fBackendContext); in init()
DVkHardwareBufferTest.cpp576 fGrContext = GrContext::MakeVulkan(fBackendContext); in init()
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp120 fContext = GrContext::MakeVulkan(backendContext, fDisplayParams.fGrContextOptions); in initializeContext()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp121 fContext = GrDirectContext::MakeVulkan(backendContext, fDisplayParams.fGrContextOptions); in initializeContext()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp580 fDirectContext = GrDirectContext::MakeVulkan(fBackendContext); in init()