Home
last modified time | relevance | path

Searched refs:VkTestContext (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/gpu/vk/
DVkTestContext.h18 class VkTestContext : public TestContext {
32 VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {} in VkTestContext() function
43 VkTestContext* CreatePlatformVkTestContext(VkTestContext*);
DVkTestContext.cpp109 class VkTestContextImpl : public sk_gpu_test::VkTestContext {
111 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
142 : VkTestContext(std::move(backendContext)) { in VkTestContextImpl()
150 typedef sk_gpu_test::VkTestContext INHERITED;
155 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/external/skia/tools/gpu/
DGrContextFactory.cpp203 VkTestContext* vkSharedContext = masterContext in getContextInfoInternal()
204 ? static_cast<VkTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()
/external/skia/
DBUILD.gn1008 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
DAndroid.bp1598 "tools/gpu/vk/VkTestContext.cpp",
2180 "tools/gpu/vk/VkTestContext.cpp",