lv_opengles_texture_private.h
API reference for lv_opengles_texture_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_opengles_texture.h
Summary
Functions
lv_opengles_texture_reshape
lv_result_t lv_opengles_texture_reshape(lv_opengles_texture_t *texture, lv_display_t *display, int32_t width, int32_t height)| Name | Type |
|---|---|
texture | lv_opengles_texture_t * |
display | lv_display_t * |
width | int32_t |
height | int32_t |
lv_opengles_texture_deinit
void lv_opengles_texture_deinit(lv_opengles_texture_t *texture)| Name | Type |
|---|---|
texture | lv_opengles_texture_t * |
lv_opengles_texture_render_display
Render the display content to the current OpenGL framebuffer Handles NanoVG, OpenGL and SW rendering
void lv_opengles_texture_render_display(lv_opengles_texture_t *texture, lv_display_t *display)| Name | Type | Description |
|---|---|---|
texture | lv_opengles_texture_t * | the texture of the display |
display | lv_display_t * | the display to render |
Structs
struct
lv_opengles_texture_t
| Member | Type | Description |
|---|---|---|
texture_id | unsigned int | |
is_texture_owner | bool | LV_USE_DRAW_OPENGLES |
Used by 3 functions
lv_opengles_texture_reshape— paramtexturelv_opengles_texture_deinit— paramtexturelv_opengles_texture_render_display— paramtexture
Dependencies
Last updated on