Searched refs:GrGLSemaphore (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLSemaphore.h | 17 class GrGLSemaphore : public GrSemaphore { 19 static sk_sp<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make() 20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make() 23 static sk_sp<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped() 26 auto sema = sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, in MakeWrapped() 42 GrGLSemaphore(GrGLGpu* gpu, bool isOwned);
|
D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() function in GrGLSemaphore 18 void GrGLSemaphore::onRelease() { in onRelease() 26 void GrGLSemaphore::onAbandon() { in onAbandon()
|
D | GrGLGpu.cpp | 4316 return GrGLSemaphore::Make(this, isOwned); in makeSemaphore() 4323 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore() 4327 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore.get()); in insertSemaphore() 4335 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore.get()); in waitSemaphore()
|
/external/skqp/src/gpu/gl/ |
D | GrGLSemaphore.h | 17 class GrGLSemaphore : public GrSemaphore { 19 static sk_sp<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make() 20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make() 23 static sk_sp<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped() 26 auto sema = sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, in MakeWrapped() 42 GrGLSemaphore(GrGLGpu* gpu, bool isOwned);
|
D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() function in GrGLSemaphore 18 void GrGLSemaphore::onRelease() { in onRelease() 26 void GrGLSemaphore::onAbandon() { in onAbandon()
|
D | GrGLGpu.cpp | 4266 return GrGLSemaphore::Make(this, isOwned); in makeSemaphore() 4273 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore() 4277 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore.get()); in insertSemaphore() 4285 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore.get()); in waitSemaphore()
|
/external/skia/gn/ |
D | gpu.gni | 451 "$_src/gpu/gl/GrGLSemaphore.cpp", 452 "$_src/gpu/gl/GrGLSemaphore.h",
|
/external/skqp/gn/ |
D | gpu.gni | 440 "$_src/gpu/gl/GrGLSemaphore.cpp", 441 "$_src/gpu/gl/GrGLSemaphore.h",
|
/external/skqp/ |
D | Android.bp | 943 "src/gpu/gl/GrGLSemaphore.cpp",
|
/external/skia/ |
D | Android.bp | 714 "src/gpu/gl/GrGLSemaphore.cpp",
|