Lines Matching refs:setPixel
730 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0); in clear()
741 access.setPixel(color, x, y, z); in clear()
761 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0); in clear()
772 access.setPixel(color, x, y, z); in clear()
807 access.setPixel(tcu::Vec4(r, g, b, a), x, 0); in fillWithComponentGradients1D()
825 access.setPixel(tcu::Vec4(r, g, b, a), x, y); in fillWithComponentGradients2D()
847 dst.setPixel(tcu::Vec4(r, g, b, a), x, y, z); in fillWithComponentGradients3D()
886 access.setPixel(colorB, x, 0); in fillWithGrid1D()
888 access.setPixel(colorA, x, 0); in fillWithGrid1D()
902 access.setPixel(colorB, x, y); in fillWithGrid2D()
904 access.setPixel(colorA, x, y); in fillWithGrid2D()
922 access.setPixel(colorB, x, y, z); in fillWithGrid3D()
924 access.setPixel(colorA, x, y, z); in fillWithGrid3D()
969 access.setPixel(linearInterpolate(p, colorA, colorB), x, y); in fillWithRepeatableGradient()
1016 dst.setPixel(Vec4(sum), x, y); in fillWithMetaballs()
1097 dst.setPixel(src.getPixelInt(x, y, z), x, y, z); in copy()
1104 dst.setPixel(src.getPixel(x, y, z), x, y, z); in copy()
1124 …dst.setPixel(linearToSRGBIfNeeded(dst.getFormat(), src.sample2D(sampler, filter, ((float)x+0.5f)*s… in scale()
1131 …dst.setPixel(linearToSRGBIfNeeded(dst.getFormat(), src.sample3D(sampler, filter, ((float)x+0.5f)*s… in scale()