Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h34 API_VK = 1, enumerator
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp261 android::GraphicsEnv::Api::API_VK, false, systemTime() - openTime); in Open()
275 android::GraphicsEnv::Api::API_VK, false, systemTime() - openTime); in Open()
287 android::GraphicsEnv::Api::API_VK, true, systemTime() - openTime); in Open()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp177 sendGpuStatsLocked(GraphicsEnv::Api::API_VK, true, mGpuStats.vkDriverLoadingTime); in hintActivityLaunch()