Searched refs:onIsCompatible (Results 1 – 4 of 4) sorted by relevance
54 bool onIsCompatible(const SkSurfaceCharacterization&) const override;
132 virtual bool onIsCompatible(const SkSurfaceCharacterization&) const { return false; } in onIsCompatible() function
335 return asConstSB(this)->onIsCompatible(characterization); in isCompatible()
314 bool SkSurface_Gpu::onIsCompatible(const SkSurfaceCharacterization& characterization) const { in onIsCompatible() function in SkSurface_Gpu