Home
last modified time | relevance | path

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

/third_party/skia/src/image/
DSkSurface_Base.h132 virtual bool onIsCompatible(const SkSurfaceCharacterization&) const { return false; } in onIsCompatible() function
DSkSurface_Gpu.cpp317 bool SkSurface_Gpu::onIsCompatible(const SkSurfaceCharacterization& characterization) const { in onIsCompatible() function in SkSurface_Gpu
/third_party/skia/m133/src/image/
DSkSurface_Base.h163 virtual bool onIsCompatible(const GrSurfaceCharacterization&) const { return false; } in onIsCompatible() function
/third_party/skia/m133/src/gpu/ganesh/surface/
DSkSurface_Ganesh.cpp345 bool SkSurface_Ganesh::onIsCompatible(const GrSurfaceCharacterization& characterization) const { in onIsCompatible() function in SkSurface_Ganesh