• 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()
1705 Pointer<Byte> buffer = cBuffer + x * 4; in writeColor()
1745 Pointer<Byte> buffer = cBuffer + 2 * x; in writeColor()
1770 Pointer<Byte> buffer = cBuffer + 1 * x; in writeColor()
1787 Pointer<Byte> buffer = cBuffer + 1 * x; in writeColor()
1803 Pointer<Byte> buffer = cBuffer + 4 * x; in writeColor()
1840 Pointer<Byte> buffer = cBuffer + 8 * x; in writeColor()
2037 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() argument
2066 buffer = cBuffer; in alphaBlend()
2079 buffer = cBuffer; in alphaBlend()
2094 buffer = cBuffer; in alphaBlend()
2228 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask,… in writeColor() argument
2295 buffer = cBuffer + 4 * x; in writeColor()
2326 buffer = cBuffer + 2 * x; in writeColor()
2374 buffer = cBuffer + x; in writeColor()
2404 buffer = cBuffer + 8 * x; in writeColor()
2444 buffer = cBuffer + 4 * x; in writeColor()
2474 buffer = cBuffer + 2 * x; in writeColor()
2511 buffer = cBuffer + 16 * x; in writeColor()
2587 buffer = cBuffer + 8 * x; in writeColor()
2619 buffer = cBuffer + 4 * x; in writeColor()