Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp98 mAPIVersion, // apiVersion in setupDevice()
386 backendContext.fMaxAPIVersion = mAPIVersion; in createContext()
401 .api_version = mAPIVersion, in getVkFunctorInitParams()
DVulkanManager.h160 static const uint32_t mAPIVersion = VK_MAKE_VERSION(1, 1, 0); variable