Searched refs:GrIORefProxy (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/private/ |
D | GrSurfaceProxy.h | 34 class GrIORefProxy : public SkNoncopyable { 144 GrIORefProxy() : fTarget(nullptr), fRefCnt(1), fPendingReads(0), fPendingWrites(0) {} in GrIORefProxy() function 145 GrIORefProxy(sk_sp<GrSurface> surface) : fRefCnt(1), fPendingReads(0), fPendingWrites(0) { in GrIORefProxy() function 150 virtual ~GrIORefProxy() { in ~GrIORefProxy() 206 class GrSurfaceProxy : public GrIORefProxy { 528 typedef GrIORefProxy INHERITED;
|
/external/skqp/include/private/ |
D | GrSurfaceProxy.h | 32 class GrIORefProxy : public SkNoncopyable { 142 GrIORefProxy() : fTarget(nullptr), fRefCnt(1), fPendingReads(0), fPendingWrites(0) {} in GrIORefProxy() function 143 GrIORefProxy(sk_sp<GrSurface> surface) : fRefCnt(1), fPendingReads(0), fPendingWrites(0) { in GrIORefProxy() function 148 virtual ~GrIORefProxy() { in ~GrIORefProxy() 204 class GrSurfaceProxy : public GrIORefProxy { 525 typedef GrIORefProxy INHERITED;
|
/external/skia/tests/ |
D | ProxyRefTest.cpp | 21 int32_t GrIORefProxy::getBackingRefCnt_TestOnly() const { in getBackingRefCnt_TestOnly() 29 int32_t GrIORefProxy::getPendingReadCnt_TestOnly() const { in getPendingReadCnt_TestOnly() 37 int32_t GrIORefProxy::getPendingWriteCnt_TestOnly() const { in getPendingWriteCnt_TestOnly()
|
/external/skqp/tests/ |
D | ProxyRefTest.cpp | 21 int32_t GrIORefProxy::getBackingRefCnt_TestOnly() const { in getBackingRefCnt_TestOnly() 29 int32_t GrIORefProxy::getPendingReadCnt_TestOnly() const { in getPendingReadCnt_TestOnly() 37 int32_t GrIORefProxy::getPendingWriteCnt_TestOnly() const { in getPendingWriteCnt_TestOnly()
|
/external/skqp/include/gpu/ |
D | GrGpuResource.h | 96 friend class GrIORefProxy; // needs to forward on wrapped IO calls
|
/external/skia/include/gpu/ |
D | GrGpuResource.h | 146 friend class GrIORefProxy; // needs to forward on wrapped IO calls variable
|