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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
renderer9_utils.h 25 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp);
renderer9_utils.cpp 94 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp)
Renderer9.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
RenderStateCache.cpp 335 dsDesc.FrontFace.StencilFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilFail);
336 dsDesc.FrontFace.StencilDepthFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthFail);
337 dsDesc.FrontFace.StencilPassOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthPass);
339 dsDesc.BackFace.StencilFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilBackFail);
340 dsDesc.BackFace.StencilDepthFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilBackPassDepthFail);
341 dsDesc.BackFace.StencilPassOp = gl_d3d11::ConvertStencilOp(dsState.stencilBackPassDepthPass);
renderer11_utils.h 30 D3D11_STENCIL_OP ConvertStencilOp(GLenum stencilOp);
renderer11_utils.cpp 138 D3D11_STENCIL_OP ConvertStencilOp(GLenum stencilOp)

Completed in 70 milliseconds