Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp166 SkAutoMalloc surfaceFormatAlloc(surfaceFormatCount * sizeof(VkSurfaceFormatKHR)); in createSwapchain() local
167 VkSurfaceFormatKHR* surfaceFormats = (VkSurfaceFormatKHR*)surfaceFormatAlloc.get(); in createSwapchain()