• 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()
925 void PixelRoutine::readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel) in readPixel() argument
935 buffer = cBuffer + 2 * x; in readPixel()
945 buffer = cBuffer + 4 * x; in readPixel()
965 buffer = cBuffer + 4 * x; in readPixel()
984 buffer = cBuffer + 1 * x; in readPixel()
994 buffer = cBuffer + 2 * x; in readPixel()
1004 buffer = cBuffer; in readPixel()
1013 buffer = cBuffer; in readPixel()
1036 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in alphaBlend() argument
1044 readPixel(index, cBuffer, x, pixel); in alphaBlend()
1155 void PixelRoutine::logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in logicOperation() argument
1163 readPixel(index, cBuffer, x, pixel); in logicOperation()
1250 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &s… in writeColor() argument
1413 Pointer<Byte> buffer = cBuffer + 2 * x; in writeColor()
1452 Pointer<Byte> buffer = cBuffer + x * 4; in writeColor()
1488 Pointer<Byte> buffer = cBuffer + x * 4; in writeColor()
1526 Pointer<Byte> buffer = cBuffer + 2 * x; in writeColor()
1551 Pointer<Byte> buffer = cBuffer + 1 * x; in writeColor()
1567 Pointer<Byte> buffer = cBuffer + 4 * x; in writeColor()
1604 Pointer<Byte> buffer = cBuffer + 8 * x; in writeColor()
1801 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() argument
1830 buffer = cBuffer; in alphaBlend()
1843 buffer = cBuffer; in alphaBlend()
1856 buffer = cBuffer; in alphaBlend()
1985 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask,… in writeColor() argument
2050 buffer = cBuffer + 4 * x; in writeColor()
2081 buffer = cBuffer + 2 * x; in writeColor()
2129 buffer = cBuffer + x; in writeColor()
2159 buffer = cBuffer + 8 * x; in writeColor()
2199 buffer = cBuffer + 4 * x; in writeColor()
2229 buffer = cBuffer + 2 * x; in writeColor()
2264 buffer = cBuffer + 16 * x; in writeColor()
2340 buffer = cBuffer + 8 * x; in writeColor()
2372 buffer = cBuffer + 4 * x; in writeColor()