Home
last modified time | relevance | path

Searched refs:D3DWindowBuffer (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dpresent.h36 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);
/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9.h59 D3DWindowBuffer *present_handles[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
60 D3DWindowBuffer *present_handles_pending_release[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
Dswapchain9.c92 static D3DWindowBuffer *
98 D3DWindowBuffer *ret; in D3DWindowBuffer_create()
133 D3DWindowBuffer *present_handle) in D3DWindowBuffer_release()
590 D3DWindowBuffer **present_handle) in create_present_buffer()
678 D3DWindowBuffer *present_handle;
803 D3DWindowBuffer *new_handles[This->num_back_buffers]; in present()
847 D3DWindowBuffer *new_handle; in present()
945 D3DWindowBuffer *handle_temp; in NineSwapChain9_Present()
1096 D3DWindowBuffer *temp_handle; in NineSwapChain9_GetFrontBufferData()