Home
last modified time | relevance | path

Searched defs:getSemaphore (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.cpp519 Semaphore *SemaphoreManager::getSemaphore(SemaphoreID handle) const in getSemaphore() function in gl::SemaphoreManager
DContext.cpp6851 Semaphore *Context::getSemaphore(SemaphoreID handle) const in getSemaphore() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.h131 const Semaphore *getSemaphore() { return mSemaphore; } in getSemaphore() function
Dvk_helpers.h614 const Semaphore *getSemaphore() const { return mSemaphore; } in getSemaphore() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.cpp583 Semaphore *SemaphoreManager::getSemaphore(GLuint handle) const in getSemaphore() function in gl::SemaphoreManager
DContext.cpp6070 Semaphore *Context::getSemaphore(GLuint handle) const in getSemaphore() function in gl::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h384 const Semaphore *getSemaphore() const { return mSemaphore; } in getSemaphore() function