Searched refs:ItoA (Results 1 – 3 of 3) sorted by relevance
115 GLuint amask = ctx->PixelMaps.ItoA.Size - 1; in _mesa_map_ci_to_rgba()119 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map; in _mesa_map_ci_to_rgba()
83 return &ctx->PixelMaps.ItoA; in get_pixelmap()666 init_pixelmap(&ctx->PixelMaps.ItoA); in _mesa_init_pixel()
720 struct gl_pixelmap ItoA; member