Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Drastpos.c496 ctx->Current.RasterSecondaryColor ); in _mesa_RasterPos()
502 COPY_4FV(ctx->Current.RasterSecondaryColor, in _mesa_RasterPos()
744 ctx->Current.RasterSecondaryColor[0] in window_pos3f()
746 ctx->Current.RasterSecondaryColor[1] in window_pos3f()
748 ctx->Current.RasterSecondaryColor[2] in window_pos3f()
750 ctx->Current.RasterSecondaryColor[3] in window_pos3f()
986 ASSIGN_4V( ctx->Current.RasterSecondaryColor, 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_rastpos()
Dmtypes.h360 GLfloat RasterSecondaryColor[4]; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c171 ctx->Current.RasterSecondaryColor, in rastpos_point()