Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp69 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) in eglGetDisplay() argument
71 return getDispatch()->eglGetDisplay(display_id); in eglGetDisplay()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp152 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id) { in eglGetDisplay() argument
158 if ((dpy = g_eglInfo->getDisplay(display_id))) { in eglGetDisplay()
162 if( display_id == EGL_DEFAULT_DISPLAY) { in eglGetDisplay()
165 internalDisplay = g_eglInfo->generateInternalDisplay(display_id); in eglGetDisplay()
168 dpy = g_eglInfo->addDisplay(display_id,internalDisplay); in eglGetDisplay()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h251 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);