/external/skia/include/core/ |
D | SkImageGenerator.h | 58 return this->onIsValid(context); in isValid() 172 virtual bool onIsValid(GrContext*) 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 | 42 bool onIsValid(GrContext*) const override;
|
D | GrBackendTextureImageGenerator.h | 40 bool onIsValid(GrContext*) const override { return true; } in onIsValid() function
|
D | GrAHardwareBufferImageGenerator.cpp | 216 bool GrAHardwareBufferImageGenerator::onIsValid(GrContext* 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/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
|
/external/skia/src/image/ |
D | SkImage_Lazy.h | 62 bool onIsValid(GrContext*) const override;
|
D | SkImage_Base.h | 99 virtual bool onIsValid(GrContext*) const = 0;
|
D | SkImage_GpuBase.h | 54 bool onIsValid(GrContext*) const final;
|
D | SkImage.cpp | 170 return as_IB(this)->onIsValid(context); in isValid() 188 return as_IB(this)->onIsValid(context); in isValid()
|
D | SkImage_Raster.cpp | 107 bool onIsValid(GrContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
|
D | SkImage_Lazy.cpp | 233 bool SkImage_Lazy::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_Lazy
|
D | SkImage_GpuBase.cpp | 282 bool SkImage_GpuBase::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_GpuBase
|