Searched defs:Caps (Results 1 – 2 of 2) sorted by relevance
36 struct Caps { struct37 Caps() { memset(this, 0, sizeof(Caps)); } in Caps() argument38 Caps(const Caps& c) { *this = c; } in Caps() argument44 bool f8BitPaletteSupport : 1;45 bool fNPOTTextureTileSupport : 1;69 const Caps& getCaps() const { return fCaps; } in getCaps() argument
49 public enum Caps { enum