Searched refs:intToChannel (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 425 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type) in intToChannel() function 503 inline deUint32 intToChannel (deInt32 src, int bits) in intToChannel() function 1271 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS)) in setPixel() 1419 #define PI(VAL, OFFS, BITS) (intToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() 1491 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel() 1566 intToChannel(pixelPtr, stencil, m_format.type); in setPixStencil()
|