#include <image.h>
Public Member Functions | |
constexpr bool | operator== (const EGLImageKHRWithDisplay &other) const |
constexpr bool | operator!= (const EGLImageKHRWithDisplay &other) const |
Public Attributes | |
EGLImageKHR | image = EGL_NO_IMAGE_KHR |
EGLDisplay | display = EGL_NO_DISPLAY |
|
inlineconstexpr |
|
inlineconstexpr |
EGLDisplay impeller::EGLImageKHRWithDisplay::display = EGL_NO_DISPLAY |
Definition at line 47 of file image.h.
Referenced by impeller::EGLImageKHRWithDisplayTraits::Free(), and operator==().
EGLImageKHR impeller::EGLImageKHRWithDisplay::image = EGL_NO_IMAGE_KHR |
Definition at line 46 of file image.h.
Referenced by impeller::EGLImageKHRWithDisplayTraits::Free(), and operator==().