Searched defs:intToChannel (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.cpp425 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type) function in namespace:tcu::__anon4731
503 inline deUint32 intToChannel (deInt32 src, int bits) function in namespace:tcu::__anon4731
1271 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS))
1419 #define PI(VAL, OFFS, BITS) (intToChannel((deUint32)(VAL), (BITS)) << (OFFS))
1491 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type);
1566 intToChannel(pixelPtr, stencil, m_format.type);

Completed in 205 milliseconds