Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLStencilAttachment.cpp21 if (0 != fRenderbufferID && !this->isWrapped()) { in onRelease()
DGrGLPathRange.cpp53 if (0 != fBasePathID && !this->isWrapped()) { in onRelease()
DGrGLPath.cpp198 if (0 != fPathID && !this->isWrapped()) { in onRelease()
/external/skia/src/gpu/
DGrResourceCache.cpp149 SkASSERT(!resource->cacheAccess().isWrapped()); in insertResource()
372 if (!resource->cacheAccess().isWrapped() && in notifyCntReachedZero()
648 SkASSERT(!resource->cacheAccess().isWrapped()); in validate()
654 SkASSERT(!resource->cacheAccess().isWrapped()); in validate()
660 SkASSERT(!resource->cacheAccess().isWrapped()); in validate()
DGrGpuResourceCacheAccess.h36 bool isWrapped() const { return GrGpuResource::kWrapped_LifeCycle == fResource->fLifeCycle; } in isWrapped() function
DGrGpuResource.cpp147 if (this->isWrapped()) { in setScratchKey()
DGrTest.cpp93 if (resource->cacheAccess().isWrapped()) { in dumpStats()
/external/skia/include/gpu/
DGrGpuResource.h268 bool isWrapped() const { return kWrapped_LifeCycle == fLifeCycle; } in isWrapped() function
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLKey.java77 public boolean isWrapped() { in isWrapped() method in OpenSSLKey
DSSLParametersImpl.java454 if (!key.isWrapped()) { in setCertificate()