Searched refs:DFBCHECK (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp32 DFBCHECK(surface->GetSize(surface, (int*)&screenWidth, (int*)&screenHeight));
50 DFBCHECK(fbInternalSurface->Release(fbInternalSurface));
81 DFBCHECK(fbInternalSurface->Lock(fbInternalSurface,
93 DFBCHECK(surface->Lock(surface, (DFBSurfaceLockFlags)(DSLF_WRITE | DSLF_READ),
111 DFBCHECK(fbInternalSurface->Unlock(fbInternalSurface));
121 DFBCHECK(surface->Unlock(surface));
141 DFBCHECK(surface->GetPixelFormat(surface, &pixelFormat));
230 DFBCHECK(surface->StretchBlit(surface, fbInternalSurface,
235 DFBCHECK(surface->Blit(surface, fbInternalSurface, &blitRectangle,
299 DFBCHECK(df
[all...]
H A DVBoxFB.cpp256 DFBCHECK(DirectFBInit(&argc, &argv));
257 DFBCHECK(DirectFBCreate(&dfb));
258 DFBCHECK(dfb->SetCooperativeLevel(dfb, DFSCL_FULLSCREEN));
260 DFBCHECK(dfb->EnumVideoModes(dfb, enumVideoModesHandler, NULL));
302 DFBCHECK(dfb->CreateSurface(dfb, &dsc, &surface));
303 DFBCHECK(surface->Clear(surface, 0, 0, 0, 0));
304 DFBCHECK(surface->GetSize(surface, &screen_width, &screen_height));
305 DFBCHECK(dfb->GetInputDevice(dfb, DIDID_KEYBOARD, &dfbKeyboard));
306 DFBCHECK(dfbKeyboard->CreateEventBuffer(dfbKeyboard, &dfbEventBuffer));
307 DFBCHECK(df
[all...]
H A DVBoxFB.h59 #define DFBCHECK(x...) \ macro

Completed in 64 milliseconds