Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLSemaphore.h15 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
DGrGLGpu.cpp4468 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()
/external/skia/gn/
Dgpu.gni404 "$_src/gpu/gl/GrGLSemaphore.h",