Home
last modified time | relevance | path

Searched refs:convertChannel (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuPixelFormat.hpp87 static inline int convertChannel (int val, int bits) in convertChannel() function
119 return RGBA(convertChannel(col.getRed(), redBits), in convertColor()
120 convertChannel(col.getGreen(), greenBits), in convertColor()
121 convertChannel(col.getBlue(), blueBits), in convertColor()
122 alphaBits ? convertChannel(col.getAlpha(), alphaBits) : 0xff); in convertColor()