Searched refs:writeStencil (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 84 void writeStencil(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &zMask, Int &cMask);
|
D | PixelRoutine.cpp | 281 writeStencil(sBuffer, q, x, sMask[q], zMask[q], cMask[q]); in quad() 739 …void PixelRoutine::writeStencil(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &zMask, Int… in writeStencil() function in sw::PixelRoutine
|