HomeSort by relevance Sort by last modified time
    Searched refs:StoS (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
pixel.c 75 return &ctx->PixelMaps.StoS;
115 ctx->PixelMaps.StoS.Size = mapsize;
117 ctx->PixelMaps.StoS.Map[i] = (GLfloat)IROUND(values[i]);
359 values[i] = (GLfloat) ctx->PixelMaps.StoS.Map[i];
407 memcpy(values, ctx->PixelMaps.StoS.Map, mapsize * sizeof(GLint));
463 values[i] = (GLushort) CLAMP(ctx->PixelMaps.StoS.Map[i], 0.0F, 65535.0F);
671 init_pixelmap(&ctx->PixelMaps.StoS);
pixeltransfer.c 276 GLuint mask = ctx->PixelMaps.StoS.Size - 1;
279 stencil[i] = (GLubyte) ctx->PixelMaps.StoS.Map[ stencil[i] & mask ];
pack.c 563 const GLuint mask = ctx->PixelMaps.StoS.Size - 1;
566 indexes[i] = (GLuint)ctx->PixelMaps.StoS.Map[ indexes[i] & mask ];
    [all...]
mtypes.h 725 struct gl_pixelmap StoS;
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 85 milliseconds