Searched refs:D3DWindowBuffer (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/d3dadapter/ |
D | present.h | 36 typedef struct D3DWindowBuffer D3DWindowBuffer; typedef 69 …*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 *This, D3DWindowBuffer *buffer); 78 HRESULT (WINAPI *FrontBufferCopy)(ID3DPresent *This, D3DWindowBuffer *buffer); 81 …HRESULT (WINAPI *PresentBuffer)(ID3DPresent *This, D3DWindowBuffer *buffer, HWND hWndOverride, con… 99 BOOL (WINAPI *IsBufferReleased)(ID3DPresent *This, D3DWindowBuffer *buffer);
|