Searched defs:default_depth_stencil (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.h81 void* default_depth_stencil; member in struct:GalliumD3D11DeviceContext
203 default_depth_stencil = pipe->create_depth_stencil_alpha_state(pipe, &depth_stencild);
273 pipe->delete_depth_stencil_alpha_state(pipe, default_depth_stencil);
1129 pipe->bind_depth_stencil_alpha_state(pipe, new_depth_stencil_state ? ((GalliumD3D11DepthStencilState*)new_depth_stencil_state)->object : default_depth_stencil);
1665 pipe->bind_depth_stencil_alpha_state(pipe, depth_stencil_state.p ? depth_stencil_state.p->object : default_depth_stencil);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h81 void* default_depth_stencil; member in struct:GalliumD3D11DeviceContext
203 default_depth_stencil = pipe->create_depth_stencil_alpha_state(pipe, &depth_stencild);
273 pipe->delete_depth_stencil_alpha_state(pipe, default_depth_stencil);
1129 pipe->bind_depth_stencil_alpha_state(pipe, new_depth_stencil_state ? ((GalliumD3D11DepthStencilState*)new_depth_stencil_state)->object : default_depth_stencil);
1665 pipe->bind_depth_stencil_alpha_state(pipe, depth_stencil_state.p ? depth_stencil_state.p->object : default_depth_stencil);

Completed in 98 milliseconds