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

/external/deqp/framework/common/
H A DtcuTexture.cpp346 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type) function in namespace:tcu::__anon19696
993 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type);
1069 intToChannel(pixelPtr, stencil, m_format.type);
1074 intToChannel(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, stencil, m_format.type);

Completed in 271 milliseconds