Searched refs:MapItoG (Results 1 – 6 of 6) sorted by relevance
573 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()
449 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()
795 green[i] = ctx->Pixel.MapItoG[index[i]]; in read_color_pixels()
834 GLfloat MapItoG[MAX_PIXEL_MAP_TABLE]; member
211 green[j] = (GLint) (ctx->Pixel.MapItoG[ispan[j]] * ctx->Visual->GreenScale); in draw_index_pixels()
742 ctx->Pixel.MapItoG[0] = 0.0; in initialize_context()