Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLSemaphore.h17 class GrGLSemaphore : public GrSemaphore {
19 static sk_sp<GrGLSemaphore> Make(const GrGLGpu* gpu, bool isOwned) { in Make()
20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make()
23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu, in MakeWrapped()
26 auto sema = sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, in MakeWrapped()
32 ~GrGLSemaphore() override;
38 GrGLSemaphore(const GrGLGpu* gpu, bool isOwned);
DGrGLSemaphore.cpp12 GrGLSemaphore::GrGLSemaphore(const GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() function in GrGLSemaphore
16 GrGLSemaphore::~GrGLSemaphore() { in ~GrGLSemaphore()
DGrGLGpu.cpp4349 return GrGLSemaphore::Make(this, isOwned); in makeSemaphore()
4355 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()
4360 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore.get()); in insertSemaphore()
4372 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore.get()); in waitSemaphore()
/external/skia/gn/
Dgpu.gni426 "$_src/gpu/gl/GrGLSemaphore.cpp",
427 "$_src/gpu/gl/GrGLSemaphore.h",
/external/skia/
DAndroid.bp480 "src/gpu/gl/GrGLSemaphore.cpp",