OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:native_modes
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.h
119
const struct native_mode **
native_modes
;
member in struct:egl_g3d_screen
egl_g3d.c
180
const struct native_mode **
native_modes
;
local
184
native_modes
=
187
if (
native_modes
)
188
FREE(
native_modes
);
194
FREE(
native_modes
);
200
const struct native_mode *nmode =
native_modes
[j];
213
gscr->
native_modes
=
native_modes
;
483
FREE(gscr->
native_modes
);
Completed in 161 milliseconds