Searched refs:AtoA (Results 1 – 4 of 4) sorted by relevance
52 const GLuint aSize = ctx->PixelMaps.AtoA.Size; in load_color_map_texture()75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize]; in load_color_map_texture()
87 const GLfloat ascale = (GLfloat) (ctx->PixelMaps.AtoA.Size - 1); in _mesa_map_rgba()91 const GLfloat *aMap = ctx->PixelMaps.AtoA.Map; in _mesa_map_rgba()
91 return &ctx->PixelMaps.AtoA; in get_pixelmap()670 init_pixelmap(&ctx->PixelMaps.AtoA); in _mesa_init_pixel()
716 struct gl_pixelmap AtoA; member