Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c51 const GLuint bSize = ctx->PixelMaps.BtoB.Size; in load_color_map_texture()
74 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize]; in load_color_map_texture()
/third_party/mesa3d/src/mesa/main/
Dpixeltransfer.c86 const GLfloat bscale = (GLfloat) (ctx->PixelMaps.BtoB.Size - 1); in _mesa_map_rgba()
90 const GLfloat *bMap = ctx->PixelMaps.BtoB.Map; in _mesa_map_rgba()
Dpixel.c89 return &ctx->PixelMaps.BtoB; in get_pixelmap()
669 init_pixelmap(&ctx->PixelMaps.BtoB); in _mesa_init_pixel()
Dmtypes.h691 struct gl_pixelmap BtoB; member