Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp60 Int sMask[4]; // Stencil mask in quad() local
299 void PixelRoutine::stencilTest(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &cMask) in stencilTest()
388 …Bool PixelRoutine::depthTest(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &sMask, Int &zM… in depthTest()
657 …void PixelRoutine::writeStencil(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &zMask, Int… in writeStencil()
723 …tencilOp stencilZFailOperation, VkStencilOp stencilFailOperation, bool CCW, Int &zMask, Int &sMask) in stencilOperation()
1250 …iteColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &sMask, Int &zMask, Int… in writeColor()
1985 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask,… in writeColor()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp60 Int sMask[4]; // Stencil mask in quad() local
299 void PixelRoutine::stencilTest(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &cMask) in stencilTest()
388 …Bool PixelRoutine::depthTest(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &sMask, Int &zM… in depthTest()
730 …void PixelRoutine::writeStencil(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &zMask, Int… in writeStencil()
796 …ion stencilZFailOperation, StencilOperation stencilFailOperation, bool CCW, Int &zMask, Int &sMask) in stencilOperation()
1385 …iteColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &sMask, Int &zMask, Int… in writeColor()
2221 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask,… in writeColor()
/external/skqp/src/pdf/
DSkPDFGraphicState.cpp117 SkPDFIndirectReference SkPDFGraphicState::GetSMaskGraphicState(SkPDFIndirectReference sMask, in GetSMaskGraphicState()
DSkPDFBitmap.cpp74 SkPDFIndirectReference sMask, in emit_image_stream()
141 SkPDFIndirectReference sMask; in do_deflated_image() local
DSkPDFDevice.cpp1464 SkPDFIndirectReference sMask, in drawFormXObjectWithMask()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp117 SkPDFIndirectReference SkPDFGraphicState::GetSMaskGraphicState(SkPDFIndirectReference sMask, in GetSMaskGraphicState()
DSkPDFBitmap.cpp74 SkPDFIndirectReference sMask, in emit_image_stream()
141 SkPDFIndirectReference sMask; in do_deflated_image() local
DSkPDFDevice.cpp1451 SkPDFIndirectReference sMask, in drawFormXObjectWithMask()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c743 const GLuint sMask = (~writeMask) & 0xff; in _swrast_clear_depth_stencil_buffer() local