Home
last modified time | relevance | path

Searched defs:imageId (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/
DCompositor.h45 virtual void onImageDestroyed(uint32_t imageId) {} in onImageDestroyed()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h70 unsigned int imageId; member
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp1340 void CompositorVk::onImageDestroyed(uint32_t imageId) { m_renderTargetCache.remove(imageId); } in onImageDestroyed()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1373 ImagePtr getEGLImage(unsigned int imageId) in getEGLImage()