Home
last modified time | relevance | path

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

/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.h322 Image* AsImage() override { return this; } in AsImage() function
323 const Image* AsImage() const override { return this; } in AsImage() function
/third_party/skia/src/c/
Dsk_surface.cpp105 static const SkImage* AsImage(const sk_image_t* cimage) { in AsImage() function