Searched refs:RasterSecondaryColor (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 451 ctx->Current.RasterSecondaryColor ); in _mesa_RasterPos() 457 COPY_4FV(ctx->Current.RasterSecondaryColor, in _mesa_RasterPos() 699 ctx->Current.RasterSecondaryColor[0] in window_pos3f() 701 ctx->Current.RasterSecondaryColor[1] in window_pos3f() 703 ctx->Current.RasterSecondaryColor[2] in window_pos3f() 705 ctx->Current.RasterSecondaryColor[3] in window_pos3f() 941 ASSIGN_4V( ctx->Current.RasterSecondaryColor, 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_rastpos()
|
D | mtypes.h | 529 GLfloat RasterSecondaryColor[4]; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_rasterpos.c | 161 ctx->Current.RasterSecondaryColor, in rastpos_point()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_bitmap.c | 220 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor); in do_blit_bitmap()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_bitmap.c | 223 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor); in do_blit_bitmap()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 118 COPY_4V(span->attrStart[VARYING_SLOT_COL1], ctx->Current.RasterSecondaryColor); in _swrast_span_default_attribs()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | get_hash.h | 425 …{ GL_CURRENT_RASTER_SECONDARY_COLOR, CONTEXT_FIELD(Current.RasterSecondaryColor[0], TYPE_FLOATN_4)…
|