Searched refs:AtoA (Results 1 – 5 of 5) sorted by relevance
99 const GLuint aSize = ctx->PixelMaps.AtoA.Size; in load_color_map_texture()123 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize]; in load_color_map_texture()
85 const GLfloat ascale = (GLfloat) (ctx->PixelMaps.AtoA.Size - 1); in _mesa_map_rgba()89 const GLfloat *aMap = ctx->PixelMaps.AtoA.Map; in _mesa_map_rgba()
98 return &ctx->PixelMaps.AtoA; in get_pixelmap()720 init_pixelmap(&ctx->PixelMaps.AtoA); in _mesa_init_pixel()
1019 struct gl_pixelmap AtoA; member
907 { GL_PIXEL_MAP_A_TO_A_SIZE, CONTEXT_INT(PixelMaps.AtoA.Size), NO_EXTRA },