Searched refs:VkTestContext (Results 1 – 10 of 10) sorted by relevance
/external/skia/tools/gpu/vk/ |
D | VkTestContext.h | 21 class VkTestContext : public TestContext { 38 VkTestContext(const GrVkBackendContext& vk, const GrVkExtensions* extensions, in VkTestContext() function 63 VkTestContext* CreatePlatformVkTestContext(VkTestContext*);
|
D | VkTestContext.cpp | 147 class VkTestContextImpl : public sk_gpu_test::VkTestContext { 149 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() 246 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl() 256 typedef sk_gpu_test::VkTestContext INHERITED; 261 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.h | 21 class VkTestContext : public TestContext { 38 VkTestContext(const GrVkBackendContext& vk, const GrVkExtensions* extensions, in VkTestContext() function 63 VkTestContext* CreatePlatformVkTestContext(VkTestContext*);
|
D | VkTestContext.cpp | 147 class VkTestContextImpl : public sk_gpu_test::VkTestContext { 149 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() 246 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl() 256 typedef sk_gpu_test::VkTestContext INHERITED; 261 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
|
/external/skia/tools/gpu/ |
D | GrContextFactory.cpp | 206 VkTestContext* vkSharedContext = masterContext in getContextInfoInternal() 207 ? static_cast<VkTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()
|
/external/skqp/tools/gpu/ |
D | GrContextFactory.cpp | 206 VkTestContext* vkSharedContext = masterContext in getContextInfoInternal() 207 ? static_cast<VkTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()
|
/external/skia/ |
D | Android.bp | 1874 "tools/gpu/vk/VkTestContext.cpp", 2486 "tools/gpu/vk/VkTestContext.cpp",
|
D | BUILD.gn | 1506 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
|
/external/skqp/ |
D | BUILD.gn | 1462 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
|
D | Android.bp | 1582 "tools/gpu/vk/VkTestContext.cpp",
|