Home
last modified time | relevance | path

Searched refs:imageId (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h54 imageId(0), in EglImage()
70 unsigned int imageId; member
132 ImagePtr (*getEGLImage)(unsigned int imageId);
/hardware/google/gfxstream/host/
DCompositor.h45 virtual void onImageDestroyed(uint32_t imageId) {} in onImageDestroyed() argument
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.h158 void onImageDestroyed(uint32_t imageId) override;
DCompositorVk.cpp1340 void CompositorVk::onImageDestroyed(uint32_t imageId) { m_renderTargetCache.remove(imageId); } in onImageDestroyed() argument
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp525 img->imageId = m_nextEglImageId; in addImageKHR()
694 eglImg->imageId = hndl; in onLoadAllImages()
DEglImp.cpp66 ImagePtr getEGLImage(unsigned int imageId);
1373 ImagePtr getEGLImage(unsigned int imageId) in getEGLImage() argument
1380 return dpy->getImage(reinterpret_cast<EGLImageKHR>(imageId), in getEGLImage()
1385 return dpy->getImage(reinterpret_cast<EGLImageKHR>(imageId), in getEGLImage()