Home
last modified time | relevance | path

Searched refs:onIsValid (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/include/core/
DSkImageGenerator.h59 return this->onIsValid(context); in isValid()
176 virtual bool onIsValid(GrRecordingContext*) const { return true; } in onIsValid() function
/third_party/flutter/skia/include/core/
DSkImageGenerator.h58 return this->onIsValid(context); in isValid()
172 virtual bool onIsValid(GrContext*) const { return true; } in onIsValid() function
/third_party/skia/src/gpu/
DGrAHardwareBufferImageGenerator.h43 bool onIsValid(GrRecordingContext*) const override;
DGrBackendTextureImageGenerator.h40 bool onIsValid(GrRecordingContext* context) const override { in onIsValid() function
DGrAHardwareBufferImageGenerator.cpp213 bool GrAHardwareBufferImageGenerator::onIsValid(GrRecordingContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
/third_party/flutter/skia/src/gpu/
DGrAHardwareBufferImageGenerator.h42 bool onIsValid(GrContext*) const override;
DGrBackendTextureImageGenerator.h40 bool onIsValid(GrContext*) const override { return true; } in onIsValid() function
DGrAHardwareBufferImageGenerator.cpp221 bool GrAHardwareBufferImageGenerator::onIsValid(GrContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
/third_party/skia/experimental/graphite/src/
DImage_Graphite.h38 bool onIsValid(GrRecordingContext*) const override { return true; } in onIsValid() function
/third_party/skia/src/image/
DSkImage_GpuBase.h37 bool onIsValid(GrRecordingContext*) const final;
DSkImage_Lazy.h52 bool onIsValid(GrRecordingContext*) const override;
DSkImage_Base.h158 virtual bool onIsValid(GrRecordingContext*) const = 0;
DSkImage_GpuBase.cpp184 bool SkImage_GpuBase::onIsValid(GrRecordingContext* context) const { in onIsValid() function in SkImage_GpuBase
DSkImage.cpp223 return as_IB(this)->onIsValid(rContext); in isValid()
244 return as_IB(this)->onIsValid(nullptr); in isValid()
DSkImage_Lazy.cpp189 bool SkImage_Lazy::onIsValid(GrRecordingContext* context) const { in onIsValid() function in SkImage_Lazy
DSkImage_Raster.cpp107 bool onIsValid(GrRecordingContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
/third_party/flutter/skia/src/image/
DSkImage_Lazy.h59 bool onIsValid(GrContext*) const override;
DSkImage_Base.h96 virtual bool onIsValid(GrContext*) const = 0;
DSkImage_GpuBase.h54 bool onIsValid(GrContext*) const final;
DSkImage.cpp161 return as_IB(this)->onIsValid(context); in isValid()
185 return as_IB(this)->onIsValid(context); in isValid()
DSkImage_Raster.cpp103 bool onIsValid(GrContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
DSkImage_GpuBase.cpp230 bool SkImage_GpuBase::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_GpuBase
DSkImage_Lazy.cpp232 bool SkImage_Lazy::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_Lazy