Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixeltransfer.c112 GLuint bmask = ctx->PixelMaps.ItoB.Size - 1; in _mesa_map_ci_to_rgba()
116 const GLfloat *bMap = ctx->PixelMaps.ItoB.Map; in _mesa_map_ci_to_rgba()
Dpixel.c88 return &ctx->PixelMaps.ItoB; in get_pixelmap()
715 init_pixelmap(&ctx->PixelMaps.ItoB); in _mesa_init_pixel()
Ddrawpix.c122 ctx->PixelMaps.ItoB.Size == 0) { in _mesa_DrawPixels()
Dmtypes.h1022 struct gl_pixelmap ItoB; member
Dget.c911 { GL_PIXEL_MAP_I_TO_B_SIZE, CONTEXT_INT(PixelMaps.ItoB.Size), NO_EXTRA },