Searched defs:ID3DPresent (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/include/d3dadapter/
H A Dpresent.h33 typedef struct ID3DPresent ID3DPresent; typedef in typeref:struct:ID3DPresent
58 HRESULT (WINAPI *QueryInterface)(ID3DPresent *This, REFIID riid, void **ppvObject);
59 ULONG (WINAPI *AddRef)(ID3DPresent *This);
60 ULONG (WINAPI *Release)(ID3DPresent *This);
62 /* ID3DPresent */
66 HRESULT (WINAPI *SetPresentParameters)(ID3DPresent *This, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode);
69 HRESULT (WINAPI *NewD3DWindowBufferFromDmaBuf)(ID3DPresent *This, int dmaBufFd, int width, int height, int stride, int depth, int bpp, D3DWindowBuffer **out);
70 HRESULT (WINAPI *DestroyD3DWindowBuffer)(ID3DPresent *This, D3DWindowBuffer *buffer);
77 HRESULT (WINAPI *WaitBufferReleased)(ID3DPresent *Thi
104 struct ID3DPresent struct
[all...]

Completed in 2404 milliseconds