Home
last modified time | relevance | path

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

/external/skia/include/gpu/vk/
DGrVkBackendContext.h38 struct GrVkBackendContext : public SkRefCnt { struct
68 static const GrVkBackendContext* Create(uint32_t* presentQueueIndex = nullptr, argument
72 static const GrVkBackendContext* Create(const GrVkInterface::GetInstanceProc& getInstanceProc,
89 ~GrVkBackendContext() override;
/external/skia/tools/gpu/vk/
DVkTestContext.h25 sk_sp<const GrVkBackendContext> getVkBackendContext() { in getVkBackendContext()
32 VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {} in VkTestContext()
34 sk_sp<const GrVkBackendContext> fVk;
DVkTestContext.cpp112 sk_sp<const GrVkBackendContext> backendContext; in Create()
116 backendContext.reset(GrVkBackendContext::Create(vkGetInstanceProcAddr, in Create()
141 VkTestContextImpl(sk_sp<const GrVkBackendContext> backendContext) in VkTestContextImpl()
/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp50 const GrVkBackendContext* GrVkBackendContext::Create(uint32_t* presentQueueIndexPtr, in Create()
309 GrVkBackendContext* ctx = new GrVkBackendContext(); in Create()
324 GrVkBackendContext::~GrVkBackendContext() { in ~GrVkBackendContext()
DGrVkGpu.h170 const GrVkBackendContext* backendContext);
256 sk_sp<const GrVkBackendContext> fBackendContext;
DGrVkGpu.cpp79 const GrVkBackendContext* vkBackendContext = in Create()
80 reinterpret_cast<const GrVkBackendContext*>(backendContext); in Create()
97 const GrVkBackendContext* backendCtx) in GrVkGpu()
/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.h48 using CanPresentFn = GrVkBackendContext::CanPresentFn;
69 sk_sp<const GrVkBackendContext> fBackendContext;
DVulkanWindowContext.cpp48 fBackendContext.reset(GrVkBackendContext::Create(vkGetInstanceProcAddr, vkGetDeviceProcAddr, in initializeContext()
/external/skia/tools/gpu/
DGrContextFactory.h17 struct GrVkBackendContext;
/external/skia/gn/
Dgpu.gni507 "$_include/gpu/vk/GrVkBackendContext.h",
511 "$_src/gpu/vk/GrVkBackendContext.cpp",
/external/skia/
DAndroid.bp550 "src/gpu/vk/GrVkBackendContext.cpp",