Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DSemaphoreGL.cpp46 SemaphoreGL::SemaphoreGL(GLuint semaphoreID) : mSemaphoreID(semaphoreID) in SemaphoreGL() function in rx::SemaphoreGL
51 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()
DSemaphoreGL.h16 class SemaphoreGL : public SemaphoreImpl
19 SemaphoreGL(GLuint semaphoreID);
20 ~SemaphoreGL() override;
DBUILD.gn56 "SemaphoreGL.cpp",
57 "SemaphoreGL.h",
DContextGL.cpp200 return new SemaphoreGL(semaphore); in createSemaphore()