Home
last modified time | relevance | path

Searched defs:isWrapped (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrGpuResourceCacheAccess.h36 bool isWrapped() const { return GrGpuResource::kWrapped_LifeCycle == fResource->fLifeCycle; } in isWrapped() function
/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