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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1911 static int ctTdBltSdCreate(PCR_BLITTER pBlitter, uint32_t width, uint32_t height, GLenum enmTarget, PCR_TEXDATA *ppScaledCache) argument
1917 *ppScaledCache = NULL;
1940 *ppScaledCache = pScaledCache;
1945 static int ctTdBltSdGet(PCR_TEXDATA pTex, uint32_t width, uint32_t height, PCR_TEXDATA *ppScaledCache) argument
1951 *ppScaledCache = NULL;
2016 *ppScaledCache = pScaledCache;
2020 static int ctTdBltSdGetUpdated(PCR_TEXDATA pTex, uint32_t width, uint32_t height, PCR_TEXDATA *ppScaledCache) argument
2024 *ppScaledCache = NULL;
2052 *ppScaledCache = pScaledCache;

Completed in 49 milliseconds