Searched refs:AtoA (Results 1 – 5 of 5) 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()671 init_pixelmap(&ctx->PixelMaps.AtoA); in _mesa_init_pixel()
748 struct gl_pixelmap AtoA; member
488 { GL_PIXEL_MAP_A_TO_A_SIZE, CONTEXT_INT(PixelMaps.AtoA.Size), NO_EXTRA },