Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
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/
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/include/core/
DSkImageGenerator.h176 virtual bool onIsValid(GrRecordingContext*) const { return true; } in onIsValid() function
/third_party/flutter/skia/include/core/
DSkImageGenerator.h172 virtual bool onIsValid(GrContext*) const { return true; } in onIsValid() function
/third_party/skia/src/image/
DSkImage_GpuBase.cpp184 bool SkImage_GpuBase::onIsValid(GrRecordingContext* context) const { in onIsValid() function in SkImage_GpuBase
DSkImage_Raster.cpp107 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
/third_party/flutter/skia/src/image/
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