Searched refs:bMap (Results 1 – 1 of 1) sorted by relevance
88 const GLfloat *bMap = ctx->PixelMaps.BtoB.Map; in _mesa_map_rgba() local98 rgba[i][BCOMP] = bMap[F_TO_I(b * bscale)]; in _mesa_map_rgba()116 const GLfloat *bMap = ctx->PixelMaps.ItoB.Map; in _mesa_map_ci_to_rgba() local122 rgba[i][BCOMP] = bMap[index[i] & bmask]; in _mesa_map_ci_to_rgba()