Home
last modified time | relevance | path

Searched refs:EglImage (Results 1 – 5 of 5) 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
DRenderControl.cpp628 EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR); in rcBindTexture()
667 EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR); in rcBindRenderbuffer()
715 EglImage* img = new (std::nothrow) EglImage(rc->dpy, image, s_egl.eglDestroyImageKHR); in rcCreateClientImage()
725 std::map<uint32_t, EglImage*>::iterator it; in rcDestroyClientImage()
726 it = EglImage::map.find(image_); in rcDestroyClientImage()
727 if (it == EglImage::map.end()) in rcDestroyClientImage()
730 EglImage* image = it->second; in rcDestroyClientImage()
DREADME.md99 ### [`EglImage`](EglImage.h)[](EglImage)
101 The EglImage structure maintains a list of active EGLImageKHRs, and decides
DResource.h69 EglImage* image = nullptr;
DAVDVirglRenderer.cpp99 std::map<uint32_t, EglImage*> EglImage::map;
108 uint32_t EglImage::nextId = 1U;