Searched refs:StoS (Results 1 – 4 of 4) sorted by relevance
76 return &ctx->PixelMaps.StoS; in get_pixelmap()116 ctx->PixelMaps.StoS.Size = mapsize; in store_pixelmap()118 ctx->PixelMaps.StoS.Map[i] = roundf(values[i]); in store_pixelmap()362 values[i] = (GLfloat) ctx->PixelMaps.StoS.Map[i]; in _mesa_GetnPixelMapfvARB()413 memcpy(values, ctx->PixelMaps.StoS.Map, mapsize * sizeof(GLint)); in _mesa_GetnPixelMapuivARB()472 values[i] = (GLushort) CLAMP(ctx->PixelMaps.StoS.Map[i], 0.0F, 65535.0F); in _mesa_GetnPixelMapusvARB()671 init_pixelmap(&ctx->PixelMaps.StoS); in _mesa_init_pixel()
253 GLuint mask = ctx->PixelMaps.StoS.Size - 1; in _mesa_apply_stencil_transfer_ops()256 stencil[i] = (GLubyte) ctx->PixelMaps.StoS.Map[ stencil[i] & mask ]; in _mesa_apply_stencil_transfer_ops()
549 const GLuint mask = ctx->PixelMaps.StoS.Size - 1; in _mesa_unpack_stencil_span()552 indexes[i] = (GLuint)ctx->PixelMaps.StoS.Map[ indexes[i] & mask ]; in _mesa_unpack_stencil_span()
613 struct gl_pixelmap StoS; member