Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixeltransfer.c113 GLuint gmask = ctx->PixelMaps.ItoG.Size - 1; in _mesa_map_ci_to_rgba()
117 const GLfloat *gMap = ctx->PixelMaps.ItoG.Map; in _mesa_map_ci_to_rgba()
Dpixel.c79 return &ctx->PixelMaps.ItoG; in get_pixelmap()
674 init_pixelmap(&ctx->PixelMaps.ItoG); in _mesa_init_pixel()
Ddrawpix.c119 ctx->PixelMaps.ItoG.Size == 0 || in _mesa_DrawPixels()
Dmtypes.h721 struct gl_pixelmap ItoG; member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h491 { GL_PIXEL_MAP_I_TO_G_SIZE, CONTEXT_INT(PixelMaps.ItoG.Size), NO_EXTRA },