Searched defs:PixelFormat (Results 1 – 3 of 3) sorted by relevance
35 struct PixelFormat struct37 int redBits;38 int greenBits;39 int blueBits;40 int alphaBits;42 PixelFormat (int red, int green, int blue, int alpha) in PixelFormat() function50 PixelFormat (void) in PixelFormat() function64 inline RGBA getColorThreshold (void) const in getColorThreshold()73 static inline int convertChannel (int val, int bits) in convertChannel()91 inline RGBA convertColor (const RGBA& col) const in convertColor()[all …]
104 struct PixelFormat { struct105 int fFormat;106 int fSampleCnt;107 int fChoosePixelFormatRank;
95 typedef deInt32 PixelFormat; typedef