Searched refs:notify_before_flush_cb (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 412 notify_before_flush_cb(void* _args) in notify_before_flush_cb() function 522 st->flush(st, flush_flags, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args); in dri_flush() 532 st->flush(st, flush_flags, NULL, args.ctx ? notify_before_flush_cb : NULL, &args); in dri_flush()
|
/third_party/mesa3d/src/gallium/include/frontend/ |
D | api.h | 413 void (*notify_before_flush_cb) (void*),
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_st.c | 365 notify_before_flush_cb(void* _args) in notify_before_flush_cb() function 408 stctx->flush(stctx, flags, pfence, notify_before_flush_cb, &args); in stw_st_flush()
|