Home | History | Annotate | Download | only in image

Lines Matching refs:SkPromiseImageTexture

18 #include "SkPromiseImageTexture.h"
397 * cases where the client provides the same SkPromiseImageTexture for successive Fulfill calls.
399 * SkPromiseImageTexture. When the texture enters "idle" state (meaning it is not being used by
401 * using GrTexture's idle proc mechanism. If the same SkPromiseImageTexture is provided for
404 * destroys their SkPromiseImageTexture we invalidate the key.
406 * Currently a GrTexture is only reused for a given SkPromiseImageTexture if the
407 * SkPromiseImageTexture is reused in Fulfill for the same promise SkImage. However, we'd
408 * like to relax that so that a SkPromiseImageTexture can be reused with different promise
455 sk_sp<SkPromiseImageTexture> promiseTexture =
598 // ID of the last SkPromiseImageTexture given to us by the client.