Lines Matching refs:bWindowed
88 HRESULT CD3D9Utils::Init (BOOL bWindowed) { in Init() argument
101 return bWindowed ? InitWindow (&m_hWnd) : S_OK; in Init()
124 BOOL bWindowed = pFp ? FALSE : TRUE; in Process() local
125 BOOL bNeedD3D9 = ! (!bWindowed); in Process()
130 hResult = Init (bWindowed); in Process()
136 if (bWindowed) { in Process()
269 HRESULT CD3D9ExUtils::Init (BOOL bWindowed) { in Init() argument
282 return bWindowed ? InitWindow (&m_hWnd) : S_OK; in Init()
305 BOOL bWindowed = pFp ? FALSE : TRUE; in Process() local
306 BOOL bNeedD3D9 = ! (!bWindowed); in Process()
311 hResult = Init (bWindowed); in Process()
317 if (bWindowed) { in Process()