Searched refs:VkTestContext (Results 1 – 10 of 10) sorted by relevance
/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 22 class VkTestContextImpl : public sk_gpu_test::VkTestContext { 24 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() 118 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl() 127 using INHERITED = sk_gpu_test::VkTestContext; 132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
|
D | VkTestContext.h | 21 class VkTestContext : public TestContext { 38 VkTestContext(const GrVkBackendContext& vk, const GrVkExtensions* extensions, in VkTestContext() function 63 VkTestContext* CreatePlatformVkTestContext(VkTestContext*);
|
/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/skqp/tools/gpu/ |
D | GrContextFactory.cpp | 206 VkTestContext* vkSharedContext = masterContext in getContextInfoInternal() 207 ? static_cast<VkTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()
|
/external/skia/tools/gpu/ |
D | GrContextFactory.cpp | 236 VkTestContext* vkSharedContext = primaryContext in getContextInfoInternal() 237 ? static_cast<VkTestContext*>(primaryContext->fTestContext) : nullptr; in getContextInfoInternal()
|
/external/skia/ |
D | BUILD.gn | 1822 sources += [ "tools/gpu/vk/VkTestContext.h" ] 1823 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
|
D | Android.bp | 2956 "tools/gpu/vk/VkTestContext.cpp", 3714 "tools/gpu/vk/VkTestContext.cpp",
|
/external/skqp/ |
D | BUILD.gn | 1462 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
|
D | Android.bp | 1621 "tools/gpu/vk/VkTestContext.cpp",
|