Home
last modified time | relevance | path

Searched refs:CreatePlatformVkTestContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/gpu/vk/
DVkTestContext.h43 VkTestContext* CreatePlatformVkTestContext(VkTestContext*);
DVkTestContext.cpp155 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext() function
/external/skia/tools/gpu/
DGrContextFactory.cpp209 testCtx.reset(CreatePlatformVkTestContext(vkSharedContext)); in getContextInfoInternal()