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

/external/deqp/framework/common/
H A DtcuTexture.cpp306 inline int channelToInt (const deUint8* value, TextureFormat::ChannelType type) function in namespace:tcu::__anon4731
1143 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type);
1238 return channelToInt(pixelPtr, m_format.type);

Completed in 215 milliseconds