Searched defs:setPixel (Results 1 - 23 of 23) sorted by relevance

/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 DtcuSurfaceAccess.hpp60 void setPixel (const tcu::Vec4& color, int x, int y) const;
71 inline void SurfaceAccess::setPixel (const tcu::Vec4& color, int x, int y) const function in class:tcu::SurfaceAccess
74 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
H A DtcuTexture.hpp393 void setPixel (const tcu::Vec4& color, int x, int y, int z = 0) const;
394 void setPixel (const tcu::IVec4& color, int x, int y, int z = 0) const;
395 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
H A DtcuTexture.cpp1243 void PixelBufferAccess::setPixel (const Vec4& color, int x, int y, int z) const function in class:tcu::PixelBufferAccess
1393 void PixelBufferAccess::setPixel (const IVec4& color, int x, int y, int z) const function in class:tcu::PixelBufferAccess
/external/skia/src/codec/
H A DSkBmpRLECodec.cpp168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, function in class:SkBmpRLECodec
441 setPixel(dst, dstRowBytes, dstInfo, x++,
445 setPixel(dst, dstRowBytes, dstInfo,
453 setPixel(dst, dstRowBytes, dstInfo, x++,
516 setPixel(dst, dstRowBytes, dstInfo, x, y, indices[which]);
/external/skqp/src/codec/
H A DSkBmpRLECodec.cpp168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, function in class:SkBmpRLECodec
441 setPixel(dst, dstRowBytes, dstInfo, x++,
445 setPixel(dst, dstRowBytes, dstInfo,
453 setPixel(dst, dstRowBytes, dstInfo, x++,
516 setPixel(dst, dstRowBytes, dstInfo, x, y, indices[which]);
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Image.cpp86 int32_t CJBig2_Image::setPixel(int32_t x, int32_t y, int v) { function in class:CJBig2_Image
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBitmap.java355 public void setPixel(int x, int y, int color) { method in class:ShadowBitmap
357 throw new IllegalStateException("Can't call setPixel() on a recycled bitmap");
/external/v8/benchmarks/
H A Draytrace.js626 setPixel: function(x, y, color){
663 this.setPixel(x, y, color);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp583 void setPixel (int x, int y, int z, const ColorT& color) const;
648 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const function in class:deqp::gles31::Functional::__anon5426::LayeredImage
657 access.setPixel(color, x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
787 dst.setPixel(data[y*dst.getWidth() + x], x, y);
797 dst.setPixel(data[y*dst.getWidth() + x], x, y);
1013 case TextureFormat::R: resultSliceAccess.setPixel(Vec4(clrData[0]), x, y); break;
1014 case TextureFormat::RGBA: resultSliceAccess.setPixel(Vec4(clrData[0], clrData[1], clrData[2], clrData[3]), x, y); break;
1257 reference.setPixel(x, y, z, color);
1259 reference.setPixel(x, y, z, color.asFloat()*storeColorScale + storeColorBias);
1391 reference.setPixel(
[all...]
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1895 milliseconds