Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglSurface.h54 unsigned int getHndl() const { return m_hndl; } in getHndl()
66 unsigned int m_hndl = 0; variable
80 m_hndl = ++s_nextSurfaceHndl; in EglSurface()
DEglContext.h58 unsigned int getHndl() { return m_hndl; } in getHndl()
75 unsigned int m_hndl = 0; variable
DEglContext.cpp95 m_hndl = ++s_nextContextHndl; in EglContext()
97 m_hndl = 0; in EglContext()