Searched refs:channelSize (Results 1 – 4 of 4) sorted by relevance
288 int channelSize = trueBytesSize(Format); in ComputeIncrementsForChunky() local289 int pixelSize = channelSize * total_chans; in ComputeIncrementsForChunky()323 if (channelSize > 1) in ComputeIncrementsForChunky()325 channels[i] *= channelSize; in ComputeIncrementsForChunky()346 int channelSize = trueBytesSize(Format); in ComputeIncrementsForPlanar() local356 ComponentPointerIncrements[i] = channelSize; in ComputeIncrementsForPlanar()
135 deUint8 channelSize,
746 deUint8 channelSize, in ChannelAccess() argument752 , m_channelSize (channelSize) in ChannelAccess()
1047 int channelSize = getChannelSize(m_format.type); in getPixel() local1057 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()1133 int channelSize = getChannelSize(m_format.type); in getPixelInt() local1143 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()1376 int channelSize = getChannelSize(m_format.type); in setPixel() local1381 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()1486 int channelSize = getChannelSize(m_format.type); in setPixel() local1491 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()