Searched defs:Img (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_blitter.h259 CR_BLITTER_IMG Img; member in struct:CR_TEXDATA
H A Dcr_server.h535 CR_BLITTER_IMG Img; member in struct:__anon16128
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp346 CR_BLITTER_IMG Img = {0}; local
462 rc = CrBltImgGetTex(pRec->pBlitter, &Tex, GL_BGRA, &Img);
465 crDmpImgF(pRec->pDumper, &Img, "ctx(%d), BUFFER: id(%d) hwid(%d), width(%d), height(%d)", ctx, id, Tex.hwid, width, height);
470 rc = crRecAlphaImgCreate(&Img, &AlphaImg);
482 CrBltImgFree(pRec->pBlitter, &Img);
1342 CR_BLITTER_IMG Img = {0}; local
1346 rc = CrBltImgGetTex(pRec->pBlitter, pTex, GL_BGRA, &Img);
1349 crDmpImgV(pRec->pDumper, &Img, pszStr, pArgList);
1353 rc = crRecAlphaImgCreate(&Img, &AlphaImg);
1364 CrBltImgFree(pRec->pBlitter, &Img);
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp418 CR_BLITTER_IMG Img;
419 Img.cbData = srcWidth * srcHeight * 4;
420 Img.pvData = RTMemAlloc(Img.cbData);
421 if (!Img.pvData)
426 Img.enmFormat = pImg->enmFormat;
427 Img.width = srcWidth;
428 Img.height = srcHeight;
429 Img.bpp = pImg->bpp;
430 Img
3315 CR_BLITTER_IMG Img; local
3440 CR_BLITTER_IMG Img; local
3532 CR_BLITTER_IMG Img; local
3576 CR_BLITTER_IMG Img; local
3820 CR_BLITTER_IMG Img; local
[all...]

Completed in 68 milliseconds