Searched refs:FLUSH_CURRENT (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | api_validate.c | 700 FLUSH_CURRENT(ctx, 0); in _mesa_validate_DrawElements() 720 FLUSH_CURRENT(ctx, 0); in _mesa_validate_MultiDrawElements() 784 FLUSH_CURRENT(ctx, 0); in _mesa_validate_DrawRangeElements() 836 FLUSH_CURRENT(ctx, 0); in validate_draw_arrays() 912 FLUSH_CURRENT(ctx, 0); in _mesa_validate_MultiDrawArrays() 959 FLUSH_CURRENT(ctx, 0); in _mesa_validate_DrawElementsInstanced() 980 FLUSH_CURRENT(ctx, 0); in _mesa_validate_DrawTransformFeedback() 1185 FLUSH_CURRENT(ctx, 0); in _mesa_validate_DrawArraysIndirect() 1199 FLUSH_CURRENT(ctx, 0); in _mesa_validate_DrawElementsIndirect() 1215 FLUSH_CURRENT(ctx, 0); in _mesa_validate_MultiDrawArraysIndirect() [all …]
|
D | compute.c | 253 FLUSH_CURRENT(ctx, 0); in dispatch_compute() 288 FLUSH_CURRENT(ctx, 0); in dispatch_compute_indirect() 321 FLUSH_CURRENT(ctx, 0); in dispatch_compute_group_size()
|
D | clear.c | 147 FLUSH_CURRENT(ctx, 0); in clear() 347 FLUSH_CURRENT(ctx, 0); in clear_bufferiv() 461 FLUSH_CURRENT(ctx, 0); in clear_bufferuiv() 550 FLUSH_CURRENT(ctx, 0); in clear_bufferfv() 668 FLUSH_CURRENT(ctx, 0); in clear_bufferfi()
|
D | drawpix.c | 169 FLUSH_CURRENT( ctx, 0 ); in _mesa_DrawPixels() 275 FLUSH_CURRENT( ctx, 0 ); in _mesa_CopyPixels() 351 FLUSH_CURRENT(ctx, 0); in _mesa_Bitmap()
|
D | context.h | 225 #define FLUSH_CURRENT(ctx, newstate) \ macro
|
D | light.c | 751 FLUSH_CURRENT( ctx, 0 ); in _mesa_ColorMaterial() 768 FLUSH_CURRENT(ctx, 0); /* update ctx->Light.Material from vertex buffer */ in _mesa_GetMaterialfv() 822 FLUSH_CURRENT(ctx, 0); /* update ctx->Light.Material from vertex buffer */ in _mesa_GetMaterialiv()
|
D | context.c | 180 FLUSH_CURRENT( ctx, 0 ); in _mesa_notifySwapBuffers() 1839 FLUSH_CURRENT( ctx, 0 ); in _mesa_flush() 1860 FLUSH_CURRENT(ctx, 0); in _mesa_Finish()
|
D | rastpos.c | 499 FLUSH_CURRENT(ctx, 0); in rasterpos() 671 FLUSH_CURRENT(ctx, 0); in window_pos3f()
|
D | attrib.c | 299 FLUSH_CURRENT(ctx, 0); in _mesa_PushAttrib() 420 FLUSH_CURRENT(ctx, 0); /* flush material changes */ in _mesa_PushAttrib() 1083 FLUSH_CURRENT( ctx, 0 ); in _mesa_PopAttrib()
|
D | readpix.c | 998 FLUSH_CURRENT(ctx, 0); in read_pixels()
|
D | enable.c | 382 FLUSH_CURRENT(ctx, 0); in _mesa_set_enable()
|
D | varray.c | 1306 FLUSH_CURRENT(ctx, 0); in get_current_attrib()
|
D | get.c | 1278 FLUSH_CURRENT(ctx, 0); in check_extra()
|
D | dlist.c | 9309 FLUSH_CURRENT(ctx, 0); /* must be called before assert */ in _mesa_NewList() 9417 FLUSH_CURRENT(ctx, 0); in _mesa_CallList()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 629 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawArrays() 664 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawArraysInstanced() 701 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawArraysInstancedBaseInstance() 737 FLUSH_CURRENT(ctx, 0); in vbo_exec_MultiDrawArrays() 959 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawRangeElementsBaseVertex() 1066 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawElements() 1095 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawElementsBaseVertex() 1124 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawElementsInstanced() 1159 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawElementsInstancedBaseVertex() 1196 FLUSH_CURRENT(ctx, 0); in vbo_exec_DrawElementsInstancedBaseInstance() [all …]
|
D | vbo_save_draw.c | 284 FLUSH_CURRENT(ctx, 0); in vbo_save_playback_vertex_list()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 650 FLUSH_CURRENT(st->ctx, 0); in st_context_flush()
|