Searched refs:depth_stencil_view (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h53 refcnt_ptr<GalliumD3D11DepthStencilView, PtrTraits> depth_stencil_view; member in struct:GalliumD3D11DeviceContext
1155 if(depth_stencil_view)
1157 struct pipe_surface* surf = ((GalliumD3D11DepthStencilView*)depth_stencil_view.p)->object;
1196 if(depth_stencil_view.p != new_depth_stencil_view) {
1198 depth_stencil_view = new_depth_stencil_view;
1243 *out_depth_stencil_view = depth_stencil_view.ref();
1631 ID3D11DepthStencilView *depth_stencil_view,
1637 GalliumD3D11DepthStencilView* view = ((GalliumD3D11DepthStencilView*)depth_stencil_view);
1973 if(view == depth_stencil_view)
1975 depth_stencil_view
1630 ClearDepthStencilView( ID3D11DepthStencilView *depth_stencil_view, unsigned clear_flags, float depth, UINT8 stencil) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h53 refcnt_ptr<GalliumD3D11DepthStencilView, PtrTraits> depth_stencil_view; member in struct:GalliumD3D11DeviceContext
1155 if(depth_stencil_view)
1157 struct pipe_surface* surf = ((GalliumD3D11DepthStencilView*)depth_stencil_view.p)->object;
1196 if(depth_stencil_view.p != new_depth_stencil_view) {
1198 depth_stencil_view = new_depth_stencil_view;
1243 *out_depth_stencil_view = depth_stencil_view.ref();
1631 ID3D11DepthStencilView *depth_stencil_view,
1637 GalliumD3D11DepthStencilView* view = ((GalliumD3D11DepthStencilView*)depth_stencil_view);
1973 if(view == depth_stencil_view)
1975 depth_stencil_view
1630 ClearDepthStencilView( ID3D11DepthStencilView *depth_stencil_view, unsigned clear_flags, float depth, UINT8 stencil) argument
[all...]

Completed in 56 milliseconds