Searched refs:RtoR (Results 1 – 4 of 4) sorted by relevance
49 const GLuint rSize = ctx->PixelMaps.RtoR.Size; in load_color_map_texture()72 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize]; in load_color_map_texture()
84 const GLfloat rscale = (GLfloat) (ctx->PixelMaps.RtoR.Size - 1); in _mesa_map_rgba()88 const GLfloat *rMap = ctx->PixelMaps.RtoR.Map; in _mesa_map_rgba()
85 return &ctx->PixelMaps.RtoR; in get_pixelmap()667 init_pixelmap(&ctx->PixelMaps.RtoR); in _mesa_init_pixel()
689 struct gl_pixelmap RtoR; /**< i.e. GL_PIXEL_MAP_R_TO_R */ member