Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c416 notify_before_flush_cb(void* _args) in notify_before_flush_cb() function
526 st->flush(st, flush_flags, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args); in dri_flush()
536 st->flush(st, flush_flags, NULL, args.ctx ? notify_before_flush_cb : NULL, &args); in dri_flush()
/external/mesa3d/src/gallium/include/frontend/
Dapi.h395 void (*notify_before_flush_cb) (void*),