#include "flutter/shell/platform/embedder/embedder.h"
#include "flutter/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h"
#include "flutter/shell/platform/linux/public/flutter_linux/fl_texture_registrar.h"
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS gboolean | fl_pixel_buffer_texture_populate (FlPixelBufferTexture *texture, uint32_t width, uint32_t height, FlutterOpenGLTexture *opengl_texture, GError **error) |
G_BEGIN_DECLS gboolean fl_pixel_buffer_texture_populate | ( | FlPixelBufferTexture * | texture, |
uint32_t | width, | ||
uint32_t | height, | ||
FlutterOpenGLTexture * | opengl_texture, | ||
GError ** | error | ||
) |
fl_pixel_buffer_texture_populate: @texture: an #FlPixelBufferTexture. @width: width of the texture. @height: height of the texture. @opengl_texture: (out): return an #FlutterOpenGLTexture. @error: (allow-none): #GError location to store the error occurring, or NULL to ignore.
Attempts to populate the specified @opengl_texture with texture details such as the name, width, height and the pixel format.
Returns: TRUE on success.
Definition at line 71 of file fl_pixel_buffer_texture.cc.
References buffer, check_gl_error(), error, height, priv, FlPixelBufferTexturePrivate::texture_id, TRUE, and width.
Referenced by fl_engine_gl_external_texture_frame_callback(), and TEST().