Searched refs:LocalGlslCache (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp370 CrGlslInit(&pBlitter->LocalGlslCache, pDispatch);
371 pBlitter->pGlslCache = &pBlitter->LocalGlslCache;
385 if (pBlitter->Flags.ShadersGloal || !CrGlslNeedsCleanup(&pBlitter->LocalGlslCache))
395 CrGlslCleanup(&pBlitter->LocalGlslCache);
942 : CrGlslProgUseGenNoAlpha(&pBlitter->LocalGlslCache, pSrc->target);
955 Assert(pBlitter->Flags.ShadersGloal || &pBlitter->LocalGlslCache == pBlitter->pGlslCache);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_blitter.h167 CR_GLSL_CACHE LocalGlslCache; member in struct:CR_BLITTER

Completed in 50 milliseconds