Searched refs:ItoG (Results 1 – 4 of 4) sorted by relevance
113 GLuint gmask = ctx->PixelMaps.ItoG.Size - 1; in _mesa_map_ci_to_rgba()117 const GLfloat *gMap = ctx->PixelMaps.ItoG.Map; in _mesa_map_ci_to_rgba()
79 return &ctx->PixelMaps.ItoG; in get_pixelmap()664 init_pixelmap(&ctx->PixelMaps.ItoG); in _mesa_init_pixel()
119 ctx->PixelMaps.ItoG.Size == 0 || in _mesa_DrawPixels()
718 struct gl_pixelmap ItoG; member