Searched defs:setPixel (Results 1 - 11 of 11) sorted by last modified time

/external/v8/benchmarks/
H A Draytrace.js626 setPixel: function(x, y, color){
663 this.setPixel(x, y, color);
/external/skia/tests/
H A DBitmapCopyTest.cpp78 // setPixel()
114 static void setPixel(int x, int y, uint32_t val, SkBitmap& bm) { function
182 setPixel(coords[i]->fX, coords[i]->fY, i, bm);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp75 FX_INT32 CJBig2_Image::setPixel(FX_INT32 x, FX_INT32 y, FX_BOOL v) function in class:CJBig2_Image
158 pDst->setPixel(x + i, y + j,
166 pDst->setPixel(x + i, y + j,
174 pDst->setPixel(x + i, y + j,
182 pDst->setPixel(x + i, y + j,
190 pDst->setPixel(x + i, y + j, getPixel(i + dx, j + dy));
705 pImage->setPixel(i, j, getPixel(x + i, y + j));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/framework/common/
H A DtcuSurface.hpp56 void setPixel (int x, int y, RGBA col);
70 inline void Surface::setPixel (int x, int y, RGBA col) function in class:tcu::Surface
H A DtcuTexture.cpp887 void PixelBufferAccess::setPixel (const Vec4& color, int x, int y, int z) const function in class:tcu::PixelBufferAccess
982 void PixelBufferAccess::setPixel (const IVec4& color, int x, int y, int z) const function in class:tcu::PixelBufferAccess
H A DtcuTexture.hpp370 void setPixel (const tcu::Vec4& color, int x, int y, int z = 0) const;
371 void setPixel (const tcu::IVec4& color, int x, int y, int z = 0) const;
372 void setPixel (const tcu::UVec4& color, int x, int y, int z = 0) const { setPixel(color.cast<int>(), x, y, z); } function in class:tcu::PixelBufferAccess
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp572 void setPixel (int x, int y, int z, const ColorT& color) const;
637 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const function in class:deqp::gles31::Functional::__anon3679::LayeredImage
646 access.setPixel(color, x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
776 dst.setPixel(data[y*dst.getWidth() + x], x, y);
786 dst.setPixel(data[y*dst.getWidth() + x], x, y);
1001 case TextureFormat::R: resultSliceAccess.setPixel(Vec4(clrData[0]), x, y); break;
1002 case TextureFormat::RGBA: resultSliceAccess.setPixel(Vec4(clrData[0], clrData[1], clrData[2], clrData[3]), x, y); break;
1244 reference.setPixel(x, y, z, color);
1246 reference.setPixel(x, y, z, color.asFloat()*storeColorScale + storeColorBias);
1378 reference.setPixel(
[all...]
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp299 void setPixel (const tcu::Vec4& color, int x, int y) const;
310 inline void SurfaceAccess::setPixel (const tcu::Vec4& color, int x, int y) const function in class:deqp::gls::TextureTestUtil::SurfaceAccess
313 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));

Completed in 282 milliseconds