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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1677 if (pTex->pScaledCache)
1678 CrTdBltDataFreeNe(pTex->pScaledCache);
1700 if (pTex->pScaledCache)
1701 CrTdBltDataInvalidateNe(pTex->pScaledCache);
1732 if (pTex->pScaledCache)
1734 CrTdBltDataCleanupNe(pTex->pScaledCache);
1735 CrTdRelease(pTex->pScaledCache);
1736 pTex->pScaledCache = NULL;
1913 PCR_TEXDATA pScaledCache; local
1919 pScaledCache
1949 PCR_TEXDATA pScaledCache; local
2022 PCR_TEXDATA pScaledCache; local
2068 PCR_TEXDATA pScaledCache; local
2097 PCR_TEXDATA pScaledCache = RT_FROM_MEMBER(pImg, CR_TEXDATA, Img); local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_blitter.h262 struct CR_TEXDATA *pScaledCache; member in struct:CR_TEXDATA

Completed in 49 milliseconds