Searched refs:RasterColor (Results 1 – 6 of 6) sorted by relevance
| /third_party/mesa3d/src/mesa/main/ |
| D | drawpix.c | 181 ctx->Current.RasterColor, in _mesa_DrawPixels() 302 ctx->Current.RasterColor, in _mesa_CopyPixels() 382 ctx->Current.RasterColor, in _mesa_Bitmap()
|
| D | rastpos.c | 495 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()
|
| D | mtypes.h | 359 GLfloat RasterColor[4]; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_bitmap.c | 491 !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()
|
| D | st_cb_rasterpos.c | 167 ctx->Current.RasterColor, in rastpos_point()
|
| D | st_cb_drawpixels.c | 1401 ctx->Current.RasterColor, in st_DrawPixels()
|