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_dx11/src/libGLESv2/renderer/
renderer9_utils.h 25 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp);
RenderStateCache.cpp 306 dsDesc.FrontFace.StencilFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilFail);
307 dsDesc.FrontFace.StencilDepthFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthFail);
308 dsDesc.FrontFace.StencilPassOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthPass);
310 dsDesc.BackFace.StencilFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilBackFail);
311 dsDesc.BackFace.StencilDepthFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilBackPassDepthFail);
312 dsDesc.BackFace.StencilPassOp = gl_d3d11::ConvertStencilOp(dsState.stencilBackPassDepthPass);
renderer11_utils.h 27 D3D11_STENCIL_OP ConvertStencilOp(GLenum stencilOp);
renderer9_utils.cpp 89 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp)
renderer11_utils.cpp 133 D3D11_STENCIL_OP ConvertStencilOp(GLenum stencilOp)
Renderer9.cpp     [all...]

Completed in 71 milliseconds