Home
last modified time | relevance | path

Searched refs:notify_before_flush_cb (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c412 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/
Dapi.h413 void (*notify_before_flush_cb) (void*),
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_st.c365 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()