Searched refs:mode_ptr (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_tv.c | 1519 DisplayModePtr ret = NULL, mode_ptr; local in function:i830_tv_get_modes 1536 mode_ptr = xnfcalloc(1, sizeof(DisplayModeRec)); 1537 mode_ptr->name = xnfalloc(strlen(input->name) + 1); 1538 strcpy (mode_ptr->name, input->name); 1540 mode_ptr->HDisplay = hactive_s; 1541 mode_ptr->HSyncStart = hactive_s + 1; 1542 mode_ptr->HSyncEnd = hactive_s + 64; 1543 if ( mode_ptr->HSyncEnd <= mode_ptr->HSyncStart) 1544 mode_ptr [all...] |
| H A D | drmmode_display.c | 693 drmModeModeInfo *mode_ptr; local in function:drmmode_output_lvds_edid 747 mode_ptr = &koutput->modes[i]; 748 if ((mode_ptr->hdisplay == p_lvds->hdisplay) && 749 (mode_ptr->vdisplay == p_lvds->vdisplay)) { 798 drmModeModeInfo *mode_ptr; local in function:drmmode_output_get_modes 847 mode_ptr = &koutput->modes[i]; 848 if ((mode_ptr->hdisplay >= p_lvds->hdisplay) && 849 (mode_ptr->vdisplay >= p_lvds->vdisplay)) { 850 p_lvds->hdisplay = mode_ptr->hdisplay; 851 p_lvds->vdisplay = mode_ptr [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | ftrender.h | 109 FT_Pointer mode_ptr );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_manager.c | 867 struct gl_config* mode_ptr; local in function:st_api_create_context 932 mode_ptr = NULL; 934 mode_ptr = &mode; 936 st = st_create_context(api, pipe, mode_ptr, shared_ctx,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_manager.c | 878 struct gl_config mode, *mode_ptr = &mode; local in function:st_api_create_context 943 mode_ptr = NULL; 944 st = st_create_context(api, pipe, mode_ptr, shared_ctx,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_display.c | 998 drmModeModeInfo *mode_ptr; local in function:intel_output_get_modes 1000 mode_ptr = &koutput->modes[i]; 1001 if (mode_ptr->hdisplay > intel_output->panel_hdisplay) 1002 intel_output->panel_hdisplay = mode_ptr->hdisplay; 1003 if (mode_ptr->vdisplay > intel_output->panel_vdisplay) 1004 intel_output->panel_vdisplay = mode_ptr->vdisplay;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_display.c | 953 drmModeModeInfo *mode_ptr; local in function:intel_output_get_modes 955 mode_ptr = &koutput->modes[i]; 956 if (mode_ptr->hdisplay > intel_output->panel_hdisplay) 957 intel_output->panel_hdisplay = mode_ptr->hdisplay; 958 if (mode_ptr->vdisplay > intel_output->panel_vdisplay) 959 intel_output->panel_vdisplay = mode_ptr->vdisplay;
|
Completed in 16 milliseconds