Home
last modified time | relevance | path

Searched refs:RasterSecondaryColor (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Drastpos.c259 ctx->Current.RasterSecondaryColor[0] in window_pos3f()
261 ctx->Current.RasterSecondaryColor[1] in window_pos3f()
263 ctx->Current.RasterSecondaryColor[2] in window_pos3f()
265 ctx->Current.RasterSecondaryColor[3] in window_pos3f()
560 ASSIGN_4V( ctx->Current.RasterSecondaryColor, 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_rastpos()
Dmtypes.h822 GLfloat RasterSecondaryColor[4]; member
Dget.c842 CONTEXT_FIELD(Current.RasterSecondaryColor[0], TYPE_FLOATN_4), NO_EXTRA },
/external/mesa3d/src/mesa/tnl/
Dt_rasterpos.c449 ctx->Current.RasterSecondaryColor ); in _tnl_RasterPos()
455 COPY_4FV(ctx->Current.RasterSecondaryColor, in _tnl_RasterPos()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c162 ctx->Current.RasterSecondaryColor, in rastpos_point()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel_bitmap.c217 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor); in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_bitmap.c217 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor); in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c217 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor); in do_blit_bitmap()
/external/mesa3d/src/mesa/swrast/
Ds_span.c115 COPY_4V(span->attrStart[FRAG_ATTRIB_COL1], ctx->Current.RasterSecondaryColor); in _swrast_span_default_attribs()