Home
last modified time | relevance | path

Searched defs:isGraphiteBacked (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DSpecialImage_Graphite.cpp32 bool isGraphiteBacked() const override { return true; } in isGraphiteBacked() function in skgpu::graphite::SpecialImage
/aosp_15_r20/external/skia/src/core/
H A DSkSpecialImage.h133 virtual bool isGraphiteBacked() const { return false; } in isGraphiteBacked() function
/aosp_15_r20/external/skia/src/image/
H A DSkSurface_Base.h70 bool isGraphiteBacked() const { return this->type() == Type::kGraphite; } in isGraphiteBacked() function
H A DSkImage_Base.h167 bool isGraphiteBacked() const { in isGraphiteBacked() function