Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp83 EglGlobalInfo* g_eglInfo = NULL; variable
90 if (!g_eglInfo) { in initGlobalInfo()
91 g_eglInfo = EglGlobalInfo::getInstance(); in initGlobalInfo()
107 const GLESiface* iface = g_eglInfo->getIface(version); in initGLESx()
225 EglDisplay* dpy = g_eglInfo->getDisplay(EGLDisplay); \
286 if ((dpy = g_eglInfo->getDisplayFromDisplayType(display_id))) { in eglGetDisplay()
292 internalDisplay = g_eglInfo->getDefaultNativeDisplay(); in eglGetDisplay()
293 dpy = g_eglInfo->addDisplay(display_id,internalDisplay); in eglGetDisplay()
339 EglDisplay* dpy = g_eglInfo->getDisplay(display); in eglInitialize()
350 g_eglInfo->setEglIface(&s_eglIface); in eglInitialize()
[all …]
DEglContext.cpp28 extern EglGlobalInfo* g_eglInfo; // defined in EglImp.cpp
143 g_eglInfo->getIface(version())->setShareGroup(m_glesContext, {}); in ~EglContext()
152 g_eglInfo->getIface(version())->deleteGLESContext(m_glesContext); in ~EglContext()