Searched refs:bRet (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/include/c11/ |
| H A D | threads_win32.h | 376 BOOL bRet; 396 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle 403 assert(bRet); 404 if (!bRet) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_pbuffer.c | 88 BOOL bRet; local in function:wglCreatePbufferARB 272 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd); 273 assert(bRet);
|
| H A D | stw_framebuffer.c | 461 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL); local in function:DrvSetPixelFormat 462 if (!bRet) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_pbuffer.c | 87 BOOL bRet; local in function:wglCreatePbufferARB 264 bRet = SetPixelFormat(GetDC(hWnd), iDisplayablePixelFormat, &pfd); 265 assert(bRet);
|
| H A D | stw_framebuffer.c | 501 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL); local in function:DrvSetPixelFormat 502 if (!bRet) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/ |
| H A D | window.cc | 164 BOOL bRet; local in function:CWindow::ShowModal 168 while( showing && (bRet = GetMessage( &msg, NULL, 0, 0 )) != 0) 170 if (bRet == -1)
|
| /xsrc/external/mit/MesaLib.old/dist/include/c11/ |
| H A D | threads_win32.h | 507 BOOL bRet; 527 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle 534 assert(bRet); 535 if (!bRet) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | D3DKMT.cpp | 287 BOOL bRet; local in function:D3DKMTQueryAdapterInfo 289 bRet = GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, 292 assert(bRet);
|
Completed in 7 milliseconds