Home
last modified time | relevance | path

Searched defs:gpuBacked (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/core/
DSkImageFilterTypes.h81 bool gpuBacked() const { return fSource->isTextureBacked(); } in gpuBacked() function
/third_party/flutter/skia/tests/
DSpecialImageTest.cpp183 const sk_sp<SkSpecialImage>& gpuBacked) { in test_texture_backed()
/third_party/skia/src/core/
DSkImageFilterTypes.h642 bool gpuBacked() const { return fSource.image()->isTextureBacked(); } in gpuBacked() function