OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D3DWindowBuffer
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/include/d3dadapter/
present.h
36
typedef struct
D3DWindowBuffer
D3DWindowBuffer
;
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 *This,
D3DWindowBuffer
*buffer);
78
HRESULT (WINAPI *FrontBufferCopy)(ID3DPresent *This,
D3DWindowBuffer
*buffer);
81
HRESULT (WINAPI *PresentBuffer)(ID3DPresent *This,
D3DWindowBuffer
*buffer, HWND hWndOverride, const RECT *pSourceRect, const RECT *pDestRect, const RGNDATA *pDirtyRegion, DWORD Flags);
99
BOOL (WINAPI *IsBufferReleased)(ID3DPresent *This,
D3DWindowBuffer
*buffer);
/external/mesa3d/src/gallium/state_trackers/nine/
swapchain9.h
59
D3DWindowBuffer
*present_handles[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
swapchain9.c
86
static
D3DWindowBuffer
*
92
D3DWindowBuffer
*ret;
531
D3DWindowBuffer
**present_handle)
619
D3DWindowBuffer
*present_handle;
787
D3DWindowBuffer
*handle_temp;
[
all
...]
Completed in 166 milliseconds