Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp991 int channelSize = getChannelSize(m_format.type); in getPixel() local
1001 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()
1077 int channelSize = getChannelSize(m_format.type); in getPixelInt() local
1087 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()
1320 int channelSize = getChannelSize(m_format.type); in setPixel() local
1325 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()
1430 int channelSize = getChannelSize(m_format.type); in setPixel() local
1435 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()