Lines Matching refs:setPixel
768 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0); in clear()
779 access.setPixel(color, x, y, z); in clear()
799 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0); in clear()
810 access.setPixel(color, x, y, z); in clear()
852 access.setPixel(tcu::Vec4(r, g, b, a), x, 0); in fillWithComponentGradients1D()
889 access.setPixel(tcu::Vec4(r, g, b, a), x, y); in fillWithComponentGradients2D()
907 access.setPixel(tcu::Vec4(r, g, b, a), x, y); in fillWithComponentGradients2D()
944 dst.setPixel(tcu::Vec4(r, g, b, a), x, y, z); in fillWithComponentGradients3D()
998 access.setPixel(colorB, x, 0); in fillWithGrid1D()
1000 access.setPixel(colorA, x, 0); in fillWithGrid1D()
1014 access.setPixel(colorB, x, y); in fillWithGrid2D()
1016 access.setPixel(colorA, x, y); in fillWithGrid2D()
1034 access.setPixel(colorB, x, y, z); in fillWithGrid3D()
1036 access.setPixel(colorA, x, y, z); in fillWithGrid3D()
1081 access.setPixel(linearInterpolate(p, colorA, colorB), x, y); in fillWithRepeatableGradient()
1128 dst.setPixel(Vec4(sum), x, y); in fillWithMetaballs()
1209 dst.setPixel(src.getPixelInt(x, y, z), x, y, z); in copy()
1216 dst.setPixel(src.getPixel(x, y, z), x, y, z); in copy()
1236 …dst.setPixel(linearToSRGBIfNeeded(dst.getFormat(), src.sample2D(sampler, filter, ((float)x+0.5f)*s… in scale()
1243 …dst.setPixel(linearToSRGBIfNeeded(dst.getFormat(), src.sample3D(sampler, filter, ((float)x+0.5f)*s… in scale()