Home
last modified time | relevance | path

Searched defs:AsImage (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h197 Image* AsImage() override { return this; } in AsImage() function
198 const Image* AsImage() const override { return this; } in AsImage() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h318 Image* AsImage() override { return this; } in AsImage() function
319 const Image* AsImage() const override { return this; } in AsImage() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h318 Image* AsImage() override { return this; } in AsImage() function
319 const Image* AsImage() const override { return this; } in AsImage() function
/third_party/spirv-tools/source/opt/
Dtypes.h312 Image* AsImage() override { return this; } in AsImage() function
313 const Image* AsImage() const override { return this; } in AsImage() function
/third_party/flutter/skia/src/c/
Dsk_surface.cpp101 static const SkImage* AsImage(const sk_image_t* cimage) { in AsImage() function
/third_party/skia/src/c/
Dsk_surface.cpp105 static const SkImage* AsImage(const sk_image_t* cimage) { in AsImage() function