HomeSort by relevance Sort by last modified time
    Searched refs:StencilDepthFailOp (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
PixelTransfer11.cpp 69 depthStencilDesc.FrontFace.StencilDepthFailOp = D3D11_STENCIL_OP_KEEP;
73 depthStencilDesc.BackFace.StencilDepthFailOp = D3D11_STENCIL_OP_KEEP;
RenderStateCache.cpp 336 dsDesc.FrontFace.StencilDepthFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthFail);
340 dsDesc.BackFace.StencilDepthFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilBackPassDepthFail);
Clear11.cpp 534 dsDesc.FrontFace.StencilDepthFailOp = D3D11_STENCIL_OP_REPLACE;
538 dsDesc.BackFace.StencilDepthFailOp = D3D11_STENCIL_OP_REPLACE;
Blit11.cpp 268 depthStencilDesc.FrontFace.StencilDepthFailOp = D3D11_STENCIL_OP_KEEP;
272 depthStencilDesc.BackFace.StencilDepthFailOp = D3D11_STENCIL_OP_KEEP;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 529 depth_stencil_state_desc->FrontFace.StencilDepthFailOp >= D3D11_STENCIL_OP_COUNT ||
532 depth_stencil_state_desc->BackFace.StencilDepthFailOp >= D3D11_STENCIL_OP_COUNT)
538 state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDepthFailOp];
545 state.stencil[1].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilDepthFailOp];
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 529 depth_stencil_state_desc->FrontFace.StencilDepthFailOp >= D3D11_STENCIL_OP_COUNT ||
532 depth_stencil_state_desc->BackFace.StencilDepthFailOp >= D3D11_STENCIL_OP_COUNT)
538 state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDepthFailOp];
545 state.stencil[1].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilDepthFailOp];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 358 D3D10_STENCIL_OP StencilDepthFailOp;
    [all...]
d3d11.idl 614 D3D11_STENCIL_OP StencilDepthFailOp;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 358 D3D10_STENCIL_OP StencilDepthFailOp;
    [all...]
d3d11.idl 614 D3D11_STENCIL_OP StencilDepthFailOp;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl 324 D3D10_STENCIL_OP StencilDepthFailOp;
    [all...]
d3d11.idl 764 D3D11_STENCIL_OP StencilDepthFailOp;
    [all...]
d3d10.h 663 D3D10_STENCIL_OP StencilDepthFailOp;
    [all...]
d3d11.h 781 D3D11_STENCIL_OP StencilDepthFailOp;
    [all...]

Completed in 71 milliseconds