Searched refs:channelToIntType (Results 1 – 1 of 1) sorted by relevance
314 inline T channelToIntType (const deUint8* value, TextureFormat::ChannelType type) in channelToIntType() function354 return channelToIntType<int>(value, type); in channelToInt()1187 result[c] = channelToIntType<T>(pixelPtr + channelSize*((int)channelMap[c]), format.type); in getPixelIntGeneric()