Searched refs:StencilOp (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dllvm_scanline.cpp29 static void StencilOp(IRBuilder<> &builder, const unsigned char op, function
73 static Value * StencilOp(IRBuilder<> & builder, Value * face, function
81 StencilOp(builder, frontOp, sPtr, sRef);
85 StencilOp(builder, backOp, sPtr, sRef);
659 builder.CreateStore(StencilOp(builder, sFace, gglCtx->frontStencil.dPass,
665 builder.CreateStore(StencilOp(builder, sFace, gglCtx->frontStencil.dFail,
671 builder.CreateStore(StencilOp(builder, sFace, gglCtx->frontStencil.sFail,
H A Dscanline.cpp148 unsigned char StencilOp(const unsigned op, unsigned char s, const unsigned char ref) function
531 // *stencil = StencilOp(sdPass, s, sRef);
533 // *stencil = StencilOp(sdFail, s, sRef);
535 // *stencil = StencilOp(ssFail, s, sRef);
/external/skia/src/gpu/mesa/
H A DGrGLCreateMesaInterface.cpp111 GR_GL_GET_PROC(StencilOp);
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1830 GL_CALL(StencilOp(grToGLStencilOp[settings->frontFailOp()],

Completed in 75 milliseconds