Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendTextureImageGenerator.h40 bool onIsValid(GrRecordingContext* context) const override { in onIsValid() function
DGrAHardwareBufferImageGenerator.cpp224 bool GrAHardwareBufferImageGenerator::onIsValid(GrRecordingContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
/external/skqp/src/gpu/
DGrBackendTextureImageGenerator.h40 bool onIsValid(GrContext*) const override { return true; } in onIsValid() function
DGrAHardwareBufferImageGenerator.cpp652 bool GrAHardwareBufferImageGenerator::onIsValid(GrContext* context) const { in onIsValid() function in GrAHardwareBufferImageGenerator
/external/skia/include/core/
DSkImageGenerator.h176 virtual bool onIsValid(GrRecordingContext*) const { return true; } in onIsValid() function
/external/skqp/include/core/
DSkImageGenerator.h173 virtual bool onIsValid(GrContext*) 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.cpp106 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
/external/skqp/src/image/
DSkImage_Raster.cpp106 bool onIsValid(GrContext* context) const override { return true; } in onIsValid() function in SkImage_Raster
DSkImage_Lazy.cpp232 bool SkImage_Lazy::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_Lazy
DSkImage_GpuBase.cpp271 bool SkImage_GpuBase::onIsValid(GrContext* context) const { in onIsValid() function in SkImage_GpuBase