![]() |
Flutter Engine
The Flutter Engine
|
#include <image_external_texture_gl.h>
Public Member Functions | |
| ImageExternalTextureGLSkia (const std::shared_ptr< AndroidContextGLSkia > &context, int64_t id, const fml::jni::ScopedJavaGlobalRef< jobject > &image_textury_entry, const std::shared_ptr< PlatformViewAndroidJNI > &jni_facade) | |
Public Member Functions inherited from flutter::ImageExternalTextureGL | |
| ImageExternalTextureGL (int64_t id, const fml::jni::ScopedJavaGlobalRef< jobject > &image_textury_entry, const std::shared_ptr< PlatformViewAndroidJNI > &jni_facade) | |
Public Member Functions inherited from flutter::ImageExternalTexture | |
| ImageExternalTexture (int64_t id, const fml::jni::ScopedJavaGlobalRef< jobject > &image_texture_entry, const std::shared_ptr< PlatformViewAndroidJNI > &jni_facade) | |
| virtual | ~ImageExternalTexture ()=default |
| void | Paint (PaintContext &context, const SkRect &bounds, bool freeze, const DlImageSampling sampling) override |
| void | MarkNewFrameAvailable () override |
| void | OnTextureUnregistered () override |
| void | OnGrContextCreated () override |
| void | OnGrContextDestroyed () override |
Public Member Functions inherited from flutter::Texture | |
| Texture (int64_t id) | |
| virtual | ~Texture () |
| virtual void | Paint (PaintContext &context, const SkRect &bounds, bool freeze, const DlImageSampling sampling)=0 |
| virtual void | MarkNewFrameAvailable ()=0 |
| virtual void | OnTextureUnregistered ()=0 |
| int64_t | Id () |
Public Member Functions inherited from flutter::ContextListener | |
| ContextListener () | |
| ~ContextListener () | |
| virtual void | OnGrContextCreated ()=0 |
| virtual void | OnGrContextDestroyed ()=0 |
Definition at line 59 of file image_external_texture_gl.h.
| flutter::ImageExternalTextureGLSkia::ImageExternalTextureGLSkia | ( | const std::shared_ptr< AndroidContextGLSkia > & | context, |
| int64_t | id, | ||
| const fml::jni::ScopedJavaGlobalRef< jobject > & | image_textury_entry, | ||
| const std::shared_ptr< PlatformViewAndroidJNI > & | jni_facade | ||
| ) |
Definition at line 110 of file image_external_texture_gl.cc.