Searched defs:nmode (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
H A Dnative_drm.h150 drm_mode(const struct native_mode *nmode) argument
152 return (struct drm_mode *) nmode;
H A Dmodeset.c451 const struct native_mode *nmode)
455 const struct drm_mode *drmmode = drm_mode(nmode);
448 drm_display_program(struct native_display *ndpy, int crtc_idx, struct native_surface *nsurf, uint x, uint y, const struct native_connector **nconns, int num_nconns, const struct native_mode *nmode) argument
/external/mesa3d/src/gallium/state_trackers/egl/drm/
H A Dnative_drm.h150 drm_mode(const struct native_mode *nmode) argument
152 return (struct drm_mode *) nmode;
H A Dmodeset.c451 const struct native_mode *nmode)
455 const struct drm_mode *drmmode = drm_mode(nmode);
448 drm_display_program(struct native_display *ndpy, int crtc_idx, struct native_surface *nsurf, uint x, uint y, const struct native_connector **nconns, int num_nconns, const struct native_mode *nmode) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c200 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;
H A Degl_g3d_api.c802 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c317 const struct native_mode *nmode)
314 fbdev_display_program(struct native_display *ndpy, int crtc_idx, struct native_surface *nsurf, uint x, uint y, const struct native_connector **nconns, int num_nconns, const struct native_mode *nmode) argument
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c200 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;
H A Degl_g3d_api.c802 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/fbdev/
H A Dnative_fbdev.c317 const struct native_mode *nmode)
314 fbdev_display_program(struct native_display *ndpy, int crtc_idx, struct native_surface *nsurf, uint x, uint y, const struct native_connector **nconns, int num_nconns, const struct native_mode *nmode) argument

Completed in 141 milliseconds