Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h103 bool owns_pipe; member
114 …GalliumD3D11DeviceContext(GalliumD3D11Screen* device, pipe_context* pipe, bool owns_pipe, unsigned…
115 …: GalliumD3D11DeviceChild<ID3D11DeviceContext>(device), pipe(pipe), owns_pipe(owns_pipe), context_…
128 …GalliumD3D10Device(pipe_screen* screen, pipe_context* pipe, bool owns_pipe, unsigned creation_flag… in GalliumD3D10Device()
129 …D3D10ScreenImpl<threadsafe>(screen, pipe, owns_pipe, creation_flags, adapter), pipe(pipe), owns_pi… in GalliumD3D10Device()
290 if(owns_pipe) in destroy_context()
2111 …mmediateDeviceContext_Create(GalliumD3D11Screen* device, struct pipe_context* pipe, bool owns_pipe) in GalliumD3D11ImmediateDeviceContext_Create() argument
2113 return new GalliumD3D11ImmediateDeviceContext(device, pipe, owns_pipe); in GalliumD3D11ImmediateDeviceContext_Create()
Dd3d11.cpp92 …mediateDeviceContext_Create(GalliumD3D11Screen* device, struct pipe_context* pipe, bool owns_pipe);
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp897 bool owns_pipe; member
931 owns_pipe = false; in GalliumDXGISwapChain()
935 owns_pipe = true; in GalliumDXGISwapChain()
994 if(owns_pipe) in ~GalliumDXGISwapChain()
1225 if(!owns_pipe) in Present()