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

  /frameworks/base/opengl/libs/EGL/
egl.cpp 452 egl_display_t* get_display(EGLDisplay dpy) function in namespace:android
482 dp = get_display(dpy);
504 if (!get_display(dpy)->isAlive())
515 if (!get_display(dpy)->isAlive())
645 egl_display_t * const dp = get_display(dpy);
749 egl_display_t* const dp = get_display(dpy);
799 egl_display_t const * const dp = get_display(dpy);
824 egl_display_t const * const dp = get_display(dpy);
    [all...]
  /external/bluetooth/glib/gio/
gappinfo.c 759 if (class->get_display == NULL)
762 return class->get_display (context, info, files);
gappinfo.h 204 char * (* get_display) (GAppLaunchContext *context, member in struct:_GAppLaunchContextClass
  /frameworks/base/opengl/libagl/
egl.cpp 96 static egl_display_t& get_display(EGLDisplay dpy);
108 egl_display_t& egl_display_t::get_display(EGLDisplay dpy) { function in class:android::egl_display_t
    [all...]

Completed in 255 milliseconds