Lines Matching defs:channelSize
1179 int channelSize = getChannelSize(m_format.type);
1189 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type);
1215 int channelSize = getChannelSize(format.type);
1225 result[c] = channelToIntType<T>(pixelPtr + channelSize*((int)channelMap[c]), format.type);
1250 int channelSize = getChannelSize(format.type);
1260 result[c] = retrieveChannelBitsAsUint64(pixelPtr + channelSize*((int)channelMap[c]), format.type);
1659 int channelSize = getChannelSize(m_format.type);
1664 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type);
1771 int channelSize = getChannelSize(m_format.type);
1776 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type);