Home
last modified time | relevance | path

Searched refs:GrVkBackendContext (Results 1 – 12 of 12) sorted by relevance

/external/skia/include/gpu/vk/
DGrVkBackendContext.h39 struct GrVkBackendContext : public SkRefCnt { struct
56 static const GrVkBackendContext* Create(uint32_t* presentQueueIndex = nullptr, argument
59 ~GrVkBackendContext() override;
/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp42 const GrVkBackendContext* GrVkBackendContext::Create(uint32_t* presentQueueIndexPtr, in Create()
255 GrVkBackendContext* ctx = new GrVkBackendContext(); in Create()
269 GrVkBackendContext::~GrVkBackendContext() { in ~GrVkBackendContext()
DGrVkGpu.h168 const GrVkBackendContext* backendContext);
251 sk_sp<const GrVkBackendContext> fBackendContext;
DGrVkGpu.cpp72 const GrVkBackendContext* vkBackendContext = in Create()
73 reinterpret_cast<const GrVkBackendContext*>(backendContext); in Create()
75 vkBackendContext = GrVkBackendContext::Create(); in Create()
93 const GrVkBackendContext* backendCtx) in GrVkGpu()
/external/skia/tools/gpu/vk/
DVkTestContext.h30 VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {} in VkTestContext()
32 sk_sp<const GrVkBackendContext> fVk;
DVkTestContext.cpp112 sk_sp<const GrVkBackendContext> backendContext(GrVkBackendContext::Create()); in Create()
135 VkTestContextImpl(sk_sp<const GrVkBackendContext> backendContext) in VkTestContextImpl()
/external/skia/site/user/special/
Dvulkan.md24 …Vulkan the client creates a Vulkan device and queue, initializes a GrVkBackendContext to describe …
27 sk_sp<GrVkBackendContext> vkContext = new GrVkBackendContext;
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.h46 using CanPresentFn = GrVkBackendContext::CanPresentFn;
66 sk_sp<const GrVkBackendContext> fBackendContext;
DVulkanWindowContext.cpp43 fBackendContext.reset(GrVkBackendContext::Create(&fPresentQueueIndex, canPresent)); in VulkanWindowContext()
/external/skia/tools/gpu/
DGrContextFactory.h18 struct GrVkBackendContext;
/external/skia/gn/
Dgpu.gni476 "$_include/gpu/vk/GrVkBackendContext.h",
480 "$_src/gpu/vk/GrVkBackendContext.cpp",
/external/skia/
DAndroid.bp560 "src/gpu/vk/GrVkBackendContext.cpp",