Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineJob.java40 private boolean hasResource; field in EngineJob
77 if (hasResource) { in addCallback()
88 if (hasResource || hasException) { in removeCallback()
116 if (hasException || hasResource || isCancelled) { in cancel()
147 hasResource = true; in handleResultOnMainThread()
/external/skia/src/gpu/vk/
DGrVkTexture.cpp126 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()
DGrVkImage.h155 bool hasResource() const { return fResource; } in hasResource() function
/external/skqp/src/gpu/vk/
DGrVkTexture.cpp126 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()
DGrVkImage.h142 bool hasResource() const { return fResource; } in hasResource() function