Searched refs:FLUSH_CURRENT (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | drawpix.c | 175 FLUSH_CURRENT( ctx, 0 ); in _mesa_DrawPixels() 296 FLUSH_CURRENT( ctx, 0 ); in _mesa_CopyPixels() 376 FLUSH_CURRENT(ctx, 0); in _mesa_Bitmap()
|
D | context.h | 204 #define FLUSH_CURRENT(ctx, newstate) \ macro
|
D | light.c | 823 FLUSH_CURRENT(ctx, _NEW_FF_VERT_PROGRAM); in _mesa_ColorMaterial() 840 FLUSH_CURRENT(ctx, 0); /* update ctx->Light.Material from vertex buffer */ in _mesa_GetMaterialfv() 894 FLUSH_CURRENT(ctx, 0); /* update ctx->Light.Material from vertex buffer */ in _mesa_GetMaterialiv()
|
D | rastpos.c | 542 FLUSH_CURRENT(ctx, 0); in rasterpos() 714 FLUSH_CURRENT(ctx, 0); in window_pos3f()
|
D | attrib.c | 125 FLUSH_CURRENT(ctx, 0); in _mesa_PushAttrib() 220 FLUSH_CURRENT(ctx, 0); /* flush material changes */ in _mesa_PushAttrib() 762 FLUSH_CURRENT(ctx, 0); in _mesa_PopAttrib()
|
D | enable.c | 500 FLUSH_CURRENT(ctx, 0); in _mesa_set_enable()
|
D | get.c | 1442 FLUSH_CURRENT(ctx, 0); in check_extra()
|
D | varray.c | 2173 FLUSH_CURRENT(ctx, 0); in get_current_attrib()
|
D | dlist.c | 13559 FLUSH_CURRENT(ctx, 0); /* must be called before assert */ in _mesa_NewList() 13827 FLUSH_CURRENT(ctx, 0); in _mesa_CallList()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 2881 - mesa: fix incorrect uses of FLUSH_CURRENT 2882 - mesa: remove FLUSH_CURRENT calls that have no effect
|