Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuPixelFormat.hpp73 static inline int convertChannel (int val, int bits) in convertChannel() function
93 return RGBA(convertChannel(col.getRed(), redBits), in convertColor()
94 convertChannel(col.getGreen(), greenBits), in convertColor()
95 convertChannel(col.getBlue(), blueBits), in convertColor()
96 alphaBits ? convertChannel(col.getAlpha(), alphaBits) : 0xff); in convertColor()