Searched refs:notify_before_flush_cb (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri_drawable.c | 412 notify_before_flush_cb(void* _args) function in typeref:typename:void 522 st->flush(st, flush_flags, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args); 532 st->flush(st, flush_flags, NULL, args.ctx ? notify_before_flush_cb : NULL, &args);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | api.h | 401 void (*notify_before_flush_cb) (void*),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_st.c | 308 notify_before_flush_cb(void* _args) function in typeref:typename:void 351 stctx->flush(stctx, flags, pfence, notify_before_flush_cb, &args);
|
Completed in 5 milliseconds