Searched refs:flush (Results 1 – 16 of 16) sorted by relevance
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 59 void (*flush)(uint starty, uint endy); member 78 if (surface->flush) in gfx_clear() 79 surface->flush(0, surface->height-1); in gfx_clear()
|
/lk-master/dev/class/ |
A D | block_api.c | 61 if (ops->flush) in class_block_flush() 62 return ops->flush(dev); in class_block_flush()
|
/lk-master/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/ |
A D | xip_ctrl.h | 14 io_rw_32 flush; member
|
/lk-master/dev/include/dev/class/ |
A D | block.h | 23 status_t (*flush)(struct device *dev); member
|
/lk-master/dev/include/dev/ |
A D | display.h | 67 void (*flush)(uint starty, uint endy); member
|
/lk-master/platform/armemu/ |
A D | display.c | 52 fb->flush = NULL; in display_get_framebuffer()
|
/lk-master/external/lib/miniz/ |
A D | miniz.c | 304 if (flush == MZ_PARTIAL_FLUSH) flush = MZ_SYNC_FLUSH; in mz_deflate() 452 if (flush == MZ_PARTIAL_FLUSH) flush = MZ_SYNC_FLUSH; in mz_inflate() 453 if ((flush) && (flush != MZ_SYNC_FLUSH) && (flush != MZ_FINISH)) return MZ_STREAM_ERROR; in mz_inflate() 465 if ((flush == MZ_FINISH) && (first_call)) in mz_inflate() 519 else if (flush == MZ_FINISH) in mz_inflate() 1416 TDEFL_PUT_BITS(flush == TDEFL_FINISH, 1); in tdefl_flush_block() 1446 if (flush) in tdefl_flush_block() 1448 if (flush == TDEFL_FINISH) in tdefl_flush_block() 1731 tdefl_flush flush = d->m_flush; in tdefl_compress_normal() local 1880 d->m_flush = flush; in tdefl_compress() [all …]
|
/lk-master/external/lib/miniz/include/lib/ |
A D | miniz.h | 185 int mz_deflate(mz_streamp pStream, int flush); 225 int mz_inflate(mz_streamp pStream, int flush); 751 …nst void *pIn_buf, size_t *pIn_buf_size, void *pOut_buf, size_t *pOut_buf_size, tdefl_flush flush); 755 …l_compress_buffer(tdefl_compressor *d, const void *pIn_buf, size_t in_buf_size, tdefl_flush flush);
|
/lk-master/lib/gfx/ |
A D | gfx.c | 515 if (surface->flush) in gfx_flush() 516 surface->flush(0, surface->height-1); in gfx_flush() 537 if (surface->flush) in gfx_flush_rows() 538 surface->flush(start, end); in gfx_flush_rows() 655 surface->flush = fb->flush; in gfx_create_surface_from_display()
|
/lk-master/platform/bcm28xx/ |
A D | mailbox.c | 135 fb->flush = NULL; in display_get_framebuffer()
|
/lk-master/target/dartuinoP0/ |
A D | memory_lcd.c | 127 default_fb.flush = mlcd_flush; in display_get_framebuffer()
|
/lk-master/target/qemu-m4/ |
A D | m4display.c | 195 fb->flush = s4lcd_flush; in display_get_framebuffer()
|
/lk-master/target/stm32746g-eval2/ |
A D | lcd.c | 381 fb->flush = NULL; in display_get_framebuffer()
|
/lk-master/target/stm32f746g-disco/ |
A D | lcd.c | 397 fb->flush = NULL; in display_get_framebuffer()
|
/lk-master/dev/virtio/gpu/ |
A D | virtio-gpu.c | 555 fb->flush = virtio_gpu_gfx_flush; in display_get_framebuffer()
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_aeabi.S | 264 ldr r7,=#0x7ff @ flush NaNs and denormals
|
Completed in 33 milliseconds