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

  /external/bluetooth/glib/gio/
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...]
  /frameworks/base/opengl/libs/EGL/
egl.cpp 464 egl_display_t* get_display(EGLDisplay dpy) function in namespace:android
494 dp = get_display(dpy);
511 if (!get_display(dpy)->isAlive())
522 if (!get_display(dpy)->isAlive())
652 egl_display_t * const dp = get_display(dpy);
775 egl_display_t* const dp = get_display(dpy);
826 egl_display_t const * const dp = get_display(dpy);
850 egl_display_t const * const dp = get_display(dpy);
    [all...]

Completed in 139 milliseconds