Home | History | Annotate | Download | only in tests

Lines Matching refs:SkPromiseImageTexture

16 #include "SkPromiseImageTexture.h"
25 : fTexture(SkPromiseImageTexture::Make(tex))
31 sk_sp<SkPromiseImageTexture> fTexture;
45 sk_sp<const SkPromiseImageTexture> replaceTexture(
47 return skstd::exchange(fTexture, SkPromiseImageTexture::Make(tex));
54 static sk_sp<SkPromiseImageTexture> Fulfill(void* self) {
564 // Because we have kept the SkPromiseImageTexture alive, we should be able to use it again and
593 sk_sp<const SkPromiseImageTexture> promiseImageTexture2 =
659 // If we delete the SkPromiseImageTexture we should trigger both key removals.