Searched refs:surfaceFormatAlloc (Results 1 – 1 of 1) sorted by relevance
166 SkAutoMalloc surfaceFormatAlloc(surfaceFormatCount * sizeof(VkSurfaceFormatKHR)); in createSwapchain() local167 VkSurfaceFormatKHR* surfaceFormats = (VkSurfaceFormatKHR*)surfaceFormatAlloc.get(); in createSwapchain()