HomeSort by relevance Sort by last modified time
    Searched refs:g_eglInfo (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 23 extern EglGlobalInfo* g_eglInfo; // defined in EglImp.cpp
57 g_eglInfo->getIface(version())->deleteGLESContext(m_glesContext);
EglImp.cpp 52 EglGlobalInfo* g_eglInfo = NULL;
58 if (!g_eglInfo) {
59 g_eglInfo = EglGlobalInfo::getInstance();
99 EglDisplay* dpy = g_eglInfo->getDisplay(EGLDisplay); \
158 if ((dpy = g_eglInfo->getDisplay(display_id))) {
163 internalDisplay = g_eglInfo->getDefaultNativeDisplay();
165 internalDisplay = g_eglInfo->generateInternalDisplay(display_id);
168 dpy = g_eglInfo->addDisplay(display_id,internalDisplay);
193 EglDisplay* dpy = g_eglInfo->getDisplay(display);
204 if(!g_eglInfo->getIface(GLES_1_1))
    [all...]

Completed in 43 milliseconds