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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
PixelTransfer11.cpp 70 depthStencilDesc.FrontFace.StencilPassOp = D3D11_STENCIL_OP_KEEP;
74 depthStencilDesc.BackFace.StencilPassOp = D3D11_STENCIL_OP_KEEP;
RenderStateCache.cpp 337 dsDesc.FrontFace.StencilPassOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthPass);
341 dsDesc.BackFace.StencilPassOp = gl_d3d11::ConvertStencilOp(dsState.stencilBackPassDepthPass);
Clear11.cpp 535 dsDesc.FrontFace.StencilPassOp = D3D11_STENCIL_OP_REPLACE;
539 dsDesc.BackFace.StencilPassOp = D3D11_STENCIL_OP_REPLACE;
Blit11.cpp 269 depthStencilDesc.FrontFace.StencilPassOp = D3D11_STENCIL_OP_KEEP;
273 depthStencilDesc.BackFace.StencilPassOp = D3D11_STENCIL_OP_KEEP;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 527 if(depth_stencil_state_desc->FrontFace.StencilPassOp >= D3D11_STENCIL_OP_COUNT ||
530 depth_stencil_state_desc->BackFace.StencilPassOp >= D3D11_STENCIL_OP_COUNT ||
536 state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPassOp];
543 state.stencil[1].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilPassOp];
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 527 if(depth_stencil_state_desc->FrontFace.StencilPassOp >= D3D11_STENCIL_OP_COUNT ||
530 depth_stencil_state_desc->BackFace.StencilPassOp >= D3D11_STENCIL_OP_COUNT ||
536 state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPassOp];
543 state.stencil[1].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilPassOp];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 359 D3D10_STENCIL_OP StencilPassOp;
    [all...]
d3d11.idl 615 D3D11_STENCIL_OP StencilPassOp;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 359 D3D10_STENCIL_OP StencilPassOp;
    [all...]
d3d11.idl 615 D3D11_STENCIL_OP StencilPassOp;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl 325 D3D10_STENCIL_OP StencilPassOp;
    [all...]
d3d11.idl 765 D3D11_STENCIL_OP StencilPassOp;
    [all...]
d3d10.h 664 D3D10_STENCIL_OP StencilPassOp;
    [all...]
d3d11.h 782 D3D11_STENCIL_OP StencilPassOp;
    [all...]

Completed in 64 milliseconds