Home
last modified time | relevance | path

Searched refs:hasResource (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkTexture.cpp132 if (this->hasResource() && this->resource()->isOwnedByCommandBuffer()) { in onRelease()
151 if (this->hasResource() && this->resource()->isOwnedByCommandBuffer()) { in onAbandon()
208 auto* resource = this->hasResource() ? this->resource() : nullptr; in willRemoveLastRefOrPendingIO()
DGrVkImage.h161 bool hasResource() const { return fResource; } in hasResource() function
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java629 public boolean hasResource(String encoding) { in hasResource() method in RBManager
656 if (hasResource(encoding)) return false; in createResource()
860 if (hasResource(locale)) { in getBundle()
DRBImporter.java219 if (encoding == null || encoding.equals("") || rbm.hasResource(encoding)) { in resolveEncodings()
/third_party/skia/src/gpu/vk/
DGrVkImage.h250 bool hasResource() const { return fResource; } in hasResource() function