 |
Flutter Impeller
|
|
Go to the documentation of this file.
5 #ifndef FLUTTER_IMPELLER_TOOLKIT_EGL_IMAGE_H_
6 #define FLUTTER_IMPELLER_TOOLKIT_EGL_IMAGE_H_
8 #include "flutter/fml/unique_object.h"
23 return !(*
this == other);
29 return {EGL_NO_IMAGE, EGL_NO_DISPLAY};
42 fml::UniqueObject<EGLImageWithDisplay, EGLImageWithDisplayTraits>;
46 EGLImageKHR
image = EGL_NO_IMAGE_KHR;
54 return !(*
this == other);
60 return {EGL_NO_IMAGE_KHR, EGL_NO_DISPLAY};
73 fml::UniqueObject<EGLImageKHRWithDisplay, EGLImageKHRWithDisplayTraits>;
77 #endif // FLUTTER_IMPELLER_TOOLKIT_EGL_IMAGE_H_
constexpr bool operator!=(const EGLImageWithDisplay &other) const
static EGLImageWithDisplay InvalidValue()
constexpr bool operator!=(const EGLImageKHRWithDisplay &other) const
static EGLImageKHRWithDisplay InvalidValue()
fml::UniqueObject< EGLImageWithDisplay, EGLImageWithDisplayTraits > UniqueEGLImage
static void Free(EGLImageKHRWithDisplay image)
constexpr bool operator==(const EGLImageWithDisplay &other) const
static bool IsValid(const EGLImageWithDisplay &value)
static bool IsValid(const EGLImageKHRWithDisplay &value)
constexpr bool operator==(const EGLImageKHRWithDisplay &other) const
fml::UniqueObject< EGLImageKHRWithDisplay, EGLImageKHRWithDisplayTraits > UniqueEGLImageKHR
static void Free(EGLImageWithDisplay image)