Searched refs:VkTestContext (Results 1 - 3 of 3) sorted by relevance

/external/skia/tools/gpu/vk/
H A DVkTestContext.h18 class VkTestContext : public TestContext { class in namespace:sk_gpu_test
30 VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {} function in class:sk_gpu_test::VkTestContext
41 VkTestContext* CreatePlatformVkTestContext();
H A DVkTestContext.cpp8 #include "VkTestContext.h"
109 class VkTestContextImpl : public sk_gpu_test::VkTestContext {
111 static VkTestContext* Create() {
136 : VkTestContext(std::move(backendContext)) {
144 typedef sk_gpu_test::VkTestContext INHERITED;
149 VkTestContext* CreatePlatformVkTestContext() { return VkTestContextImpl::Create(); }
/external/skia/tools/gpu/
H A DGrContextFactory.h15 #include "vk/VkTestContext.h"
39 VkTestContext* vkContext() const {
41 return static_cast<VkTestContext*>(fTestContext);

Completed in 196 milliseconds