Lines Matching full:operator
43 eglw::EGLDisplay operator* (void) const { return m_display; }
44 operator bool (void) const;
51 UniqueDisplay& operator= (const UniqueDisplay&);
61 eglw::EGLSurface operator* (void) const { return m_surface; }
62 operator bool (void) const;
70 UniqueSurface& operator= (const UniqueSurface&);
80 eglw::EGLContext operator* (void) const { return m_context; }
81 operator bool (void) const;
89 UniqueContext operator= (const UniqueContext&);
110 eglw::EGLImage operator* (void) const { return m_image; }
111 operator bool (void) const;
119 UniqueImage operator= (const UniqueImage&);