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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 176 struct native_display { struct
195 boolean (*init_screen)(struct native_display *ndpy);
197 void (*destroy)(struct native_display *ndpy);
204 int (*get_param)(struct native_display *ndpy,
211 const struct native_config **(*get_configs)(struct native_display *ndpy,
218 boolean (*get_pixmap_format)(struct native_display *ndpy,
227 boolean (*copy_to_pixmap)(struct native_display *ndpy,
234 struct native_surface *(*create_window_surface)(struct native_display *ndpy,
243 struct native_surface *(*create_pixmap_surface)(struct native_display *ndpy,
261 void (*invalid_surface)(struct native_display *ndpy
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 176 struct native_display { struct
195 boolean (*init_screen)(struct native_display *ndpy);
197 void (*destroy)(struct native_display *ndpy);
204 int (*get_param)(struct native_display *ndpy,
211 const struct native_config **(*get_configs)(struct native_display *ndpy,
218 boolean (*get_pixmap_format)(struct native_display *ndpy,
227 boolean (*copy_to_pixmap)(struct native_display *ndpy,
234 struct native_surface *(*create_window_surface)(struct native_display *ndpy,
243 struct native_surface *(*create_pixmap_surface)(struct native_display *ndpy,
261 void (*invalid_surface)(struct native_display *ndpy
    [all...]

Completed in 1132 milliseconds