Home
last modified time | relevance | path

Searched defs:onIsCompatible (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/image/
H A DSkSurface_Base.h163 virtual bool onIsCompatible(const GrSurfaceCharacterization&) const { return false; } in onIsCompatible() function
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/
H A DSkSurface_Ganesh.cpp338 bool SkSurface_Ganesh::onIsCompatible(const GrSurfaceCharacterization& characterization) const { in onIsCompatible() function in SkSurface_Ganesh