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

/external/deqp/framework/common/
H A DtcuTexture.cpp285 inline int channelToInt (const deUint8* value, TextureFormat::ChannelType type) function in namespace:tcu::__anon19696
740 result[c] = channelToInt(pixelPtr + channelSize*((int)map), m_format.type);
833 return channelToInt(pixelPtr, m_format.type);
838 return channelToInt(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, m_format.type);

Completed in 97 milliseconds