OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nmode
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/common/
native_modeset.h
85
const struct native_mode *
nmode
);
egl_g3d.c
200
const struct native_mode *
nmode
= native_modes[j];
local
203
mode->Width =
nmode
->width;
204
mode->Height =
nmode
->height;
205
mode->RefreshRate =
nmode
->refresh_rate;
209
mode->Name =
nmode
->desc;
egl_g3d_api.c
802
const struct native_mode *
nmode
;
local
826
nmode
= gscr->native_modes[idx];
834
nmode
= NULL;
839
gscr->base.OriginX, gscr->base.OriginY, &gscr->native, 1,
nmode
);
/external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h
150
drm_mode(const struct native_mode *
nmode
)
152
return (struct drm_mode *)
nmode
;
modeset.c
451
const struct native_mode *
nmode
)
455
const struct drm_mode *drmmode = drm_mode(
nmode
);
/prebuilts/misc/windows/sdl2/test/
testautomation_surface.c
97
int
nmode
;
local
165
nmode
= (i/4*j/4) % 4;
166
if (
nmode
==0) {
168
} else if (
nmode
==1) {
170
} else if (
nmode
==2) {
172
} else if (
nmode
==3) {
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c
317
const struct native_mode *
nmode
)
Completed in 401 milliseconds