Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixeltransfer.c110 GLuint rmask = ctx->PixelMaps.ItoR.Size - 1; in _mesa_map_ci_to_rgba()
114 const GLfloat *rMap = ctx->PixelMaps.ItoR.Map; in _mesa_map_ci_to_rgba()
Dpixel.c84 return &ctx->PixelMaps.ItoR; in get_pixelmap()
713 init_pixelmap(&ctx->PixelMaps.ItoR); in _mesa_init_pixel()
Ddrawpix.c120 if (ctx->PixelMaps.ItoR.Size == 0 || in _mesa_DrawPixels()
Dmtypes.h1020 struct gl_pixelmap ItoR; member
Dget.c914 { GL_PIXEL_MAP_I_TO_R_SIZE, CONTEXT_INT(PixelMaps.ItoR.Size), NO_EXTRA },