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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 26 static Display *s_display = NULL; variable
33 // in FrameBuffer so it is safe to check and initialize s_display here
34 if (!s_display) s_display = XOpenDisplay(NULL);
35 *display_out = s_display;
  /development/tools/emulator/opengl/system/egl/
egl.cpp 88 if(((int)cfg<0)||((int)cfg>s_display.getNumConfigs())) { \
93 if ((dpy) != (EGLDisplay)&s_display) { \
99 if (!s_display.initialized()) { \
129 if (s->dpy != (EGLDisplay)&s_display) \
507 static eglDisplay s_display; variable
524 return (EGLDisplay)&s_display;
531 if (!s_display.initialize(&s_eglIface)) {
535 *major = s_display.getVersionMajor();
537 *minor = s_display.getVersionMinor();
545 s_display.terminate()
    [all...]

Completed in 37 milliseconds