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

  /external/mesa3d/src/mesa/main/
rastpos.c 259 ctx->Current.RasterSecondaryColor[0]
261 ctx->Current.RasterSecondaryColor[1]
263 ctx->Current.RasterSecondaryColor[2]
265 ctx->Current.RasterSecondaryColor[3]
560 ASSIGN_4V( ctx->Current.RasterSecondaryColor, 0.0, 0.0, 0.0, 1.0 );
mtypes.h 822 GLfloat RasterSecondaryColor[4];
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 449 ctx->Current.RasterSecondaryColor );
455 COPY_4FV(ctx->Current.RasterSecondaryColor,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 217 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_rasterpos.c 162 ctx->Current.RasterSecondaryColor,
  /external/mesa3d/src/mesa/swrast/
s_span.c 115 COPY_4V(span->attrStart[FRAG_ATTRIB_COL1], ctx->Current.RasterSecondaryColor);
    [all...]

Completed in 744 milliseconds