/external/skia/include/core/ |
D | SkImageGenerator.h | 59 return this->onIsValid(context); in isValid() 176 virtual bool onIsValid(GrRecordingContext*) const { return true; } in onIsValid() function
|
/external/skqp/include/core/ |
D | SkImageGenerator.h | 59 return this->onIsValid(context); in isValid() 173 virtual bool onIsValid(GrContext*) const { return true; } in onIsValid() function
|
/external/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 | 224 bool GrAHardwareBufferImageGenerator::onIsValid(GrRecordingContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.h | 49 bool onIsValid(GrContext*) const override;
|
D | GrBackendTextureImageGenerator.h | 40 bool onIsValid(GrContext*) const override { return true; } in onIsValid() function
|
D | GrAHardwareBufferImageGenerator.cpp | 652 bool GrAHardwareBufferImageGenerator::onIsValid(GrContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
|
/external/skia/src/image/ |
D | SkImage_GpuBase.h | 38 bool onIsValid(GrRecordingContext*) const final;
|
D | SkImage_Lazy.h | 52 bool onIsValid(GrRecordingContext*) const override;
|
D | SkImage_Base.h | 155 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 | 225 return as_IB(this)->onIsValid(rContext); in isValid() 250 return as_IB(this)->onIsValid(nullptr); in isValid()
|
D | SkImage_Raster.cpp | 106 bool onIsValid(GrRecordingContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
|
D | SkImage_Lazy.cpp | 189 bool SkImage_Lazy::onIsValid(GrRecordingContext* context) const { in onIsValid() function in SkImage_Lazy
|
/external/skqp/src/image/ |
D | SkImage_Lazy.h | 61 bool onIsValid(GrContext*) const override;
|
D | SkImage_Base.h | 95 virtual bool onIsValid(GrContext*) const = 0;
|
D | SkImage_GpuBase.h | 53 bool onIsValid(GrContext*) const final;
|
D | SkImage.cpp | 164 return as_IB(this)->onIsValid(context); in isValid() 182 return as_IB(this)->onIsValid(context); in isValid()
|
D | SkImage_Raster.cpp | 106 bool onIsValid(GrContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
|
D | SkImage_Lazy.cpp | 232 bool SkImage_Lazy::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_Lazy
|
D | SkImage_GpuBase.cpp | 271 bool SkImage_GpuBase::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_GpuBase
|