Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Drastpos.c494 ctx->Current.RasterSecondaryColor ); in _mesa_RasterPos()
500 COPY_4FV(ctx->Current.RasterSecondaryColor, in _mesa_RasterPos()
742 ctx->Current.RasterSecondaryColor[0] in window_pos3f()
744 ctx->Current.RasterSecondaryColor[1] in window_pos3f()
746 ctx->Current.RasterSecondaryColor[2] in window_pos3f()
748 ctx->Current.RasterSecondaryColor[3] in window_pos3f()
984 ASSIGN_4V( ctx->Current.RasterSecondaryColor, 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_rastpos()
Dmtypes.h445 GLfloat RasterSecondaryColor[4]; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c169 ctx->Current.RasterSecondaryColor, in rastpos_point()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c223 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor); in do_blit_bitmap()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel_bitmap.c222 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor); in do_blit_bitmap()
/third_party/mesa3d/src/mesa/swrast/
Ds_span.c119 COPY_4V(span->attrStart[VARYING_SLOT_COL1], ctx->Current.RasterSecondaryColor); in _swrast_span_default_attribs()