Home
last modified time | relevance | path

Searched refs:RasterColor (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddrawpix.c173 ctx->Current.RasterColor, in _mesa_DrawPixels()
289 ctx->Current.RasterColor, in _mesa_CopyPixels()
365 ctx->Current.RasterColor, in _mesa_Bitmap()
Drastpos.c487 ctx->Current.RasterColor, in _mesa_RasterPos()
492 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
728 ctx->Current.RasterColor[0] in window_pos3f()
730 ctx->Current.RasterColor[1] in window_pos3f()
732 ctx->Current.RasterColor[2] in window_pos3f()
734 ctx->Current.RasterColor[3] in window_pos3f()
977 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
Dmtypes.h493 GLfloat RasterColor[4]; member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c482 !TEST_EQ_4V(ctx->Current.RasterColor, cache->color) || in accum_bitmap()
500 COPY_4FV(cache->color, ctx->Current.RasterColor); in accum_bitmap()
633 width, height, sv, ctx->Current.RasterColor); in st_Bitmap()
658 const float *color = ctx->Current.RasterColor; in st_DrawAtlasBitmaps()
Dst_cb_rasterpos.c163 ctx->Current.RasterColor, in rastpos_point()
Dst_cb_drawpixels.c1429 ctx->Current.RasterColor, in st_DrawPixels()
/external/mesa3d/src/mesa/swrast/
Ds_span.c91 UNCLAMPED_FLOAT_TO_CHAN(r, ctx->Current.RasterColor[0]); in _swrast_span_default_attribs()
92 UNCLAMPED_FLOAT_TO_CHAN(g, ctx->Current.RasterColor[1]); in _swrast_span_default_attribs()
93 UNCLAMPED_FLOAT_TO_CHAN(b, ctx->Current.RasterColor[2]); in _swrast_span_default_attribs()
94 UNCLAMPED_FLOAT_TO_CHAN(a, ctx->Current.RasterColor[3]); in _swrast_span_default_attribs()
112 COPY_4V(span->attrStart[VARYING_SLOT_COL0], ctx->Current.RasterColor); in _swrast_span_default_attribs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_bitmap.c217 COPY_4V(tmpColor, ctx->Current.RasterColor); in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c220 COPY_4V(tmpColor, ctx->Current.RasterColor); in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2277 ctx->Current.RasterColor); in _mesa_meta_DrawPixels()
2302 GLfloat alpha = ctx->Current.RasterColor[ACOMP]; in alpha_test_raster_color()
2416 verts[i].r = ctx->Current.RasterColor[0]; in _mesa_meta_Bitmap()
2417 verts[i].g = ctx->Current.RasterColor[1]; in _mesa_meta_Bitmap()
2418 verts[i].b = ctx->Current.RasterColor[2]; in _mesa_meta_Bitmap()
2419 verts[i].a = ctx->Current.RasterColor[3]; in _mesa_meta_Bitmap()
2427 CLAMPED_FLOAT_TO_UBYTE(fg, ctx->Current.RasterColor[ACOMP]); in _mesa_meta_Bitmap()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c760 const GLfloat *rc = ctx->Current.RasterColor; in r200PointsBitmap()