Searched refs:channelSize (Results 1 – 4 of 4) sorted by relevance
122 deUint32 getChannelMask (int channelSize) in getChannelMask() argument124 DE_ASSERT(channelSize >= 1 && channelSize <= 4); in getChannelMask()127 mask <<= (channelSize * 8); in getChannelMask()
141 deUint8 channelSize,
770 deUint8 channelSize, in ChannelAccess() argument776 , m_channelSize (channelSize) in ChannelAccess()
1141 int channelSize = getChannelSize(m_format.type); in getPixel() local1151 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()1177 int channelSize = getChannelSize(format.type); in getPixelIntGeneric() local1187 result[c] = channelToIntType<T>(pixelPtr + channelSize*((int)channelMap[c]), format.type); in getPixelIntGeneric()1534 int channelSize = getChannelSize(m_format.type); in setPixel() local1539 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()1646 int channelSize = getChannelSize(m_format.type); in setPixel() local1651 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()