Home
last modified time | relevance | path

Searched refs:MapItoG (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dpixel.c573 ctx->Pixel.MapItoG[i] = CLAMP( values[i], 0.0, 1.0 ); in gl_PixelMapfv()
644 MEMCPY(values,ctx->Pixel.MapItoG,ctx->Pixel.MapItoGsize*sizeof(GLfloat)); in gl_GetPixelMapfv()
692 values[i] = FLOAT_TO_UINT( ctx->Pixel.MapItoG[i] ); in gl_GetPixelMapuiv()
757 values[i] = FLOAT_TO_USHORT( ctx->Pixel.MapItoG[i] ); in gl_GetPixelMapusv()
H A Dteximage.c449 green = (GLint) (ctx->Pixel.MapItoG[index & gMask] * 255.0F); in image_to_texture()
506 green = 255.0F * ctx->Pixel.MapItoG[index]; in image_to_texture()
676 green = ctx->Pixel.MapItoG[index & gMask]; in image_to_texture()
H A Dreadpix.c795 green[i] = ctx->Pixel.MapItoG[index[i]]; in read_color_pixels()
H A Dtypes.h834 GLfloat MapItoG[MAX_PIXEL_MAP_TABLE]; member
H A Ddrawpix.c211 green[j] = (GLint) (ctx->Pixel.MapItoG[ispan[j]] * ctx->Visual->GreenScale); in draw_index_pixels()
H A Dcontext.c742 ctx->Pixel.MapItoG[0] = 0.0; in initialize_context()