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

/external/deqp/framework/common/
H A DtcuTexture.cpp150 int getChannelSize (TextureFormat::ChannelType type) function in namespace:tcu::__anon2982
532 return getNumUsedChannels(order) * getChannelSize(type);
676 int channelSize = getChannelSize(m_format.type);
762 int channelSize = getChannelSize(m_format.type);
881 return channelToInt(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, m_format.type);
967 int channelSize = getChannelSize(m_format.type);
1031 int channelSize = getChannelSize(m_format.type);
1115 intToChannel(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, stencil, m_format.type);

Completed in 46 milliseconds