Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp256 bool hasKHRSwapchainExtension = false; in setupDevice() local
265 hasKHRSwapchainExtension = true; in setupDevice()
268 LOG_ALWAYS_FATAL_IF(!hasKHRSwapchainExtension); in setupDevice()