Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglSurface.h43 unsigned int getHndl(){return m_hndl;}; in getHndl()
49 unsigned int m_hndl; variable
64 m_hndl = ++s_nextSurfaceHndl; in EglSurface()
DEglContext.h52 unsigned int getHndl(){return m_hndl;} in getHndl()
69 unsigned int m_hndl; variable
DEglContext.cpp43 m_hndl = ++s_nextContextHndl; in EglContext()