#include <image.h>
Public Member Functions | |
constexpr bool | operator== (const EGLImageWithDisplay &other) const |
constexpr bool | operator!= (const EGLImageWithDisplay &other) const |
Public Attributes | |
EGLImage | image = EGL_NO_IMAGE |
EGLDisplay | display = EGL_NO_DISPLAY |
|
inlineconstexpr |
|
inlineconstexpr |
EGLDisplay impeller::EGLImageWithDisplay::display = EGL_NO_DISPLAY |
Definition at line 16 of file image.h.
Referenced by impeller::EGLImageWithDisplayTraits::Free(), and operator==().
EGLImage impeller::EGLImageWithDisplay::image = EGL_NO_IMAGE |
Definition at line 15 of file image.h.
Referenced by impeller::EGLImageWithDisplayTraits::Free(), and operator==().