Home
last modified time | relevance | path

Searched refs:getHndl (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglContext.h52 unsigned int getHndl(){return m_hndl;} in getHndl() function
DEglSurface.h43 unsigned int getHndl(){return m_hndl;}; in getHndl() function
DEglDisplay.cpp262 unsigned int hndl = s.Ptr()->getHndl(); in addSurface()
276 unsigned int hndl = ctx.Ptr()->getHndl(); in addContext()
DEglImp.cpp818 EGLContext c = (EGLContext)ctx->getHndl(); in eglGetCurrentContext()
842 EGLSurface s = (EGLSurface)surface->getHndl(); in eglGetCurrentSurface()