Searched defs:EglImage (Results 1 – 2 of 2) sorted by relevance
27 struct EglImage { struct28 static std::map<uint32_t, EglImage*> map; argument31 EglImage(EGLDisplay dpy_, EGLImageKHR image_, PFNEGLDESTROYIMAGEKHR pfnEglDestroyImageKHR_) in EglImage() argument36 ~EglImage() { in ~EglImage() argument41 PFNEGLDESTROYIMAGEKHR pfnEglDestroyImageKHR;42 EGLImageKHR image;43 EGLDisplay dpy;44 uint32_t id;
48 struct EglImage struct50 EglImage() : in EglImage() function66 ~EglImage(){}; in ~EglImage() argument84 typedef std::shared_ptr<EglImage> ImagePtr; argument