Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.h104 kRenderThread, enumerator
110 ContextType contextType = ContextType::kRenderThread);
H A DVulkanManager.cpp429 (contextType == ContextType::kRenderThread) ? mGraphicsQueue : mAHBUploadQueue; in createContext()