• Home
  • Raw
  • Download

Lines Matching refs:cBuffer

51 …void PixelRoutine::quad(Pointer<Byte> cBuffer[RENDERTARGETS], Pointer<Byte> &zBuffer, Pointer<Byte…  in quad()
258 rasterOperation(f, cBuffer, x, sMask, zMask, cMask); in quad()
998 void PixelRoutine::readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel) in readPixel() argument
1008 buffer = cBuffer + 2 * x; in readPixel()
1018 buffer = cBuffer + 4 * x; in readPixel()
1038 buffer = cBuffer + 4 * x; in readPixel()
1057 buffer = cBuffer + 1 * x; in readPixel()
1067 buffer = cBuffer + 1 * x; in readPixel()
1077 buffer = cBuffer + 4 * x; in readPixel()
1095 buffer = cBuffer + 2 * x; in readPixel()
1106 buffer = cBuffer + 4 * x; in readPixel()
1139 buffer = cBuffer; in readPixel()
1148 buffer = cBuffer; in readPixel()
1171 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in alphaBlend() argument
1179 readPixel(index, cBuffer, x, pixel); in alphaBlend()
1290 void PixelRoutine::logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in logicOperation() argument
1298 readPixel(index, cBuffer, x, pixel); in logicOperation()
1385 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &s… in writeColor() argument
1579 Pointer<Byte> buffer = cBuffer + 2 * x; in writeColor()
1656 Pointer<Byte> buffer = cBuffer + x * 4; in writeColor()
1698 Pointer<Byte> buffer = cBuffer + x * 4; in writeColor()
1738 Pointer<Byte> buffer = cBuffer + 2 * x; in writeColor()
1763 Pointer<Byte> buffer = cBuffer + 1 * x; in writeColor()
1780 Pointer<Byte> buffer = cBuffer + 1 * x; in writeColor()
1796 Pointer<Byte> buffer = cBuffer + 4 * x; in writeColor()
1833 Pointer<Byte> buffer = cBuffer + 8 * x; in writeColor()
2030 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() argument
2059 buffer = cBuffer; in alphaBlend()
2072 buffer = cBuffer; in alphaBlend()
2087 buffer = cBuffer; in alphaBlend()
2221 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask,… in writeColor() argument
2288 buffer = cBuffer + 4 * x; in writeColor()
2319 buffer = cBuffer + 2 * x; in writeColor()
2367 buffer = cBuffer + x; in writeColor()
2397 buffer = cBuffer + 8 * x; in writeColor()
2437 buffer = cBuffer + 4 * x; in writeColor()
2467 buffer = cBuffer + 2 * x; in writeColor()
2504 buffer = cBuffer + 16 * x; in writeColor()
2580 buffer = cBuffer + 8 * x; in writeColor()
2612 buffer = cBuffer + 4 * x; in writeColor()