Searched refs:GrGLSemaphore (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLSemaphore.h | 17 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);
|
D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(const GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() function in GrGLSemaphore 16 GrGLSemaphore::~GrGLSemaphore() { in ~GrGLSemaphore()
|
D | GrGLGpu.cpp | 4349 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/ |
D | gpu.gni | 426 "$_src/gpu/gl/GrGLSemaphore.cpp", 427 "$_src/gpu/gl/GrGLSemaphore.h",
|
/external/skia/ |
D | Android.bp | 480 "src/gpu/gl/GrGLSemaphore.cpp",
|