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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/
native_null.c 40 struct null_display { struct
49 static INLINE struct null_display *
50 null_display(const struct native_display *ndpy) function
52 return (struct null_display *) ndpy;
58 struct null_display *null = null_display(ndpy);
83 struct null_display *null = null_display(ndpy);
99 struct null_display *null = null_display(ndpy)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/null/
native_null.c 40 struct null_display { struct
49 static INLINE struct null_display *
50 null_display(const struct native_display *ndpy) function
52 return (struct null_display *) ndpy;
58 struct null_display *null = null_display(ndpy);
83 struct null_display *null = null_display(ndpy);
99 struct null_display *null = null_display(ndpy)
    [all...]

Completed in 24 milliseconds