Searched defs:isBazelOnly (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/gm/ | ||
H A D | hello_bazel_world.cpp | 40 bool isBazelOnly() const override { return true; } in isBazelOnly() function in HelloBazelWorldGM |
H A D | png_codec.cpp | 201 bool isBazelOnly() const override { in isBazelOnly() function in PNGCodecGM |
H A D | gm.h | 202 virtual bool isBazelOnly() const { return false; } in isBazelOnly() function |