Searched refs:StoS (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpixel.c82 return &ctx->PixelMaps.StoS;
122 ctx->PixelMaps.StoS.Size = mapsize;
124 ctx->PixelMaps.StoS.Map[i] = (GLfloat)IROUND(values[i]);
371 values[i] = (GLfloat) ctx->PixelMaps.StoS.Map[i];
421 memcpy(values, ctx->PixelMaps.StoS.Map, mapsize * sizeof(GLint));
479 values[i] = (GLushort) CLAMP(ctx->PixelMaps.StoS.Map[i], 0.0, 65535.);
711 init_pixelmap(&ctx->PixelMaps.StoS);
H A Dpixeltransfer.c274 GLuint mask = ctx->PixelMaps.StoS.Size - 1;
277 stencil[i] = (GLubyte) ctx->PixelMaps.StoS.Map[ stencil[i] & mask ];
H A Dmtypes.h1025 struct gl_pixelmap StoS; member in struct:gl_pixelmaps
H A Dpack.c5203 const GLuint mask = ctx->PixelMaps.StoS.Size - 1;
5206 indexes[i] = (GLuint)ctx->PixelMaps.StoS.Map[ indexes[i] & mask ];
H A Dget.c916 { GL_PIXEL_MAP_S_TO_S_SIZE, CONTEXT_INT(PixelMaps.StoS.Size), NO_EXTRA },
/external/mesa3d/src/mesa/main/
H A Dpixel.c82 return &ctx->PixelMaps.StoS;
122 ctx->PixelMaps.StoS.Size = mapsize;
124 ctx->PixelMaps.StoS.Map[i] = (GLfloat)IROUND(values[i]);
371 values[i] = (GLfloat) ctx->PixelMaps.StoS.Map[i];
421 memcpy(values, ctx->PixelMaps.StoS.Map, mapsize * sizeof(GLint));
479 values[i] = (GLushort) CLAMP(ctx->PixelMaps.StoS.Map[i], 0.0, 65535.);
711 init_pixelmap(&ctx->PixelMaps.StoS);
H A Dpixeltransfer.c274 GLuint mask = ctx->PixelMaps.StoS.Size - 1;
277 stencil[i] = (GLubyte) ctx->PixelMaps.StoS.Map[ stencil[i] & mask ];
H A Dmtypes.h1025 struct gl_pixelmap StoS; member in struct:gl_pixelmaps
H A Dpack.c5203 const GLuint mask = ctx->PixelMaps.StoS.Size - 1;
5206 indexes[i] = (GLuint)ctx->PixelMaps.StoS.Map[ indexes[i] & mask ];
H A Dget.c916 { GL_PIXEL_MAP_S_TO_S_SIZE, CONTEXT_INT(PixelMaps.StoS.Size), NO_EXTRA },

Completed in 2475 milliseconds