Home
last modified time | relevance | path

Searched defs:isBazelOnly (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/gm/
H A Dhello_bazel_world.cpp40 bool isBazelOnly() const override { return true; } in isBazelOnly() function in HelloBazelWorldGM
H A Dpng_codec.cpp201 bool isBazelOnly() const override { in isBazelOnly() function in PNGCodecGM
H A Dgm.h202 virtual bool isBazelOnly() const { return false; } in isBazelOnly() function