Searched refs:hasResource (Results 1 – 5 of 5) sorted by relevance
132 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()
161 bool hasResource() const { return fResource; } in hasResource() function
629 public boolean hasResource(String encoding) { in hasResource() method in RBManager656 if (hasResource(encoding)) return false; in createResource()860 if (hasResource(locale)) { in getBundle()
219 if (encoding == null || encoding.equals("") || rbm.hasResource(encoding)) { in resolveEncodings()
250 bool hasResource() const { return fResource; } in hasResource() function