Searched refs:GrVkBackendContext (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/tools/gpu/vk/ |
H A D | VkTestContext.h | 15 #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 D | VkTestUtils.h | 15 #include "include/gpu/vk/GrVkBackendContext.h" 21 struct GrVkBackendContext; 30 GrVkBackendContext* ctx,
|
H A D | VkTestContext.cpp | 25 GrVkBackendContext backendContext; in Create() 114 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl()
|
H A D | VkTestHelper.h | 16 #include "include/gpu/vk/GrVkBackendContext.h" 64 GrVkBackendContext fBackendContext;
|
H A D | VkTestUtils.cpp | 25 #include "include/gpu/vk/GrVkBackendContext.h" 424 GrVkBackendContext* ctx, in CreateVkBackendContext()
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkBackendContext.h | 46 struct SK_API GrVkBackendContext { struct
|
/third_party/skia/include/gpu/ |
H A D | GrDirectContext.h | 46 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 D | GrContextFactory.h | 17 struct GrVkBackendContext;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.h | 11 #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 D | GrVkGpu.cpp | 61 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 D | VulkanWindowContext.cpp | 64 GrVkBackendContext backendContext; in initializeContext()
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContext.cpp | 1287 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext) { 1292 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext,
|
/third_party/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 20 #include "include/gpu/vk/GrVkBackendContext.h" 505 GrVkBackendContext fBackendContext;
|
Completed in 25 milliseconds