Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp112 class SwappyVkBase class
115 SwappyVkBase(VkPhysicalDevice physicalDevice, in SwappyVkBase() function in SwappyVkBase
159 virtual ~SwappyVkBase() { in ~SwappyVkBase()
231 void SwappyVkBase::startChoreographerThread() { in startChoreographerThread()
239 void SwappyVkBase::stopChoreographerThread() { in stopChoreographerThread()
249 void *SwappyVkBase::looperThreadWrapper(void *data) { in looperThreadWrapper()
250 SwappyVkBase *me = reinterpret_cast<SwappyVkBase *>(data); in looperThreadWrapper()
254 void *SwappyVkBase::looperThread() { in looperThread()
278 void SwappyVkBase::frameCallback(long frameTimeNanos, void *data) { in frameCallback()
279 SwappyVkBase *me = reinterpret_cast<SwappyVkBase *>(data); in frameCallback()
[all …]