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

  /sdk/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;
  /sdk/emulator/opengl/system/egl/
egl.cpp 89 if(((int)cfg<0)||((int)cfg>s_display.getNumConfigs())) { \
94 if ((dpy) != (EGLDisplay)&s_display) { \
100 if (!s_display.initialized()) { \
128 if (s->dpy != (EGLDisplay)&s_display) \
473 static eglDisplay s_display; variable
490 return (EGLDisplay)&s_display;
497 if (!s_display.initialize(&s_eglIface)) {
501 *major = s_display.getVersionMajor();
503 *minor = s_display.getVersionMinor();
511 s_display.terminate()
    [all...]

Completed in 178 milliseconds