Home
last modified time | relevance | path

Searched defs:onIsValid (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrBackendTextureImageGenerator.h40 bool onIsValid(GrRecordingContext* context) const override { in onIsValid() function
DGrAHardwareBufferImageGenerator.cpp213 bool GrAHardwareBufferImageGenerator::onIsValid(GrRecordingContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
/external/skia/experimental/graphite/src/
DImage_Graphite.h40 bool onIsValid(GrRecordingContext*) const override { return true; } in onIsValid() function
/external/skia/include/core/
DSkImageGenerator.h181 virtual bool onIsValid(GrRecordingContext*) const { return true; } in onIsValid() function
/external/skia/src/image/
DSkImage_GpuBase.cpp184 bool SkImage_GpuBase::onIsValid(GrRecordingContext* context) const { in onIsValid() function in SkImage_GpuBase
DSkImage_Raster.cpp107 bool onIsValid(GrRecordingContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
DSkImage_Lazy.cpp189 bool SkImage_Lazy::onIsValid(GrRecordingContext* context) const { in onIsValid() function in SkImage_Lazy