Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuPixelFormat.hpp35 struct PixelFormat struct
37 int redBits;
38 int greenBits;
39 int blueBits;
40 int alphaBits;
42 PixelFormat (int red, int green, int blue, int alpha) in PixelFormat() function
50 PixelFormat (void) in PixelFormat() function
64 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 …]
/external/skia/src/utils/win/
DSkWGL_win.cpp104 struct PixelFormat { struct
105 int fFormat;
106 int fSampleCnt;
107 int fChoosePixelFormatRank;
/external/deqp/framework/platform/android/
DtcuAndroidInternals.hpp95 typedef deInt32 PixelFormat; typedef