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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp286 * @param pCtxBase Contains the blitter context info. Its value is
289 * @param fCreateNewCtx If true, then @a pCtxBase must NOT be NULL. Its
296 * If false and @a pCtxBase is NOT null AND its id
322 VBOXBLITTERDECL(int) CrBltInit(PCR_BLITTER pBlitter, const CR_BLITTER_CONTEXT *pCtxBase, argument
326 if (pCtxBase && pCtxBase->Base.id < 0)
332 if (!pCtxBase && fCreateNewCtx)
334 crWarning("pCtxBase is zero while fCreateNewCtx is set!");
341 if (pCtxBase)
342 pBlitter->CtxInfo = *pCtxBase;
[all...]

Completed in 36 milliseconds