HomeSort by relevance Sort by last modified time
    Searched refs:native_display (Results 51 - 61 of 61) sorted by null

1 23

  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c 259 struct native_display *ndpy)
346 struct native_display *ndpy)
372 native_display_copy_to_pixmap(struct native_display *ndpy,
418 drm_display_import_native_buffer(struct native_display *ndpy,
444 drm_display_export_native_buffer(struct native_display *ndpy,
egl_g3d.c 43 egl_g3d_invalid_surface(struct native_display *ndpy,
55 egl_g3d_new_drm_screen(struct native_display *ndpy, const char *name, int fd)
63 egl_g3d_new_sw_screen(struct native_display *ndpy, struct sw_winsys *ws)
71 egl_g3d_lookup_egl_image(struct native_display *ndpy, void *egl_image)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.c 80 wayland_display_get_configs(struct native_display *ndpy, int *num_configs)
123 wayland_display_get_param(struct native_display *ndpy,
370 wayland_create_window_surface(struct native_display *ndpy,
414 static struct native_display *
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c 80 wayland_display_get_configs(struct native_display *ndpy, int *num_configs)
123 wayland_display_get_param(struct native_display *ndpy,
370 wayland_create_window_surface(struct native_display *ndpy,
414 static struct native_display *
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 230 public EGLDisplay eglGetDisplay(Object native_display) {
232 arg("native_display", native_display);
235 EGLDisplay result = mEgl10.eglGetDisplay(native_display);
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 176 EGLNativeDisplayType native_display; local
179 native_display = EGL_DEFAULT_DISPLAY;
183 native_display = x_display_;
186 gl_display_ = eglGetDisplay(native_display);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 43 egl_g3d_invalid_surface(struct native_display *ndpy,
55 egl_g3d_new_drm_screen(struct native_display *ndpy, const char *name, int fd)
63 egl_g3d_new_sw_screen(struct native_display *ndpy, struct sw_winsys *ws)
71 egl_g3d_lookup_egl_image(struct native_display *ndpy, void *egl_image)
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 110 EGLDisplay eglGetDisplay(Object native_display);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 244 struct native_display* display;
315 static void handle_invalid_surface(struct native_display *ndpy, struct native_surface *nsurf, unsigned int seq_num)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 244 struct native_display* display;
315 static void handle_invalid_surface(struct native_display *ndpy, struct native_surface *nsurf, unsigned int seq_num)
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 461 static jint jni_eglGetDisplay(JNIEnv *_env, jobject _this, jobject native_display) {

Completed in 1226 milliseconds

1 23