Searched refs:ppfd (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 158 CONST PIXELFORMATDESCRIPTOR *ppfd ) in wglChoosePixelFormat() argument 160 if (ppfd->nSize != sizeof( PIXELFORMATDESCRIPTOR ) || ppfd->nVersion != 1) in wglChoosePixelFormat() 162 if (ppfd->iPixelType != PFD_TYPE_RGBA) in wglChoosePixelFormat() 164 if (!(ppfd->dwFlags & PFD_DRAW_TO_WINDOW)) in wglChoosePixelFormat() 166 if (!(ppfd->dwFlags & PFD_SUPPORT_OPENGL)) in wglChoosePixelFormat() 168 if (ppfd->dwFlags & PFD_DRAW_TO_BITMAP) in wglChoosePixelFormat() 170 if (ppfd->dwFlags & PFD_SUPPORT_GDI) in wglChoosePixelFormat() 172 if (!(ppfd->dwFlags & PFD_STEREO_DONTCARE) && (ppfd->dwFlags & PFD_STEREO)) in wglChoosePixelFormat() 175 return stw_pixelformat_choose( hdc, ppfd ); in wglChoosePixelFormat() 183 LPPIXELFORMATDESCRIPTOR ppfd ) in wglDescribePixelFormat() argument [all …]
|
D | stw_pixelformat.c | 345 PIXELFORMATDESCRIPTOR *ppfd) in DrvDescribePixelFormat() argument 357 if (ppfd == NULL) in DrvDescribePixelFormat() 368 memcpy(ppfd, &pfi->pfd, sizeof(PIXELFORMATDESCRIPTOR)); in DrvDescribePixelFormat() 413 stw_pixelformat_choose(HDC hdc, CONST PIXELFORMATDESCRIPTOR *ppfd) in stw_pixelformat_choose() argument 430 if (!(ppfd->dwFlags & PFD_DOUBLEBUFFER_DONTCARE) && in stw_pixelformat_choose() 431 !!(ppfd->dwFlags & PFD_DOUBLEBUFFER) != in stw_pixelformat_choose() 442 if (ppfd->cColorBits && !pfi->pfd.cColorBits) in stw_pixelformat_choose() 444 else if (ppfd->cColorBits > pfi->pfd.cColorBits) in stw_pixelformat_choose() 446 else if (ppfd->cColorBits < pfi->pfd.cColorBits) in stw_pixelformat_choose() 449 if (ppfd->cDepthBits && !pfi->pfd.cDepthBits) in stw_pixelformat_choose() [all …]
|
D | stw_wgl.h | 46 CONST PIXELFORMATDESCRIPTOR *ppfd); 52 LPPIXELFORMATDESCRIPTOR ppfd); 60 CONST PIXELFORMATDESCRIPTOR *ppfd);
|
D | stw_pixelformat.h | 66 CONST PIXELFORMATDESCRIPTOR *ppfd );
|
D | stw_icd.h | 549 PIXELFORMATDESCRIPTOR *ppfd );
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 916 ChoosePixelFormat(hdc ptr[inout, intptr], ppfd ptr[inout, intptr]) 950 DescribePixelFormat(hdc ptr[inout, intptr], iPixelFormat int32, nBytes int32, ppfd ptr[inout, intpt… 1084 SetPixelFormat(hdc ptr[inout, intptr], format int32, ppfd ptr[inout, intptr]) 1115 GetEnhMetaFilePixelFormat(hemf ptr[inout, intptr], cbBuffer int32, ppfd ptr[inout, intptr])
|