HomeSort by relevance Sort by last modified time
    Searched full:convertchannel (Results 1 - 1 of 1) sorted by null

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

Completed in 469 milliseconds