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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp31 #define PCR_FBTEX_FROM_TEX(_pTex) ((CR_FBTEX*)((uint8_t*)(_pTex) - RT_OFFSETOF(CR_FBTEX, Tex)))
893 static CR_FBTEX* crFbTexAlloc()
896 return (CR_FBTEX*)RTMemCacheAlloc(g_CrPresenter.FbTexLookasideList);
898 return (CR_FBTEX*)RTMemAlloc(sizeof (CR_FBTEX));
902 static void crFbTexFree(CR_FBTEX *pTex)
932 CR_FBTEX *pFbTex = PCR_FBTEX_FROM_TEX(pTex);
957 static CR_FBTEX* crFbTexCreate(const VBOXVR_TEXTURE *pTex)
959 CR_FBTEX *pFbTe
[all...]
H A Dserver_presenter.h100 typedef struct CR_FBTEX struct
104 } CR_FBTEX; typedef in typeref:struct:CR_FBTEX

Completed in 91 milliseconds