Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.cpp144 unsigned int hndl = SafeUIntFromPointer(surface); in getSurface() local
145 SurfacesHndlMap::iterator it = m_surfaces.find(hndl); in getSurface()
154 unsigned int hndl = SafeUIntFromPointer(ctx); in getContext() local
155 ContextsHndlMap::iterator it = m_contexts.find(hndl); in getContext()
164 unsigned int hndl = SafeUIntFromPointer(s); in removeSurface() local
165 SurfacesHndlMap::iterator it = m_surfaces.find(hndl); in removeSurface()
193 unsigned int hndl = SafeUIntFromPointer(ctx); in removeContext() local
194 ContextsHndlMap::iterator it = m_contexts.find(hndl); in removeContext()
261 unsigned int hndl = s.Ptr()->getHndl(); in addSurface() local
262 EGLSurface ret =reinterpret_cast<EGLSurface> (hndl); in addSurface()
[all …]