Home
last modified time | relevance | path

Searched refs:GtoG (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c50 const GLuint gSize = ctx->PixelMaps.GtoG.Size; in load_color_map_texture()
73 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize]; in load_color_map_texture()
/third_party/mesa3d/src/mesa/main/
H A Dpixeltransfer.c85 const GLfloat gscale = (GLfloat) (ctx->PixelMaps.GtoG.Size - 1); in _mesa_map_rgba()
89 const GLfloat *gMap = ctx->PixelMaps.GtoG.Map; in _mesa_map_rgba()
H A Dpixel.c88 return &ctx->PixelMaps.GtoG; in get_pixelmap()
678 init_pixelmap(&ctx->PixelMaps.GtoG); in _mesa_init_pixel()
H A Dmtypes.h605 struct gl_pixelmap GtoG; member
/third_party/backends/backend/
H A Dcoolscan.c2399 #define GtoG ((int)(0.54*256)) macro
2416 g= RtoG*(*pr) + GtoG*(*pg) + BtoG*(*pb); in rgb2g()

Completed in 12 milliseconds