Searched defs:PixelFormat (Results 1 – 8 of 8) 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() argument64 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 …]
106 struct PixelFormat { struct107 int fFormat;108 int fSampleCnt;109 int fChoosePixelFormatRank;
94 typedef deInt32 PixelFormat; typedef
48 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat; in PVRTGetOGLES3TextureFormat() local
49 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat; in PVRTGetOGLES2TextureFormat() local
592 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member