Searched refs:bRet (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_win32.h376 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 Dstw_ext_pbuffer.c88 BOOL bRet; local in function:wglCreatePbufferARB
272 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
273 assert(bRet);
H A Dstw_framebuffer.c461 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL); local in function:DrvSetPixelFormat
462 if (!bRet) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c87 BOOL bRet; local in function:wglCreatePbufferARB
264 bRet = SetPixelFormat(GetDC(hWnd), iDisplayablePixelFormat, &pfd);
265 assert(bRet);
H A Dstw_framebuffer.c501 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 Dwindow.cc164 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 Dthreads_win32.h507 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 DD3DKMT.cpp287 BOOL bRet; local in function:D3DKMTQueryAdapterInfo
289 bRet = GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
292 assert(bRet);

Completed in 7 milliseconds