Home
last modified time | relevance | path

Searched defs:on_flush (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c441 nv50_bufctx_fence(struct nv50_context *nv50, struct nouveau_bufctx *bufctx, bool on_flush) in nv50_bufctx_fence()
/aosp_15_r20/external/perfetto/src/traced/probes/android_log/
H A Dandroid_log_data_source_unittest.cc84 auto on_flush = task_runner_.CreateCheckpoint("on_flush"); in StartAndSimulateLogd() local
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dmock_consumer.cc102 auto on_flush = task_runner_->CreateCheckpoint(checkpoint_name); in Flush() local
H A Dapi_integrationtest.cc291 WaitableTestEvent on_flush; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c579 bool on_flush) in nvc0_bufctx_fence()
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py4184 def on_flush(self): member in Device