Home
last modified time | relevance | path

Searched refs:GtoG (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c50 const GLuint gSize = ctx->PixelMaps.GtoG.Size; in load_color_map_texture()
73 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize]; in load_color_map_texture()
/external/mesa3d/src/mesa/main/
Dpixeltransfer.c85 const GLfloat gscale = (GLfloat) (ctx->PixelMaps.GtoG.Size - 1); in _mesa_map_rgba()
89 const GLfloat *gMap = ctx->PixelMaps.GtoG.Map; in _mesa_map_rgba()
Dpixel.c87 return &ctx->PixelMaps.GtoG; in get_pixelmap()
668 init_pixelmap(&ctx->PixelMaps.GtoG); in _mesa_init_pixel()
Dmtypes.h714 struct gl_pixelmap GtoG; member