Searched refs:hasResource (Results 1 – 5 of 5) sorted by relevance
40 private boolean hasResource; field in EngineJob77 if (hasResource) { in addCallback()88 if (hasResource || hasException) { in removeCallback()116 if (hasException || hasResource || isCancelled) { in cancel()147 hasResource = true; in handleResultOnMainThread()
126 if (this->hasResource() && this->resource()->isOwnedByCommandBuffer()) { in onRelease()145 if (this->hasResource() && this->resource()->isOwnedByCommandBuffer()) { in onAbandon()185 auto* resource = this->hasResource() ? this->resource() : nullptr; in willRemoveLastRefOrPendingIO()
155 bool hasResource() const { return fResource; } in hasResource() function
126 if (this->hasResource() && this->resource()->isOwnedByCommandBuffer()) { in onRelease()146 if (this->hasResource() && this->resource()->isOwnedByCommandBuffer()) { in onAbandon()188 auto* resource = this->hasResource() ? this->resource() : nullptr; in removedLastRefOrPendingIO()
142 bool hasResource() const { return fResource; } in hasResource() function