Searched refs:intToChannel (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 448 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type) in intToChannel() function 532 inline deUint32 intToChannel (deInt32 src, int bits) in intToChannel() function 1432 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS)) in setPixel() 1582 #define PI(VAL, OFFS, BITS) (intToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() 1656 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel() 1731 intToChannel(pixelPtr, stencil, m_format.type); in setPixStencil()
|