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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawpix.c 176 ctx->Current.RasterTexCoords[0] );
281 ctx->Current.RasterTexCoords[0] );
357 ctx->Current.RasterTexCoords[0] );
rastpos.c 272 assert(texSet < Elements(ctx->Current.RasterTexCoords));
273 COPY_4FV( ctx->Current.RasterTexCoords[texSet],
561 for (i = 0; i < Elements(ctx->Current.RasterTexCoords); i++)
562 ASSIGN_4V( ctx->Current.RasterTexCoords[i], 0.0, 0.0, 0.0, 1.0 );
get.c     [all...]
mtypes.h 823 GLfloat RasterTexCoords[MAX_TEXTURE_COORD_UNITS][4];
    [all...]
  /external/mesa3d/src/mesa/main/
drawpix.c 176 ctx->Current.RasterTexCoords[0] );
281 ctx->Current.RasterTexCoords[0] );
357 ctx->Current.RasterTexCoords[0] );
rastpos.c 272 assert(texSet < Elements(ctx->Current.RasterTexCoords));
273 COPY_4FV( ctx->Current.RasterTexCoords[texSet],
561 for (i = 0; i < Elements(ctx->Current.RasterTexCoords); i++)
562 ASSIGN_4V( ctx->Current.RasterTexCoords[i], 0.0, 0.0, 0.0, 1.0 );
get.c     [all...]
mtypes.h 823 GLfloat RasterTexCoords[MAX_TEXTURE_COORD_UNITS][4];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_rasterpos.c 167 ctx->Current.RasterTexCoords[i],
  /external/mesa3d/src/mesa/state_tracker/
st_cb_rasterpos.c 167 ctx->Current.RasterTexCoords[i],
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 468 TRANSFORM_POINT(ctx->Current.RasterTexCoords[u],
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 468 TRANSFORM_POINT(ctx->Current.RasterTexCoords[u],
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 142 const GLfloat *tc = ctx->Current.RasterTexCoords[i];
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 142 const GLfloat *tc = ctx->Current.RasterTexCoords[i];
    [all...]

Completed in 1543 milliseconds