Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp486 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type) in intToChannel() function
570 inline deUint32 intToChannel (deInt32 src, int bits) in intToChannel() function
1552 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS)) in setPixel()
1702 #define PI(VAL, OFFS, BITS) (intToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel()
1776 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()
1851 intToChannel(pixelPtr, stencil, m_format.type); in setPixStencil()

Completed in 8 milliseconds