Searched refs:channelSize (Results 1 – 2 of 2) sorted by relevance
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()
298 deUint8 channelSize,326 deUint8 channelSize, in ChannelAccess() argument332 , m_channelSize (channelSize) in ChannelAccess()