| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | indirect.c | 367 static Bool glxWinSetPixelFormat(HDC hdc, int bppOverride, int drawableTypeOverride, 370 HDC * hdc, HWND * hwnd); 371 static void glxWinReleaseDC(HWND hwnd, HDC hdc, __GLXWinDrawable * draw); 374 static void glxWinCreateConfigsExt(HDC hdc, glxWinScreen * screen); 378 static int fbConfigToPixelFormatIndex(HDC hdc, __GLXconfig * mode, 478 HDC hdc; in glxWinScreenProbe() local 537 hdc = GetDC(hwnd); in glxWinScreenProbe() 540 SetPixelFormat(hdc, 1, NULL); in glxWinScreenProbe() 541 hglrc = wglCreateContext(hdc); in glxWinScreenProbe() 542 wglMakeCurrent(hdc, hglrc); in glxWinScreenProbe() [all …]
|
| H A D | wgl_ext_api.h | 41 const char *wglGetExtensionsStringARBWrapper(HDC hdc); 45 BOOL wglGetPixelFormatAttribivARBWrapper(HDC hdc, 52 BOOL wglGetPixelFormatAttribfvARBWrapper(HDC hdc, 59 BOOL wglChoosePixelFormatARBWrapper(HDC hdc,
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winengine.c | 116 HDC hdc; in winSetEngine() local 120 hdc = GetDC(NULL); in winSetEngine() 121 if (hdc == NULL) { in winSetEngine() 131 dwBPP = GetDeviceCaps(hdc, BITSPIXEL); in winSetEngine() 134 ReleaseDC(NULL, hdc); in winSetEngine() 135 hdc = NULL; in winSetEngine()
|
| H A D | wincmap.c | 407 HDC hdc = NULL; in winGetPaletteDD() local 410 hdc = GetDC(NULL); in winGetPaletteDD() 411 if (hdc == NULL) { in winGetPaletteDD() 417 uiSystemPaletteEntries = GetSystemPaletteEntries(hdc, 0, 0, NULL); in winGetPaletteDD() 437 GetSystemPaletteEntries(hdc, 0, uiSystemPaletteEntries, ppeColors); in winGetPaletteDD() 473 if (hdc != NULL) { in winGetPaletteDD() 474 ReleaseDC(NULL, hdc); in winGetPaletteDD() 475 hdc = NULL; in winGetPaletteDD()
|
| H A D | winmultiwindowicons.c | 243 HDC hdc = GetDC(NULL); in NetWMToWinIconAlpha() local 262 ii.hbmColor = CreateDIBSection(hdc, (BITMAPINFO *) &bmh, in NetWMToWinIconAlpha() 265 ReleaseDC(NULL, hdc); in NetWMToWinIconAlpha() 295 HDC hdc = GetDC(NULL); in NetWMToWinIconThreshold() local 296 HDC xorDC = CreateCompatibleDC(hdc); in NetWMToWinIconThreshold() 297 HDC andDC = CreateCompatibleDC(hdc); in NetWMToWinIconThreshold() 302 ii.hbmColor = CreateCompatibleBitmap(hdc, width, height); in NetWMToWinIconThreshold() 303 ii.hbmMask = CreateCompatibleBitmap(hdc, width, height); in NetWMToWinIconThreshold() 304 ReleaseDC(NULL, hdc); in NetWMToWinIconThreshold()
|
| H A D | winshadddnl.c | 280 HDC hdc = NULL; in winAllocateFBShadowDDNL() local 325 hdc = GetDC(NULL); in winAllocateFBShadowDDNL() 326 if (hdc == NULL) { in winAllocateFBShadowDDNL() 335 || pScreenInfo->dwBPP != GetDeviceCaps(hdc, BITSPIXEL) in winAllocateFBShadowDDNL() 370 ReleaseDC(NULL, hdc); in winAllocateFBShadowDDNL() 371 hdc = NULL; in winAllocateFBShadowDDNL() 818 HDC hdc = NULL; in winAdjustVideoModeShadowDDNL() local 822 hdc = GetDC(NULL); in winAdjustVideoModeShadowDDNL() 823 if (hdc == NULL) { in winAdjustVideoModeShadowDDNL() 829 dwBPP = GetDeviceCaps(hdc, BITSPIXEL); in winAdjustVideoModeShadowDDNL() [all …]
|
| H A D | winprocarg.c | 90 HDC hdc = GetDC(NULL); in winInitializeScreenDefaults() local 92 if (hdc) { in winInitializeScreenDefaults() 93 int dpiX = GetDeviceCaps(hdc, LOGPIXELSX); in winInitializeScreenDefaults() 94 int dpiY = GetDeviceCaps(hdc, LOGPIXELSY); in winInitializeScreenDefaults() 101 ReleaseDC(NULL, hdc); in winInitializeScreenDefaults()
|
| H A D | winshadgdi.c | 714 HDC hdc; in winAdjustVideoModeShadowGDI() local 717 hdc = GetDC(NULL); in winAdjustVideoModeShadowGDI() 720 if (hdc == NULL) { in winAdjustVideoModeShadowGDI() 726 dwBPP = GetDeviceCaps(hdc, BITSPIXEL); in winAdjustVideoModeShadowGDI() 732 ReleaseDC(NULL, hdc); in winAdjustVideoModeShadowGDI() 733 hdc = NULL; in winAdjustVideoModeShadowGDI()
|
| H A D | winscrinit.c | 88 HDC hdc; in winScreenInit() local 184 hdc = GetDC(pScreenPriv->hwndScreen); in winScreenInit() 199 ReleaseDC(pScreenPriv->hwndScreen, hdc); in winScreenInit()
|
| H A D | winmonitors.c | 43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo() argument
|
| /OK3568_Linux_fs/kernel/Documentation/cdrom/ |
| H A D | packet-writing.rst | 16 - Grab a new CD-RW disc and format it (assuming CD-RW is hdc, substitute 19 # cdrwtool -d /dev/hdc -q 23 # pktsetup dev_name /dev/hdc 37 # dvd+rw-format /dev/hdc 41 # pktsetup dev_name /dev/hdc 53 # dvd+rw-format /dev/hdc (only needed if the disc has never 55 # mkudffs /dev/hdc 56 # mount /dev/hdc /cdrom -t udf -o rw,noatime 66 # dvd+rw-format /dev/hdc 67 # pktsetup dev_name /dev/hdc [all …]
|
| H A D | ide-cd.rst | 84 `hdc` and `hdd`. (Interfaces at other locations get other letters 295 brw-rw---- 1 root disk 22, 0 Nov 11 18:48 /dev/hdc 307 were old names for what are now called hdc and hdd. Those names
|
| /OK3568_Linux_fs/buildroot/system/ |
| H A D | device_table_dev.txt | 74 #/dev/hdc b 640 0 0 22 0 0 0 - 75 #/dev/hdc b 640 0 0 22 1 1 1 15
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | usb-compat.h | 52 #define usb_hcd_check_unlink_urb(hdc, urb, status) 0 argument
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ide.rst | 61 Secondary: ide1, port 0x170; major=22; hdc is minor=0; hdd is minor=64 126 ide_core.cdrom=1.0 /* "master" on second interface (hdc) */ 134 (/dev/hdc). To mount a CD in the cdrom drive, one would use something like:: 136 ln -sf /dev/hdc /dev/cdrom
|
| H A D | ChangeLog.ide-tape.1995-2002 | 181 * via /proc/ide/hdc/settings
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-pktcdvd | 89 # create a new pktcdvd device mapped to /dev/hdc
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | Kconfig | 132 along with other IDE devices, as "hdb" or "hdc", or something 163 along with other IDE devices, as "hdb" or "hdc", or something 661 these, those machine used to have the hard disk on hdc and the 663 hard disk and hdc for CD-ROM.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ext4.rst | 441 /proc/fs/ext4 based on its device name (i.e., /proc/fs/ext4/hdc or 455 /sys/fs/ext4 based on its device name (i.e., /sys/fs/ext4/hdc or
|
| H A D | devices.txt | 527 0 = /dev/hdc Master: whole disk (or CD-ROM)
|
| H A D | kernel-parameters.txt | 1695 Format: =0.0 to prevent dma on hda, =0.1 hdb =1.0 hdc
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 2021 static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__huffman *hdc, stbi__huffman… in stbi__jpeg_decode_block() argument 2027 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block() 2073 static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64], stbi__huffman *hdc, int b) in stbi__jpeg_decode_block_prog_dc() argument 2084 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block_prog_dc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 2021 static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__huffman *hdc, stbi__huffman… in stbi__jpeg_decode_block() argument 2027 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block() 2073 static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64], stbi__huffman *hdc, int b) in stbi__jpeg_decode_block_prog_dc() argument 2084 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block_prog_dc()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 1528 /proc/fs/ext4 based on its device name (i.e., /proc/fs/ext4/hdc or
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 3471 …�������������˿���vly���������������ǥ���������������������������������������hdc]TXy����������������… 7479 …$ " %&&*)$+2.*$-,! !!$043+%*)-@PJ8.$! !#$""$&(>`hdc`__`gsx|������zsz…
|