Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDirectContext.cpp153 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() function in GrContext
156 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
162 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() function in GrContext
/external/skqp/include/gpu/
DGrContext.h65 static sk_sp<GrContext> MakeVulkan(const GrVkBackendContext&, const GrContextOptions&);
66 static sk_sp<GrContext> MakeVulkan(const GrVkBackendContext&);
/external/skqp/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);
/external/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);
/external/skia/tools/gpu/vk/
DVkTestHelper.cpp80 fDirectContext = GrDirectContext::MakeVulkan(fBackendContext); in init()
DVkTestContext.cpp77 return GrDirectContext::MakeVulkan(fVk, options); in makeContext()
/external/skia/include/gpu/
DGrDirectContext.h68 static sk_sp<GrDirectContext> MakeVulkan(const GrVkBackendContext&, const GrContextOptions&);
69 static sk_sp<GrDirectContext> MakeVulkan(const GrVkBackendContext&);
/external/skia/src/gpu/
DGrDirectContext.cpp1067 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() function in GrDirectContext
1069 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
1072 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() function in GrDirectContext
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp205 return GrContext::MakeVulkan(fVk, options); in makeGrContext()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp121 fContext = GrDirectContext::MakeVulkan(backendContext, fDisplayParams.fGrContextOptions); in initializeContext()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp120 fContext = GrContext::MakeVulkan(backendContext, fDisplayParams.fGrContextOptions); in initializeContext()
/external/skia/tests/
DVkHardwareBufferTest.cpp580 fDirectContext = GrDirectContext::MakeVulkan(fBackendContext); in init()
/external/skqp/tests/
DVkHardwareBufferTest.cpp570 fGrContext = GrContext::MakeVulkan(fBackendContext); in init()