Changeset 50624 in vbox
- Timestamp:
- Feb 27, 2014 10:32:18 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp
r50412 r50624 1576 1576 static int ctTdBltSdGet(PCR_TEXDATA pTex, uint32_t width, uint32_t height, PCR_TEXDATA *ppScaledCache) 1577 1577 { 1578 Assert( pTex->Flags.Entered);1578 Assert(CrBltIsEntered(pTex->pBlitter)); 1579 1579 1580 1580 PCR_TEXDATA pScaledCache;
Note:
See TracChangeset
for help on using the changeset viewer.