Searched refs:CRBufferPool (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_bufpool.h16 typedef struct CRBufferPool_t CRBufferPool; typedef in typeref:struct:CRBufferPool_t
19 DECLEXPORT(CRBufferPool *) crBufferPoolInit( unsigned int maxBuffers );
20 DECLEXPORT(void) crBufferPoolFree( CRBufferPool *pool );
21 DECLEXPORT(void) crBufferPoolCallbackFree(CRBufferPool *pool, CRBufferPoolDeleteCallback pfnDelete);
23 DECLEXPORT(void) crBufferPoolPush( CRBufferPool *pool, void *buf, unsigned int bytes );
24 DECLEXPORT(void *) crBufferPoolPop( CRBufferPool *pool, unsigned int bytes );
26 DECLEXPORT(int) crBufferPoolGetNumBuffers( CRBufferPool *pool );
27 DECLEXPORT(int) crBufferPoolGetMaxBuffers( CRBufferPool *pool );
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dbufpool.c56 crBufferPoolGetNumBuffers( CRBufferPool *pool )
64 crBufferPoolGetMaxBuffers( CRBufferPool *pool )
71 CRBufferPool *
74 CRBufferPool *pool = crCalloc(sizeof(CRBufferPool));
84 crBufferPoolFree( CRBufferPool *pool )
96 crBufferPoolCallbackFree(CRBufferPool *pool, CRBufferPoolDeleteCallback pfnDelete)
110 crBufferPoolPush( CRBufferPool *pool, void *buf, unsigned int bytes )
133 crBufferPoolPop( CRBufferPool *pool, unsigned int bytes )
H A Dnet_internals.h51 CRBufferPool *bufpool;
H A Dfilenet.c50 CRBufferPool *bufpool;
H A Dvboxhgsmi.c171 CRBufferPool *mempool;
205 CRBufferPool *bufpool;
H A Dvboxhgcm.c174 CRBufferPool *bufpool;

Completed in 337 milliseconds