Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
impeller::EGLImageKHRWithDisplay Struct Reference

#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
 

Detailed Description

Definition at line 45 of file image.h.

Member Function Documentation

◆ operator!=()

constexpr bool impeller::EGLImageKHRWithDisplay::operator!= ( const EGLImageKHRWithDisplay other) const
inlineconstexpr

Definition at line 53 of file image.h.

53 {
54 return !(*this == other);
55 }

◆ operator==()

constexpr bool impeller::EGLImageKHRWithDisplay::operator== ( const EGLImageKHRWithDisplay other) const
inlineconstexpr

Definition at line 49 of file image.h.

49 {
50 return image == other.image && display == other.display;
51 }

Member Data Documentation

◆ display

EGLDisplay impeller::EGLImageKHRWithDisplay::display = EGL_NO_DISPLAY

Definition at line 47 of file image.h.

◆ image

EGLImageKHR impeller::EGLImageKHRWithDisplay::image = EGL_NO_IMAGE_KHR

Definition at line 46 of file image.h.


The documentation for this struct was generated from the following file: