Searched defs:EglSurface (Results 1 – 2 of 2) sorted by relevance
26 struct EglSurface { struct27 static std::map<uint32_t, EglSurface*> map; argument30 EglSurface(EGLConfig config_, uint32_t ctx_, uint32_t width_, uint32_t height_) in EglSurface() argument35 ~EglSurface() { in ~EglSurface() argument39 EglSurface* bind(uint32_t ctx_, bool read_) { in bind() argument60 void unbind(bool read_) { in unbind()73 bool disposable() { in disposable()77 EGLSurface surface = EGL_NO_SURFACE;78 ANativeWindow* window = nullptr;79 uint32_t create_ctx;[all …]
27 class EglSurface; variable69 EglSurface(EglDisplay *dpy, in EglSurface() function