Searched refs:sDisplayParams (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/ | ||
| H A D | nsc_galfns.c | 604 GAL_DISPLAYPARAMS sDisplayParams; local in function:Gal_set_display_bpp 606 INIT_GAL(&sDisplayParams); 607 sDisplayParams.dwSubfunction = GALFN_SETDISPLAYBPP; 608 sDisplayParams.wBpp = bpp; 610 if (ioctl(ifbdev_handle, FBIOGAL_API, &sDisplayParams)) 628 GAL_DISPLAYPARAMS sDisplayParams; local in function:Gal_set_bpp 630 INIT_GAL(&sDisplayParams); 631 sDisplayParams.dwSubfunction = GALFN_SETBPP; 632 sDisplayParams.wBpp = bpp; 634 if (ioctl(ifbdev_handle, FBIOGAL_API, &sDisplayParams)) 652 GAL_DISPLAYPARAMS sDisplayParams; local in function:Gal_get_display_bpp 676 GAL_DISPLAYPARAMS sDisplayParams; local in function:Gal_set_display_pitch 698 GAL_DISPLAYPARAMS sDisplayParams; local in function:Gal_get_display_pitch 722 GAL_DISPLAYPARAMS sDisplayParams; local in function:Gal_set_display_offset 745 GAL_DISPLAYPARAMS sDisplayParams; local in function:Gal_get_display_offset [all...] |
Completed in 4 milliseconds