Searched refs:ItoB (Results 1 – 4 of 4) sorted by relevance
114 GLuint bmask = ctx->PixelMaps.ItoB.Size - 1; in _mesa_map_ci_to_rgba()118 const GLfloat *bMap = ctx->PixelMaps.ItoB.Map; in _mesa_map_ci_to_rgba()
82 return &ctx->PixelMaps.ItoB; in get_pixelmap()675 init_pixelmap(&ctx->PixelMaps.ItoB); in _mesa_init_pixel()
128 ctx->PixelMaps.ItoB.Size == 0) { in _mesa_DrawPixels()
610 struct gl_pixelmap ItoB; member