Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixeltransfer.c113 GLuint amask = ctx->PixelMaps.ItoA.Size - 1; in _mesa_map_ci_to_rgba()
117 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map; in _mesa_map_ci_to_rgba()
Dpixel.c90 return &ctx->PixelMaps.ItoA; in get_pixelmap()
716 init_pixelmap(&ctx->PixelMaps.ItoA); in _mesa_init_pixel()
Dmtypes.h1023 struct gl_pixelmap ItoA; member
Dget.c910 { GL_PIXEL_MAP_I_TO_A_SIZE, CONTEXT_INT(PixelMaps.ItoA.Size), NO_EXTRA },