Searched refs:GrGLSemaphore (Results 1 – 3 of 3) sorted by relevance
15 class GrGLSemaphore : public GrSemaphore {17 static sk_sp<GrGLSemaphore> Make(const GrGLGpu* gpu) { in Make()18 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu)); in Make()21 ~GrGLSemaphore() override { in ~GrGLSemaphore()31 GrGLSemaphore(const GrGLGpu* gpu) : INHERITED(gpu), fSync(0) {} in GrGLSemaphore() function
4468 return GrGLSemaphore::Make(this); in makeSemaphore()4472 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore.get()); in insertSemaphore()4480 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore.get()); in waitSemaphore()
404 "$_src/gpu/gl/GrGLSemaphore.h",