Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/host/libs/Translator/EGL/
DEglContext.cpp82 bool EglContext::attachImage(unsigned int imageId,ImagePtr img){ in attachImage()
90 void EglContext::detachImage(unsigned int imageId){ in detachImage()
DEglImp.cpp1005 EglImage *attachEGLImage(unsigned int imageId) in attachEGLImage()
1020 void detachEGLImage(unsigned int imageId) in detachEGLImage()
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
DTranslatorIfaces.h69 unsigned int imageId; member