Lines Matching refs:IAMDevMemoryAllocator
392 typedef struct IAMDevMemoryAllocator IAMDevMemoryAllocator; typedef
5287 struct IAMDevMemoryAllocator : public IUnknown { struct
5298 HRESULT (WINAPI *QueryInterface)(IAMDevMemoryAllocator *This,REFIID riid,void **ppvObject);
5299 ULONG (WINAPI *AddRef)(IAMDevMemoryAllocator *This);
5300 ULONG (WINAPI *Release)(IAMDevMemoryAllocator *This);
5301 …HRESULT (WINAPI *GetInfo)(IAMDevMemoryAllocator *This,DWORD *pdwcbTotalFree,DWORD *pdwcbLargestFre…
5302 HRESULT (WINAPI *CheckMemory)(IAMDevMemoryAllocator *This,const BYTE *pBuffer);
5303 HRESULT (WINAPI *Alloc)(IAMDevMemoryAllocator *This,BYTE **ppBuffer,DWORD *pdwcbBuffer);
5304 HRESULT (WINAPI *Free)(IAMDevMemoryAllocator *This,BYTE *pBuffer);
5305 …HRESULT (WINAPI *GetDevMemoryObject)(IAMDevMemoryAllocator *This,IUnknown **ppUnkInnner,IUnknown *…
5308 struct IAMDevMemoryAllocator { struct
5322 …HRESULT WINAPI IAMDevMemoryAllocator_GetInfo_Proxy(IAMDevMemoryAllocator *This,DWORD *pdwcbTotalFr…
5324 …HRESULT WINAPI IAMDevMemoryAllocator_CheckMemory_Proxy(IAMDevMemoryAllocator *This,const BYTE *pBu…
5326 …HRESULT WINAPI IAMDevMemoryAllocator_Alloc_Proxy(IAMDevMemoryAllocator *This,BYTE **ppBuffer,DWORD…
5328 HRESULT WINAPI IAMDevMemoryAllocator_Free_Proxy(IAMDevMemoryAllocator *This,BYTE *pBuffer);
5330 …HRESULT WINAPI IAMDevMemoryAllocator_GetDevMemoryObject_Proxy(IAMDevMemoryAllocator *This,IUnknown…
5334 typedef IAMDevMemoryAllocator *PAMDEVMEMORYALLOCATOR;