Home
last modified time | relevance | path

Searched refs:null_display (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/null/
Dnative_null.c40 struct null_display { struct
49 static INLINE struct null_display * argument
50 null_display(const struct native_display *ndpy) in null_display() function
52 return (struct null_display *) ndpy; in null_display()
58 struct null_display *null = null_display(ndpy); in null_display_get_configs()
83 struct null_display *null = null_display(ndpy); in null_display_destroy()
99 struct null_display *null = null_display(ndpy); in null_display_init_config()
125 struct null_display *null = null_display(ndpy); in null_display_init_screen()
150 struct null_display *null; in null_display_create()
152 null = CALLOC_STRUCT(null_display); in null_display_create()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/
Dnative_null.c40 struct null_display { struct
49 static INLINE struct null_display * argument
50 null_display(const struct native_display *ndpy) in null_display() function
52 return (struct null_display *) ndpy; in null_display()
58 struct null_display *null = null_display(ndpy); in null_display_get_configs()
83 struct null_display *null = null_display(ndpy); in null_display_destroy()
99 struct null_display *null = null_display(ndpy); in null_display_init_config()
125 struct null_display *null = null_display(ndpy); in null_display_init_screen()
150 struct null_display *null; in null_display_create()
152 null = CALLOC_STRUCT(null_display); in null_display_create()