Searched defs:FpsRange (Results 1 – 4 of 4) sorted by relevance
147 struct FpsRange { struct151 bool operator<(const FpsRange& other) const { argument
66 struct FpsRange { struct71 bool includes(FpsRange) const; argument
120 struct FpsRange { struct121 int32_t low;122 int32_t high;
62 static class FpsRange { class in GraphicsActivity67 FpsRange(double min, double max) { in FpsRange() method in GraphicsActivity.FpsRange