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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp287 * treated differently depending on the fCreateNewCtx
289 * @param fCreateNewCtx If true, then @a pCtxBase must NOT be NULL. Its
323 bool fCreateNewCtx, bool fForceDrawBlt, const CR_GLSL_CACHE *pShaders,
332 if (!pCtxBase && fCreateNewCtx)
334 crWarning("pCtxBase is zero while fCreateNewCtx is set!");
346 if (fCreateNewCtx)
322 CrBltInit(PCR_BLITTER pBlitter, const CR_BLITTER_CONTEXT *pCtxBase, bool fCreateNewCtx, bool fForceDrawBlt, const CR_GLSL_CACHE *pShaders, SPUDispatchTable *pDispatch) argument

Completed in 240 milliseconds