Home
last modified time | relevance | path

Searched refs:channelToInt (Results 1 – 1 of 1) sorted by relevance

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