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

/external/deqp/framework/common/
H A DtcuTexture.cpp261 inline float channelToFloat (const deUint8* value, TextureFormat::ChannelType type) function in namespace:tcu::__anon19696
666 result[c] = channelToFloat(pixelPtr + channelSize*((int)map), m_format.type);
797 return channelToFloat(pixelPtr, m_format.type);

Completed in 64 milliseconds