Searched refs:vg_lite_buffer_format_t (Results 1 – 5 of 5) sorted by relevance
31 static vg_lite_buffer_format_t _buffer_format_to_vglite(ELM_BUFFER_FORMAT format) in _buffer_format_to_vglite()33 vg_lite_buffer_format_t fmt; in _buffer_format_to_vglite()113 buffer->format = (vg_lite_buffer_format_t)format; in ElmCreateBuffer()282 ELM_BUFFER_FORMAT _buffer_format_to_Elm(vg_lite_buffer_format_t format) in _buffer_format_to_Elm()
947 buffer->format = (vg_lite_buffer_format_t) ebo_header->format; in _load_ebo()989 buffer->format = (vg_lite_buffer_format_t) ebo_header->format; in _load_ebo()
52 static vg_lite_buffer_format_t video_format_to_vglite(video_pixel_format_t format) in video_format_to_vglite()54 vg_lite_buffer_format_t fmt; in video_format_to_vglite()
238 } vg_lite_buffer_format_t; typedef577 vg_lite_buffer_format_t format; /*! The pixel format of the buffer. */
3534 static void dump_img(void * memory, int width, int height, vg_lite_buffer_format_t format) in dump_img()3662 static void get_format_bytes(vg_lite_buffer_format_t format, in get_format_bytes()3757 static uint32_t convert_target_format(vg_lite_buffer_format_t format, vg_lite_capabilities_t caps) in convert_target_format()3853 static vg_lite_error_t _check_source_aligned(vg_lite_buffer_format_t format,uint32_t stride) in _check_source_aligned()3910 static uint32_t convert_source_format(vg_lite_buffer_format_t format) in convert_source_format()5182 static vg_lite_error_t convert_color(vg_lite_buffer_format_t format, uint32_t value, uint32_t *resu… in convert_color()
Completed in 29 milliseconds