Searched refs:SemaphoreGL (Results 1 – 4 of 4) sorted by relevance
46 SemaphoreGL::SemaphoreGL(GLuint semaphoreID) : mSemaphoreID(semaphoreID) in SemaphoreGL() function in rx::SemaphoreGL51 SemaphoreGL::~SemaphoreGL() in ~SemaphoreGL()56 void SemaphoreGL::onDestroy(const gl::Context *context) in onDestroy()63 angle::Result SemaphoreGL::importFd(gl::Context *context, gl::HandleType handleType, GLint fd) in importFd()70 angle::Result SemaphoreGL::importZirconHandle(gl::Context *context, in importZirconHandle()78 angle::Result SemaphoreGL::wait(gl::Context *context, in wait()99 angle::Result SemaphoreGL::signal(gl::Context *context, in signal()120 GLuint SemaphoreGL::getSemaphoreID() const in getSemaphoreID()
16 class SemaphoreGL : public SemaphoreImpl19 SemaphoreGL(GLuint semaphoreID);20 ~SemaphoreGL() override;
56 "SemaphoreGL.cpp",57 "SemaphoreGL.h",
200 return new SemaphoreGL(semaphore); in createSemaphore()