| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | bufpool.h | 46 friend class Pool; 50 class Pool { class 52 Pool( int, int, const char * ); 53 ~Pool( void ); 76 * Pool::free_buffer - return a buffer to a pool 81 Pool::free_buffer( void *b ) 93 * Pool::new_buffer - allocate a buffer from a pool 98 Pool::new_buffer( void ) 120 inline void * operator new( size_t, Pool & ); 125 inline void operator delete( void *, Pool [all...] |
| H A D | bufpool.cc | 46 * Pool - allocate a new pool of buffers 49 Pool::Pool( int _buffersize, int initpoolsize, const char *n ) function in class:Pool 69 * ~Pool - free a pool of buffers and the pool itself 73 Pool::~Pool( void ) 85 void Pool::grow( void ) 95 * Pool::clear - free buffers associated with pool but keep pool 100 Pool::clear( void )
|
| H A D | monotonizer.h | 44 class Pool; 51 Pool& arcpool; 52 Pool& pwlarcpool; 60 Monotonizer( ArcTessellator& at, Pool& ap, Pool& p, jmp_buf& j )
|
| H A D | trimvertpool.h | 52 Pool pool;
|
| H A D | arctess.h | 44 class Pool; 49 ArcTessellator( TrimVertexPool&, Pool& ); 61 Pool& pwlarcpool;
|
| H A D | mesher.h | 43 class Pool; 58 Pool p;
|
| H A D | nurbstess.h | 136 Pool o_pwlcurvePool; 137 Pool o_nurbscurvePool; 138 Pool o_curvePool; 139 Pool o_trimPool; 140 Pool o_surfacePool; 141 Pool o_nurbssurfacePool; 142 Pool propertyPool; 144 Pool quiltPool;
|
| H A D | displaylist.h | 74 Pool dlnodePool;
|
| H A D | maplist.h | 58 Pool mapdescPool;
|
| H A D | subdivider.h | 48 class Pool; 114 Pool arcpool; 115 Pool bezierarcpool; 116 Pool pwlarcpool;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | texture9.c | 46 D3DPOOL Pool, 58 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s " 61 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle); 71 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) || 72 Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); 75 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1), 93 if (pSharedHandle && Pool == D3DPOOL_DEFAULT) { 110 Pool == D3DPOOL_SCRATCH); 152 if (pSharedHandle && *pSharedHandle) { /* Pool 41 NineTexture9_ctor(struct NineTexture9 * This,struct NineUnknownParams * pParams,UINT Width,UINT Height,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,HANDLE * pSharedHandle) argument 382 NineTexture9_new(struct NineDevice9 * pDevice,UINT Width,UINT Height,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,struct NineTexture9 ** ppOut,HANDLE * pSharedHandle) argument [all...] |
| H A D | cubetexture9.c | 39 D3DPOOL Pool, 52 "Format=%d Pool=%d pSharedHandle=%p\n", 54 Format, Pool, pSharedHandle); 58 /* user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); */ 62 (Pool != D3DPOOL_SYSTEMMEM && Levels <= 1), D3DERR_INVALIDCALL); 69 Pool == D3DPOOL_SCRATCH); 110 if (Pool != D3DPOOL_DEFAULT) { 125 Format, Pool, Usage); 137 sfdesc.Pool = Pool; 34 NineCubeTexture9_ctor(struct NineCubeTexture9 * This,struct NineUnknownParams * pParams,UINT EdgeLength,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,HANDLE * pSharedHandle) argument 339 NineCubeTexture9_new(struct NineDevice9 * pDevice,UINT EdgeLength,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,struct NineCubeTexture9 ** ppOut,HANDLE * pSharedHandle) argument [all...] |
| H A D | resource9.c | 41 D3DPOOL Pool, 48 "Type=%d Pool=%d Usage=%d\n", 50 Type, Pool, Usage); 96 This->pool = Pool; 36 NineResource9_ctor(struct NineResource9 * This,struct NineUnknownParams * pParams,struct pipe_resource * initResource,BOOL Allocate,D3DRESOURCETYPE Type,D3DPOOL Pool,DWORD Usage) argument
|
| H A D | resource9.h | 60 D3DPOOL Pool,
|
| H A D | texture9.h | 47 D3DPOOL Pool,
|
| H A D | volumetexture9.h | 46 D3DPOOL Pool,
|
| H A D | vertexbuffer9.c | 44 DBG("This=%p Size=0x%x Usage=%x Pool=%u\n", This, 45 pDesc->Size, pDesc->Usage, pDesc->Pool); 48 pDesc->Usage, pDesc->Size, pDesc->Pool);
|
| H A D | volumetexture9.c | 36 D3DPOOL Pool, 47 "Usage=%d Format=%d Pool=%d pSharedHandle=%p\n", 49 Usage, Format, Pool, pSharedHandle); 53 /* user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); */ 63 Pool == D3DPOOL_SCRATCH); 109 D3DRTYPE_VOLUMETEXTURE, Format, Pool, Usage); 116 voldesc.Pool = Pool; 285 D3DPOOL Pool, 291 Usage, Format, Pool, pSharedHandl 31 NineVolumeTexture9_ctor(struct NineVolumeTexture9 * This,struct NineUnknownParams * pParams,UINT Width,UINT Height,UINT Depth,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,HANDLE * pSharedHandle) argument 281 NineVolumeTexture9_new(struct NineDevice9 * pDevice,UINT Width,UINT Height,UINT Depth,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,struct NineVolumeTexture9 ** ppOut,HANDLE * pSharedHandle) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | texture9.c | 47 D3DPOOL Pool, 61 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s " 64 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle); 74 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) || 75 Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); 78 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1), 96 if (pSharedHandle && Pool == D3DPOOL_DEFAULT) { 113 Pool == D3DPOOL_SCRATCH); 155 hr = NineBaseTexture9_ctor(&This->base, pParams, NULL, D3DRTYPE_TEXTURE, Format, Pool, Usag 42 NineTexture9_ctor(struct NineTexture9 * This,struct NineUnknownParams * pParams,UINT Width,UINT Height,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,HANDLE * pSharedHandle) argument 381 NineTexture9_new(struct NineDevice9 * pDevice,UINT Width,UINT Height,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,struct NineTexture9 ** ppOut,HANDLE * pSharedHandle) argument [all...] |
| H A D | cubetexture9.c | 40 D3DPOOL Pool, 53 "Format=%d Pool=%d pSharedHandle=%p\n", 55 Format, Pool, pSharedHandle); 61 /* user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); */ 65 (Pool != D3DPOOL_SYSTEMMEM && Levels <= 1), D3DERR_INVALIDCALL); 72 Pool == D3DPOOL_SCRATCH); 114 Format, Pool, Usage); 119 if (Pool != D3DPOOL_DEFAULT) { 140 sfdesc.Pool = Pool; 35 NineCubeTexture9_ctor(struct NineCubeTexture9 * This,struct NineUnknownParams * pParams,UINT EdgeLength,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,HANDLE * pSharedHandle) argument 342 NineCubeTexture9_new(struct NineDevice9 * pDevice,UINT EdgeLength,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,struct NineCubeTexture9 ** ppOut,HANDLE * pSharedHandle) argument [all...] |
| H A D | resource9.c | 41 D3DPOOL Pool, 48 "Type=%d Pool=%d Usage=%d\n", 50 Type, Pool, Usage); 106 This->pool = Pool; 36 NineResource9_ctor(struct NineResource9 * This,struct NineUnknownParams * pParams,struct pipe_resource * initResource,BOOL Allocate,D3DRESOURCETYPE Type,D3DPOOL Pool,DWORD Usage) argument
|
| H A D | resource9.h | 60 D3DPOOL Pool,
|
| H A D | texture9.h | 48 D3DPOOL Pool,
|
| H A D | volumetexture9.h | 46 D3DPOOL Pool,
|
| H A D | vertexbuffer9.c | 44 DBG("This=%p Size=0x%x Usage=%x Pool=%u\n", This, 45 pDesc->Size, pDesc->Usage, pDesc->Pool); 48 pDesc->Usage, pDesc->Size, pDesc->Pool);
|