HomeSort by: relevance | last modified time | path
    Searched refs:xres (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /xsrc/external/mit/libXres/dist/
Makefile.am 27 pkgconfig_DATA = xres.pc
configure.ac 26 # Version should match the current XRes version. XResQueryVersion
30 # protocol, so XRes version l.n.m corresponds to protocol version l.n
51 PKG_CHECK_MODULES(XRES, [x11 >= 1.6] xext xextproto [resourceproto >= 1.2.0])
56 xres.pc])
  /xsrc/external/mit/xf86-video-geode/dist/src/panel/
pnl_bios.c 151 * xres: width of the panel configured
158 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz)
169 *xres = 640;
173 *xres = 800;
177 *xres = 1024;
181 *xres = 1152;
185 *xres = 1280;
189 *xres = 1600;
251 *xres = 640;
255 *xres = 800
    [all...]
panel.h 62 void Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz);
gx2_9211.c 274 if ((FPModeParams[mode].xres == pstat->XRes) &&
  /xsrc/external/mit/xf86-video-nsc/dist/src/panel/
pnl_bios.c 252 * xres: width of the panel configured
259 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz)
270 *xres = 640;
274 *xres = 800;
278 *xres = 1024;
282 *xres = 1280;
286 *xres = 1600;
344 *xres = 640;
348 *xres = 800;
352 *xres = 1024
    [all...]
panel.h 173 void Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz);
gx2_9211.c 361 if ((FPModeParams[mode].xres == pstat->XRes) &&
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
disp_gu1.c 138 int gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz);
139 int gu1_set_display_mode(int xres, int yres, int bpp, int hz);
194 int gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz);
200 int gu1_mode_frequency_supported(int xres, int yres, int bpp,
202 int gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
204 int gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
206 int gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
209 int gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
794 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz)
797 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz
    [all...]
disp_gu2.c 134 int gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz);
135 int gu2_set_display_mode(int xres, int yres, int bpp, int hz);
190 int gu2_get_display_details(unsigned int mode, int *xres, int *yres, int *hz);
196 int gu2_mode_frequency_supported(int xres, int yres, int bpp,
198 int gu2_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
200 int gu2_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
202 int gu2_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
205 int gu2_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
628 gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz)
631 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz
    [all...]
gfx_mode.h 197 unsigned short xres; member in struct:tagFIXEDTIMINGS
gfx_disp.c 667 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
673 retval = gu1_is_display_mode_supported(xres, yres, bpp, hz);
677 retval = gu2_is_display_mode_supported(xres, yres, bpp, hz);
687 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
693 retval = gu1_set_display_mode(xres, yres, bpp, hz);
697 retval = gu2_set_display_mode(xres, yres, bpp, hz);
1383 gfx_mode_frequency_supported(int xres, int yres, int bpp,
1390 freq = gu1_mode_frequency_supported(xres, yres, bpp, frequency);
1394 freq = gu2_mode_frequency_supported(xres, yres, bpp, frequency);
1404 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz
    [all...]
gfx_rtns.h 240 int gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz);
241 int gfx_set_display_mode(int xres, int yres, int bpp, int hz);
304 int gfx_get_display_details(unsigned int mode, int *xres, int *yres,
311 int gfx_mode_frequency_supported(int xres, int yres, int bpp,
313 int gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp,
315 int gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
317 int gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
320 int gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
721 int gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp,
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
disp_gu1.c 536 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz)
539 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
572 if (gfx_cpu_version != GFX_CPU_PYRAMID && xres > 1024) {
579 if ((DisplayParams[mode].hactive == (unsigned short) xres) &&
601 gu1_set_display_mode(int xres, int yres, int bpp, int hz)
604 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
614 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1505 if ((FixedParams[mode].xres == width) &&
1615 gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1618 gfx_get_display_details(unsigned int mode, int *xres, int *yres, int *hz
    [all...]
disp_gu2.c 376 gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz)
379 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
391 if ((DisplayParams[mode].hactive == (unsigned short) xres) &&
418 gu2_set_display_mode(int xres, int yres, int bpp, int hz)
421 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
432 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1617 if ((FixedParams[mode].xres == width) &&
1653 if ((FixedParams[mode].xres == width) &&
1747 gu2_mode_frequency_supported(int xres, int yres, int bpp,
1751 gfx_mode_frequency_supported(int xres, int yres, int bpp
    [all...]
gfx_disp.c 906 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
912 retval = gu1_is_display_mode_supported(xres, yres, bpp, hz);
916 retval = gu2_is_display_mode_supported(xres, yres, bpp, hz);
926 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
932 retval = gu1_set_display_mode(xres, yres, bpp, hz);
936 retval = gu2_set_display_mode(xres, yres, bpp, hz);
1642 gfx_mode_frequency_supported(int xres, int yres, int bpp,
1649 freq = gu1_mode_frequency_supported(xres, yres, bpp, frequency);
1653 freq = gu2_mode_frequency_supported(xres, yres, bpp, frequency);
1663 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz
    [all...]
gfx_priv.h 131 int gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz);
132 int gu1_set_display_mode(int xres, int yres, int bpp, int hz);
171 int gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz);
174 int gu1_mode_frequency_supported(int xres, int yres, int bpp,
176 int gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
178 int gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
180 int gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
183 int gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
272 int gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz);
273 int gu2_set_display_mode(int xres, int yres, int bpp, int hz)
    [all...]
gfx_mode.h 165 unsigned short xres; member in struct:tagFIXEDTIMINGS
gfx_rtns.h 139 int gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz);
140 int gfx_set_display_mode(int xres, int yres, int bpp, int hz);
203 int gfx_get_display_details(unsigned int mode, int *xres, int *yres,
210 int gfx_mode_frequency_supported(int xres, int yres, int bpp,
212 int gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp,
214 int gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
216 int gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp,
219 int gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
620 int gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, int hz);
  /xsrc/external/mit/xf86-video-sis/dist/src/
initextx.c 255 sprintf(current->name, "%hu%hu", pSiS->SiS_Pr->SiS_RefIndex[i].XRes,
288 pSiS->SiS_Pr->SiS_RefIndex[i].XRes,
741 unsigned short DDCdatatype, paneltype, adapternum, flag, xres=0, yres=0; local
853 if(prefx) SiS_Pr->CP_PreferredX = xres = prefx;
863 if(!xres) SiS_Pr->CP_PreferredX = xres = buffer[0x38] | ((buffer[0x3a] & 0xf0) << 4);
866 switch(xres) {
1012 xres = buffer[base+2] | ((buffer[base+4] & 0xf0) << 4);
1015 SiS_Pr->CP_HDisplay[i] = xres;
1016 SiS_Pr->CP_HSyncStart[i] = xres + (buffer[base+8] | ((buffer[base+11] & 0xc0) << 2))
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
init.c 485 USHORT xres, temp, colordepth, infoflag; local
488 xres = XGI_Pr->RefIndex[RefreshRateTableIndex].XRes;
492 temp = xres / 16;
495 if(xres % 16) {
655 USHORT resindex = 0,xres; local
660 xres = XGI_Pr->ModeResInfo[resindex].HTotal;
663 xres = XGI_Pr->StResInfo[resindex].HTotal;
681 if(xres <= 800) data = 0x0020;
682 else if(xres <= 1024) data = 0x0035
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
fbdevhw.c 129 var->xres, var->right_margin, var->hsync_len, var->left_margin,
171 var->xres = mode->HDisplay;
173 if (var->xres_virtual < var->xres)
174 var->xres_virtual = var->xres;
211 set->xres == req->xres && set->yres == req->yres &&
225 mode->HDisplay = var->xres;
821 if (x < 0 || x + fPtr->var.xres > fPtr->var.xres_virtual ||
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
fbdevhw.c 130 var->xres, var->right_margin, var->hsync_len, var->left_margin,
171 var->xres = mode->HDisplay;
173 if (var->xres_virtual < var->xres)
174 var->xres_virtual = var->xres;
211 set->xres == req->xres && set->yres == req->yres &&
225 mode->HDisplay = var->xres;
805 if ( x < 0 || x + fPtr->var.xres > fPtr->var.xres_virtual ||
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
fbdev.c 127 var->xres = t->horizontal;
167 screen->width = var.xres;
185 if ((screen->width != var.xres) || (screen->height != var.yres))
193 if (k < 0 || (t->horizontal != var.xres || t->vertical != var.yres))
345 screen->width = priv->var.xres;
375 pScreen->width = priv->var.xres;
383 pScreen->height = priv->var.xres;
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.h 60 int xres, yres; member in struct:_FTNormalisedTransformation

Completed in 22 milliseconds

1 2 3