Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h101 enum class FenceType { enum
304 FenceType fenceType() const { return fFenceType; } in fenceType()
557 FenceType fFenceType = FenceType::kNone;
DGrGLCaps.cpp696 fFenceType = FenceType::kSyncObject; in init()
700 fFenceType = FenceType::kSyncObject; in init()
704 fFenceType = FenceType::kSyncObject; in init()
709 fFenceType = FenceType::kNVFence; in init()
DGrGLGpu.cpp3992 if (this->glCaps().fenceType() == GrGLCaps::FenceType::kNVFence) { in insertFence()
4007 if (this->glCaps().fenceType() == GrGLCaps::FenceType::kNVFence) { in waitSync()
4098 if (this->glCaps().fenceType() == GrGLCaps::FenceType::kNVFence) { in deleteSync()