Home
last modified time | relevance | path

Searched defs:EglImage (Results 1 – 2 of 2) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DEglImage.h27 struct EglImage { struct
28 static std::map<uint32_t, EglImage*> map; argument
31 EglImage(EGLDisplay dpy_, EGLImageKHR image_, PFNEGLDESTROYIMAGEKHR pfnEglDestroyImageKHR_) in EglImage() argument
36 ~EglImage() { in ~EglImage() argument
41 PFNEGLDESTROYIMAGEKHR pfnEglDestroyImageKHR;
42 EGLImageKHR image;
43 EGLDisplay dpy;
44 uint32_t id;
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h48 struct EglImage struct
50 EglImage() : in EglImage() function
66 ~EglImage(){}; in ~EglImage() argument
84 typedef std::shared_ptr<EglImage> ImagePtr; argument