Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Ddrawpix.c181 ctx->Current.RasterColor, in _mesa_DrawPixels()
302 ctx->Current.RasterColor, in _mesa_CopyPixels()
382 ctx->Current.RasterColor, in _mesa_Bitmap()
Drastpos.c495 ctx->Current.RasterColor, in _mesa_RasterPos()
500 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
736 ctx->Current.RasterColor[0] in window_pos3f()
738 ctx->Current.RasterColor[1] in window_pos3f()
740 ctx->Current.RasterColor[2] in window_pos3f()
742 ctx->Current.RasterColor[3] in window_pos3f()
985 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
Dmtypes.h359 GLfloat RasterColor[4]; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c491 !TEST_EQ_4V(ctx->Current.RasterColor, cache->color) || in accum_bitmap()
509 COPY_4FV(cache->color, ctx->Current.RasterColor); in accum_bitmap()
638 width, height, sv, ctx->Current.RasterColor); in st_Bitmap()
657 const float *color = ctx->Current.RasterColor; in st_DrawAtlasBitmaps()
Dst_cb_rasterpos.c167 ctx->Current.RasterColor, in rastpos_point()
Dst_cb_drawpixels.c1401 ctx->Current.RasterColor, in st_DrawPixels()