#include <surface_gles.h>
Definition at line 12 of file surface_gles.h.
◆ SurfaceGLES() [1/3]
impeller::interop::SurfaceGLES::SurfaceGLES |
( |
Context & |
context, |
|
|
uint64_t |
fbo, |
|
|
PixelFormat |
color_format, |
|
|
ISize |
size |
|
) |
| |
Definition at line 11 of file surface_gles.cc.
18 []() { return true; },
static std::unique_ptr< Surface > WrapFBO(const std::shared_ptr< Context > &context, SwapCallback swap_callback, GLuint fbo, PixelFormat color_format, ISize fbo_size)
SurfaceGLES(Context &context, uint64_t fbo, PixelFormat color_format, ISize size)
◆ SurfaceGLES() [2/3]
Definition at line 23 of file surface_gles.cc.
25 :
Surface(context, std::move(surface)) {}
Surface(const Surface &)=delete
◆ ~SurfaceGLES()
impeller::interop::SurfaceGLES::~SurfaceGLES |
( |
| ) |
|
|
default |
◆ SurfaceGLES() [3/3]
impeller::interop::SurfaceGLES::SurfaceGLES |
( |
const SurfaceGLES & |
| ) |
|
|
delete |
◆ operator=()
The documentation for this class was generated from the following files: