Home
last modified time | relevance | path

Searched refs:GrVkBackendContext (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/tools/gpu/vk/
H A DVkTestContext.h15 #include "include/gpu/vk/GrVkBackendContext.h"
25 const GrVkBackendContext& getVkBackendContext() const { in getVkBackendContext()
38 VkTestContext(const GrVkBackendContext& vk, const GrVkExtensions* extensions, in VkTestContext()
49 GrVkBackendContext fVk;
H A DVkTestUtils.h15 #include "include/gpu/vk/GrVkBackendContext.h"
21 struct GrVkBackendContext;
30 GrVkBackendContext* ctx,
H A DVkTestContext.cpp25 GrVkBackendContext backendContext; in Create()
114 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl()
H A DVkTestHelper.h16 #include "include/gpu/vk/GrVkBackendContext.h"
64 GrVkBackendContext fBackendContext;
H A DVkTestUtils.cpp25 #include "include/gpu/vk/GrVkBackendContext.h"
424 GrVkBackendContext* ctx, in CreateVkBackendContext()
/third_party/skia/include/gpu/vk/
H A DGrVkBackendContext.h46 struct SK_API GrVkBackendContext { struct
/third_party/skia/include/gpu/
H A DGrDirectContext.h46 struct GrVkBackendContext;
81 static sk_sp<GrDirectContext> MakeVulkan(const GrVkBackendContext&, const GrContextOptions&);
82 static sk_sp<GrDirectContext> MakeVulkan(const GrVkBackendContext&);
/third_party/skia/tools/gpu/
H A DGrContextFactory.h17 struct GrVkBackendContext;
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.h11 #include "include/gpu/vk/GrVkBackendContext.h"
41 static sk_sp<GrGpu> Make(const GrVkBackendContext&, const GrContextOptions&, GrDirectContext*);
229 GrVkGpu(GrDirectContext*, const GrVkBackendContext&, const sk_sp<GrVkCaps> caps,
H A DGrVkGpu.cpp61 sk_sp<GrGpu> GrVkGpu::Make(const GrVkBackendContext& backendContext, in Make()
221 GrVkGpu::GrVkGpu(GrDirectContext* direct, const GrVkBackendContext& backendContext, in GrVkGpu()
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp64 GrVkBackendContext backendContext; in initializeContext()
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp1287 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext) {
1292 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext,
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp20 #include "include/gpu/vk/GrVkBackendContext.h"
505 GrVkBackendContext fBackendContext;

Completed in 14 milliseconds