Flutter Engine
The Flutter Engine
|
#include <embedder_surface_gl_skia.h>
Public Attributes | |
std::function< bool(void)> | gl_make_current_callback |
std::function< bool(void)> | gl_clear_current_callback |
std::function< bool(GLPresentInfo)> | gl_present_callback |
std::function< intptr_t(GLFrameInfo)> | gl_fbo_callback |
std::function< bool(void)> | gl_make_resource_current_callback |
std::function< SkMatrix(void)> | gl_surface_transformation_callback |
std::function< void *(const char *)> | gl_proc_resolver |
std::function< GLFBOInfo(intptr_t)> | gl_populate_existing_damage |
Definition at line 18 of file embedder_surface_gl_skia.h.
std::function<bool(void)> flutter::EmbedderSurfaceGLSkia::GLDispatchTable::gl_clear_current_callback |
Definition at line 20 of file embedder_surface_gl_skia.h.
std::function<intptr_t(GLFrameInfo)> flutter::EmbedderSurfaceGLSkia::GLDispatchTable::gl_fbo_callback |
Definition at line 22 of file embedder_surface_gl_skia.h.
std::function<bool(void)> flutter::EmbedderSurfaceGLSkia::GLDispatchTable::gl_make_current_callback |
Definition at line 19 of file embedder_surface_gl_skia.h.
std::function<bool(void)> flutter::EmbedderSurfaceGLSkia::GLDispatchTable::gl_make_resource_current_callback |
Definition at line 23 of file embedder_surface_gl_skia.h.
std::function<GLFBOInfo(intptr_t)> flutter::EmbedderSurfaceGLSkia::GLDispatchTable::gl_populate_existing_damage |
Definition at line 27 of file embedder_surface_gl_skia.h.
std::function<bool(GLPresentInfo)> flutter::EmbedderSurfaceGLSkia::GLDispatchTable::gl_present_callback |
Definition at line 21 of file embedder_surface_gl_skia.h.
std::function<void*(const char*)> flutter::EmbedderSurfaceGLSkia::GLDispatchTable::gl_proc_resolver |
Definition at line 26 of file embedder_surface_gl_skia.h.
std::function<SkMatrix(void)> flutter::EmbedderSurfaceGLSkia::GLDispatchTable::gl_surface_transformation_callback |
Definition at line 25 of file embedder_surface_gl_skia.h.