Home
last modified time | relevance | path

Searched defs:sMask (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.cpp68 Int sMask[4]; // Stencil mask in quad() local
307 void PixelRoutine::stencilTest(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &cMask) in stencilTest()
396 …Bool PixelRoutine::depthTest(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &sMask, Int &zM… in depthTest()
738 …void PixelRoutine::writeStencil(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &zMask, Int… in writeStencil()
804 …ion stencilZFailOperation, StencilOperation stencilFailOperation, bool CCW, Int &zMask, Int &sMask) in stencilOperation()
1373 …iteColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &sMask, Int &zMask, Int… in writeColor()
2209 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask,… in writeColor()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp145 sk_sp<SkPDFObject> sMask, in GetSMaskGraphicState()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c743 const GLuint sMask = (~writeMask) & 0xff; in _swrast_clear_depth_stencil_buffer() local