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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1945 static int ctTdBltSdGet(PCR_TEXDATA pTex, uint32_t width, uint32_t height, PCR_TEXDATA *ppScaledCache) function
1986 int rc = ctTdBltSdGet(pTex->pScaledCache, width, height, &pScaledCache);
1989 WARN(("ctTdBltSdGet failed %d", rc));
2025 int rc = ctTdBltSdGet(pTex, width, height, &pScaledCache);
2028 WARN(("ctTdBltSdGet failed %d", rc));

Completed in 87 milliseconds