Home
last modified time | relevance | path

Searched refs:GrIORefProxy (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/private/
DGrSurfaceProxy.h34 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/
DGrSurfaceProxy.h32 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/
DProxyRefTest.cpp21 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/
DProxyRefTest.cpp21 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/
DGrGpuResource.h96 friend class GrIORefProxy; // needs to forward on wrapped IO calls
/external/skia/include/gpu/
DGrGpuResource.h146 friend class GrIORefProxy; // needs to forward on wrapped IO calls variable