Home
last modified time | relevance | path

Searched refs:RtoR (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c96 const GLuint rSize = ctx->PixelMaps.RtoR.Size; in load_color_map_texture()
120 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize]; in load_color_map_texture()
/external/mesa3d/src/mesa/main/
Dpixeltransfer.c82 const GLfloat rscale = (GLfloat) (ctx->PixelMaps.RtoR.Size - 1); in _mesa_map_rgba()
86 const GLfloat *rMap = ctx->PixelMaps.RtoR.Map; in _mesa_map_rgba()
Dpixel.c92 return &ctx->PixelMaps.RtoR; in get_pixelmap()
717 init_pixelmap(&ctx->PixelMaps.RtoR); in _mesa_init_pixel()
Dmtypes.h1016 struct gl_pixelmap RtoR; /**< i.e. GL_PIXEL_MAP_R_TO_R */ member
Dget.c915 { GL_PIXEL_MAP_R_TO_R_SIZE, CONTEXT_INT(PixelMaps.RtoR.Size), NO_EXTRA },