Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp448 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type) in intToChannel() function
532 inline deUint32 intToChannel (deInt32 src, int bits) in intToChannel() function
1427 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS)) in setPixel()
1577 #define PI(VAL, OFFS, BITS) (intToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel()
1651 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()
1726 intToChannel(pixelPtr, stencil, m_format.type); in setPixStencil()