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 451 ctx->Current.RasterSecondaryColor );
457 COPY_4FV(ctx->Current.RasterSecondaryColor,
699 ctx->Current.RasterSecondaryColor[0]
701 ctx->Current.RasterSecondaryColor[1]
703 ctx->Current.RasterSecondaryColor[2]
705 ctx->Current.RasterSecondaryColor[3]
941 ASSIGN_4V( ctx->Current.RasterSecondaryColor, 0.0, 0.0, 0.0, 1.0 );
mtypes.h 514 GLfloat RasterSecondaryColor[4];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_bitmap.c 223 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_bitmap.c 220 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_rasterpos.c 160 ctx->Current.RasterSecondaryColor,
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 116 COPY_4V(span->attrStart[VARYING_SLOT_COL1], ctx->Current.RasterSecondaryColor);
    [all...]

Completed in 175 milliseconds