Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c98 const GLuint bSize = ctx->PixelMaps.BtoB.Size; in load_color_map_texture()
122 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize]; in load_color_map_texture()
/external/mesa3d/src/mesa/main/
Dpixeltransfer.c84 const GLfloat bscale = (GLfloat) (ctx->PixelMaps.BtoB.Size - 1); in _mesa_map_rgba()
88 const GLfloat *bMap = ctx->PixelMaps.BtoB.Map; in _mesa_map_rgba()
Dpixel.c96 return &ctx->PixelMaps.BtoB; in get_pixelmap()
719 init_pixelmap(&ctx->PixelMaps.BtoB); in _mesa_init_pixel()
Dmtypes.h1018 struct gl_pixelmap BtoB; member
Dget.c908 { GL_PIXEL_MAP_B_TO_B_SIZE, CONTEXT_INT(PixelMaps.BtoB.Size), NO_EXTRA },