#include <gpu_surface_gl_delegate.h>
Public Attributes | |
| uint32_t | fbo_id |
| const std::optional< DlIRect > & | frame_damage |
| std::optional< fml::TimePoint > | presentation_time = std::nullopt |
| const std::optional< DlIRect > & | buffer_damage |
Definition at line 39 of file gpu_surface_gl_delegate.h.
| const std::optional<DlIRect>& flutter::GLPresentInfo::buffer_damage |
Definition at line 52 of file gpu_surface_gl_delegate.h.
| uint32_t flutter::GLPresentInfo::fbo_id |
Definition at line 40 of file gpu_surface_gl_delegate.h.
| const std::optional<DlIRect>& flutter::GLPresentInfo::frame_damage |
Definition at line 44 of file gpu_surface_gl_delegate.h.
Referenced by flutter::AndroidSurfaceGLSkia::GLContextPresent().
| std::optional<fml::TimePoint> flutter::GLPresentInfo::presentation_time = std::nullopt |
Definition at line 48 of file gpu_surface_gl_delegate.h.
Referenced by flutter::AndroidSurfaceGLSkia::GLContextPresent().