Searched refs:dmaBufFd (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/d3dadapter/
H A Dpresent.h69 HRESULT (WINAPI *NewD3DWindowBufferFromDmaBuf)(ID3DPresent *This, int dmaBufFd, int width, int height, int stride, int depth, int bpp, D3DWindowBuffer **out);
/xsrc/external/mit/MesaLib/dist/include/d3dadapter/
H A Dpresent.h69 HRESULT (WINAPI *NewD3DWindowBufferFromDmaBuf)(ID3DPresent *This, int dmaBufFd, int width, int height, int stride, int depth, int bpp, D3DWindowBuffer **out);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dswapchain9.c101 int stride, dmaBufFd; local in function:D3DWindowBuffer_create
113 dmaBufFd = whandle.handle;
115 dmaBufFd,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dswapchain9.c101 int stride, dmaBufFd; local in function:D3DWindowBuffer_create
113 dmaBufFd = whandle.handle;
115 dmaBufFd,

Completed in 7 milliseconds