Searched refs:aMap (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | pixeltransfer.c | 91 const GLfloat *aMap = ctx->PixelMaps.AtoA.Map; local in function:_mesa_map_rgba 101 rgba[i][ACOMP] = aMap[(int)_mesa_lroundevenf(a * ascale)]; 119 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map; local in function:_mesa_map_ci_to_rgba 125 rgba[i][ACOMP] = aMap[index[i] & amask]; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | pixeltransfer.c | 91 const GLfloat *aMap = ctx->PixelMaps.AtoA.Map; local in function:_mesa_map_rgba 101 rgba[i][ACOMP] = aMap[(int)_mesa_lroundevenf(a * ascale)]; 119 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map; local in function:_mesa_map_ci_to_rgba 125 rgba[i][ACOMP] = aMap[index[i] & amask]; |
Completed in 4 milliseconds