Searched refs:hndl (Results 1 – 1 of 1) sorted by relevance
144 unsigned int hndl = SafeUIntFromPointer(surface); in getSurface() local145 SurfacesHndlMap::iterator it = m_surfaces.find(hndl); in getSurface()154 unsigned int hndl = SafeUIntFromPointer(ctx); in getContext() local155 ContextsHndlMap::iterator it = m_contexts.find(hndl); in getContext()164 unsigned int hndl = SafeUIntFromPointer(s); in removeSurface() local165 SurfacesHndlMap::iterator it = m_surfaces.find(hndl); in removeSurface()193 unsigned int hndl = SafeUIntFromPointer(ctx); in removeContext() local194 ContextsHndlMap::iterator it = m_contexts.find(hndl); in removeContext()261 unsigned int hndl = s.Ptr()->getHndl(); in addSurface() local262 EGLSurface ret =reinterpret_cast<EGLSurface> (hndl); in addSurface()[all …]