Changeset 55748 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- May 8, 2015 9:14:32 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100162
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h
r52451 r55748 435 435 int CrFbResize(HCR_FRAMEBUFFER hFb, const struct VBVAINFOSCREEN * pScreen, void *pvVRAM); 436 436 int CrFbBltGetContentsEx(HCR_FRAMEBUFFER hFb, const RTRECTSIZE *pSrcRectSize, const RTRECT *pDstRect, uint32_t cRects, const RTRECT *pRects, CR_BLITTER_IMG *pImg); 437 int CrFbBltGetContents(HCR_FRAMEBUFFER hFb, const RTPOINT *pPos, uint32_t cRects, const RTRECT *pPrects, CR_BLITTER_IMG *pImg);438 437 bool CrFbIsEnabled(HCR_FRAMEBUFFER hFb); 439 438 int CrFbEntryCreateForTexId(HCR_FRAMEBUFFER hFb, GLuint idTex, uint32_t fFlags, HCR_FRAMEBUFFER_ENTRY *phEntry);
Note:
See TracChangeset
for help on using the changeset viewer.