Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLSemaphore.h17 class GrGLSemaphore : public GrSemaphore {
19 static std::unique_ptr<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make()
20 return std::unique_ptr<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make()
23 static std::unique_ptr<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped()
26 auto sema = std::unique_ptr<GrGLSemaphore>( in MakeWrapped()
27 new GrGLSemaphore(gpu, kBorrow_GrWrapOwnership != ownership)); in MakeWrapped()
32 ~GrGLSemaphore() override;
44 GrGLSemaphore(GrGLGpu* gpu, bool isOwned);
DGrGLSemaphore.cpp12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() function in GrGLSemaphore
16 GrGLSemaphore::~GrGLSemaphore() { in ~GrGLSemaphore()
DGrGLGpu.cpp4014 return GrGLSemaphore::Make(this, isOwned); in makeSemaphore()
4022 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()
4027 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore); in insertSemaphore()
4037 GrGLSemaphore* glSem = static_cast<GrGLSemaphore*>(semaphore); in waitSemaphore()
/external/skqp/src/gpu/gl/
DGrGLSemaphore.h17 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);
DGrGLSemaphore.cpp12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() function in GrGLSemaphore
18 void GrGLSemaphore::onRelease() { in onRelease()
26 void GrGLSemaphore::onAbandon() { in onAbandon()
DGrGLGpu.cpp4266 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/skqp/gn/
Dgpu.gni440 "$_src/gpu/gl/GrGLSemaphore.cpp",
441 "$_src/gpu/gl/GrGLSemaphore.h",
/external/skia/gn/
Dgpu.gni596 "$_src/gpu/gl/GrGLSemaphore.cpp",
597 "$_src/gpu/gl/GrGLSemaphore.h",
/external/skqp/
DAndroid.bp982 "src/gpu/gl/GrGLSemaphore.cpp",
/external/skia/
DAndroid.bp600 "src/gpu/gl/GrGLSemaphore.cpp",
1584 "src/gpu/gl/GrGLSemaphore.cpp",