Searched defs:sMask (Results 1 – 9 of 9) sorted by relevance
| /external/swiftshader/src/Pipeline/ |
| D | PixelRoutine.cpp | 60 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 ¤t, 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/ |
| D | PixelRoutine.cpp | 60 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 ¤t, 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/ |
| D | SkPDFGraphicState.cpp | 117 SkPDFIndirectReference SkPDFGraphicState::GetSMaskGraphicState(SkPDFIndirectReference sMask, in GetSMaskGraphicState()
|
| D | SkPDFBitmap.cpp | 74 SkPDFIndirectReference sMask, in emit_image_stream() 141 SkPDFIndirectReference sMask; in do_deflated_image() local
|
| D | SkPDFDevice.cpp | 1464 SkPDFIndirectReference sMask, in drawFormXObjectWithMask()
|
| /external/skia/src/pdf/ |
| D | SkPDFGraphicState.cpp | 117 SkPDFIndirectReference SkPDFGraphicState::GetSMaskGraphicState(SkPDFIndirectReference sMask, in GetSMaskGraphicState()
|
| D | SkPDFBitmap.cpp | 74 SkPDFIndirectReference sMask, in emit_image_stream() 141 SkPDFIndirectReference sMask; in do_deflated_image() local
|
| D | SkPDFDevice.cpp | 1451 SkPDFIndirectReference sMask, in drawFormXObjectWithMask()
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_depth.c | 743 const GLuint sMask = (~writeMask) & 0xff; in _swrast_clear_depth_stencil_buffer() local
|