Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglSurface.h63 static unsigned int s_nextSurfaceHndl;
80 m_hndl = ++s_nextSurfaceHndl; in EglSurface()
DEglSurface.cpp21 unsigned int EglSurface::s_nextSurfaceHndl = 0; member in EglSurface