Home
last modified time | relevance | path

Searched refs:pSize (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c67 RRScreenSizePtr pSize; in xf86RandRGetInfo() local
92 pSize = RRRegisterSize(pScreen, in xf86RandRGetInfo()
95 if (!pSize) in xf86RandRGetInfo()
97 RRRegisterRate(pScreen, pSize, refresh); in xf86RandRGetInfo()
101 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize); in xf86RandRGetInfo()
119 pSize = RRRegisterSize(pScreen, in xf86RandRGetInfo()
122 if (!pSize) in xf86RandRGetInfo()
124 RRRegisterRate(pScreen, pSize, refresh0); in xf86RandRGetInfo()
127 RRSetCurrentConfig(pScreen, randrp->rotation, refresh0, pSize); in xf86RandRGetInfo()
230 Rotation rotation, int rate, RRScreenSizePtr pSize) in xf86RandRSetConfig() argument
[all …]
/OK3568_Linux_fs/external/xserver/randr/
H A Drrinfo.c279 RRRegisterRate(ScreenPtr pScreen, RRScreenSizePtr pSize, int rate) in RRRegisterRate() argument
288 for (i = 0; i < pSize->nRates; i++) in RRRegisterRate()
289 if (pSize->pRates[i].rate == rate) in RRRegisterRate()
292 pNew = reallocarray(pSize->pRates, pSize->nRates + 1, sizeof(RRScreenRate)); in RRRegisterRate()
295 pRate = &pNew[pSize->nRates++]; in RRRegisterRate()
297 pSize->pRates = pNew; in RRRegisterRate()
314 Rotation rotation, int rate, RRScreenSizePtr pSize) in RRSetCurrentConfig() argument
320 pScrPriv->size = pSize - pScrPriv->pSizes; in RRSetCurrentConfig()
H A Drrscreen.c806 RRScreenSizePtr pSize; in ProcRRGetScreenInfo() local
847 pSize = &pData->sizes[i]; in ProcRRGetScreenInfo()
848 size->widthInPixels = pSize->width; in ProcRRGetScreenInfo()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
850 size->widthInMillimeters = pSize->mmWidth; in ProcRRGetScreenInfo()
851 size->heightInMillimeters = pSize->mmHeight; in ProcRRGetScreenInfo()
860 *rates = pSize->nRates; in ProcRRGetScreenInfo()
865 for (j = 0; j < pSize->nRates; j++) { in ProcRRGetScreenInfo()
866 *rates = pSize->pRates[j].rate; in ProcRRGetScreenInfo()
921 RRScreenSizePtr pSize; in ProcRRSetScreenConfig() local
[all …]
H A Drandrstr.h302 int rate, RRScreenSizePtr pSize);
616 RRRegisterRate(ScreenPtr pScreen, RRScreenSizePtr pSize, int rate);
625 Rotation rotation, int rate, RRScreenSizePtr pSize);
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzRandR.c76 pMode->pSize = NULL; in QuartzRandRGetModeInfo()
220 pMode->pSize = in QuartzRandRRegisterMode()
223 if (pMode->pSize) { in QuartzRandRRegisterMode()
225 RRRegisterRate(pScreen, pMode->pSize, pMode->refresh); in QuartzRandRRegisterMode()
229 pMode->pSize); in QuartzRandRRegisterMode()
338 RRScreenSizePtr pSize) in QuartzRandRSetConfig() argument
343 reqMode.width = pSize->width; in QuartzRandRSetConfig()
344 reqMode.height = pSize->height; in QuartzRandRSetConfig()
H A DquartzRandR.h39 RRScreenSizePtr pSize; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c408 RRScreenSizePtr pSize; in ephyrRandRGetInfo() local
450 pSize = RRRegisterSize(pScreen, in ephyrRandRGetInfo()
456 RRSetCurrentConfig(pScreen, randr, 0, pSize); in ephyrRandRGetInfo()
463 Rotation randr, int rate, RRScreenSizePtr pSize) in ephyrRandRSetConfig() argument
475 newwidth = pSize->width; in ephyrRandRSetConfig()
476 newheight = pSize->height; in ephyrRandRSetConfig()
479 newwidth = pSize->height; in ephyrRandRSetConfig()
480 newheight = pSize->width; in ephyrRandRSetConfig()
H A Dephyr.h180 Rotation randr, int rate, RRScreenSizePtr pSize);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp543 int i, numMerges, pSize, qSize; in sortLinked() local
555 pSize = 0; in sortLinked()
557 pSize++; in sortLinked()
564 while (pSize > 0 || (qSize > 0 && q)) { in sortLinked()
566 if (pSize == 0) { in sortLinked()
573 pSize--; in sortLinked()
577 pSize--; in sortLinked()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp580 int i, numMerges, pSize, qSize; in sortLinked() local
592 pSize = 0; in sortLinked()
594 pSize++; in sortLinked()
601 while (pSize > 0 || (qSize > 0 && q)) { in sortLinked()
603 if (pSize == 0) { in sortLinked()
610 pSize--; in sortLinked()
614 pSize--; in sortLinked()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c457 RRScreenSizePtr pSize; in xf86RandR12GetInfo() local
485 pSize = RRRegisterSize(pScreen, in xf86RandR12GetInfo()
488 if (!pSize) in xf86RandR12GetInfo()
490 RRRegisterRate(pScreen, pSize, refresh); in xf86RandR12GetInfo()
493 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize); in xf86RandR12GetInfo()
582 Rotation rotation, int rate, RRScreenSizePtr pSize) in xf86RandR12SetConfig() argument
615 if (mode->HDisplay == pSize->width && in xf86RandR12SetConfig()
616 mode->VDisplay == pSize->height && in xf86RandR12SetConfig()
620 if (pSize->width == randrp->virtualX && in xf86RandR12SetConfig()
621 pSize->height == randrp->virtualY) { in xf86RandR12SetConfig()
[all …]
H A Dxf86RandR12.h36 int rate, RRScreenSizePtr pSize);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.h147 u32 *pSize
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c429 Rotation rotation, int rate, RRScreenSizePtr pSize) in xwl_randr_set_config() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_hwconfig.h231 OUT u4Byte *pSize
H A Dphydm_hwconfig.c44 #define READ_FIRMWARE_MP(ic, txt) (ODM_ReadFirmware_MP_##ic##txt(pDM_Odm, pFirmware, pSize))
45 #define READ_FIRMWARE_TC(ic, txt) (ODM_ReadFirmware_TC_##ic##txt(pDM_Odm, pFirmware, pSize))
2618 OUT u4Byte *pSize in ODM_ConfigFWWithHeaderFile()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_hwconfig.h231 OUT u4Byte *pSize
H A Dphydm_hwconfig.c44 #define READ_FIRMWARE_MP(ic, txt) (ODM_ReadFirmware_MP_##ic##txt(pDM_Odm, pFirmware, pSize))
45 #define READ_FIRMWARE_TC(ic, txt) (ODM_ReadFirmware_TC_##ic##txt(pDM_Odm, pFirmware, pSize))
2631 OUT u4Byte *pSize in ODM_ConfigFWWithHeaderFile()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_hwconfig.h253 OUT u4Byte *pSize
H A Dphydm_hwconfig.c44 #define READ_FIRMWARE_MP(ic, txt) (ODM_ReadFirmware_MP_##ic##txt(pDM_Odm, pFirmware, pSize))
45 #define READ_FIRMWARE_TC(ic, txt) (ODM_ReadFirmware_TC_##ic##txt(pDM_Odm, pFirmware, pSize))
2644 OUT u4Byte *pSize in ODM_ConfigFWWithHeaderFile() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h1865 …ac_get_management_txdesc)(PHALMAC_ADAPTER pHalmac_adapter, u8 *pBuf, u32 *pSize, PHALMAC_MGNT_INFO…