/third_party/skia/include/core/ |
D | SkImageGenerator.h | 59 return this->onIsValid(context); in isValid() 176 virtual bool onIsValid(GrRecordingContext*) const { return true; } in onIsValid() function
|
/third_party/flutter/skia/include/core/ |
D | SkImageGenerator.h | 58 return this->onIsValid(context); in isValid() 172 virtual bool onIsValid(GrContext*) const { return true; } in onIsValid() function
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.h | 43 bool onIsValid(GrRecordingContext*) const override;
|
D | GrBackendTextureImageGenerator.h | 40 bool onIsValid(GrRecordingContext* context) const override { in onIsValid() function
|
D | GrAHardwareBufferImageGenerator.cpp | 213 bool GrAHardwareBufferImageGenerator::onIsValid(GrRecordingContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
|
/third_party/flutter/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.h | 42 bool onIsValid(GrContext*) const override;
|
D | GrBackendTextureImageGenerator.h | 40 bool onIsValid(GrContext*) const override { return true; } in onIsValid() function
|
D | GrAHardwareBufferImageGenerator.cpp | 221 bool GrAHardwareBufferImageGenerator::onIsValid(GrContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
|
/third_party/skia/experimental/graphite/src/ |
D | Image_Graphite.h | 38 bool onIsValid(GrRecordingContext*) const override { return true; } in onIsValid() function
|
/third_party/skia/src/image/ |
D | SkImage_GpuBase.h | 37 bool onIsValid(GrRecordingContext*) const final;
|
D | SkImage_Lazy.h | 52 bool onIsValid(GrRecordingContext*) const override;
|
D | SkImage_Base.h | 158 virtual bool onIsValid(GrRecordingContext*) const = 0;
|
D | SkImage_GpuBase.cpp | 184 bool SkImage_GpuBase::onIsValid(GrRecordingContext* context) const { in onIsValid() function in SkImage_GpuBase
|
D | SkImage.cpp | 223 return as_IB(this)->onIsValid(rContext); in isValid() 244 return as_IB(this)->onIsValid(nullptr); in isValid()
|
D | SkImage_Lazy.cpp | 189 bool SkImage_Lazy::onIsValid(GrRecordingContext* context) const { in onIsValid() function in SkImage_Lazy
|
D | SkImage_Raster.cpp | 107 bool onIsValid(GrRecordingContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
|
/third_party/flutter/skia/src/image/ |
D | SkImage_Lazy.h | 59 bool onIsValid(GrContext*) const override;
|
D | SkImage_Base.h | 96 virtual bool onIsValid(GrContext*) const = 0;
|
D | SkImage_GpuBase.h | 54 bool onIsValid(GrContext*) const final;
|
D | SkImage.cpp | 161 return as_IB(this)->onIsValid(context); in isValid() 185 return as_IB(this)->onIsValid(context); in isValid()
|
D | SkImage_Raster.cpp | 103 bool onIsValid(GrContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
|
D | SkImage_GpuBase.cpp | 230 bool SkImage_GpuBase::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_GpuBase
|
D | SkImage_Lazy.cpp | 232 bool SkImage_Lazy::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_Lazy
|