HomeSort by relevance Sort by last modified time
    Searched refs:setPixel (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ThinPatchesActivity.java 59 mTexture.setPixel(0, 0, 0xffff0000);
60 mTexture.setPixel(1, 0, 0xffffffff);
61 mTexture.setPixel(2, 0, 0xff000000);
62 mTexture.setPixel(3, 0, 0xffff0000);
63 mTexture.setPixel(0, 1, 0xffff0000);
64 mTexture.setPixel(1, 1, 0xff000000);
65 mTexture.setPixel(2, 1, 0xffffffff);
66 mTexture.setPixel(3, 1, 0xffff0000);
67 mTexture.setPixel(0, 2, 0xffff0000);
68 mTexture.setPixel(1, 2, 0xffff0000)
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image_unittest.cpp 25 img.setPixel(0, 0, true);
26 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false);
43 img.setPixel(0, 0, true);
44 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false);
61 img.setPixel(0, 0, true);
62 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false);
73 img.setPixel(0, 0, true);
74 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false);
85 img.setPixel(0, 0, true);
86 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false)
    [all...]
JBig2_HtrdProc.cpp 33 HSKIP->setPixel(ng, mg, 1);
35 HSKIP->setPixel(ng, mg, 0);
JBig2_Image.h 34 int32_t setPixel(int32_t x, int32_t y, int bVal);
  /bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 305 out.setPixel(0, p, colorFor(tw & 0xff));
306 out.setPixel(1, p, colorFor(tw >>> 8));
307 out.setPixel(2, p, colorFor(h & 0xff));
308 out.setPixel(3, p, colorFor(h >>> 8));
309 out.setPixel(4, p, colorFor(langBytes.length));
312 out.setPixel(x, p, colorFor(b));
315 out.setPixel(x, p, colorFor(0));
325 out.setPixel(0, p, colorFor(1));
326 out.setPixel(1, p, colorFor(0));
327 out.setPixel(2, p, colorFor(1))
    [all...]
  /external/deqp/framework/common/
tcuSurfaceAccess.hpp 60 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
74 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
tcuSurface.hpp 56 void setPixel (int x, int y, RGBA col);
70 inline void Surface::setPixel (int x, int y, RGBA col)
tcuTextureUtil.cpp 730 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0);
741 access.setPixel(color, x, y, z);
761 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0);
772 access.setPixel(color, x, y, z);
807 access.setPixel(tcu::Vec4(r, g, b, a), x, 0);
    [all...]
  /cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java 120 testBitmap.setPixel(0, 0, 0xFF000000);
121 testBitmap.setPixel(0, 1, 0xFF0000FF);
122 testBitmap.setPixel(1, 0, 0xFF00FF00);
123 testBitmap.setPixel(1, 1, 0xFFFF0000);
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java 102 bitmap.setPixel(0, 0, Color.RED);
103 bitmap.setPixel(1, 0, Color.BLUE);
124 bitmap.setPixel(0, 0, Color.RED);
125 bitmap.setPixel(1, 0, Color.BLUE);
146 bitmap.setPixel(0, 0, Color.RED);
147 bitmap.setPixel(1, 0, Color.BLUE);
BitmapTest.java 457 bitmap.setPixel(4, 4, Color.BLUE);
607 mBitmap.setPixel(10, 16, 0xFF << 24);
612 mBitmap.setPixel(5, 5, 0xFFFFFFFF);
614 mBitmap.setPixel(5, 5, 0xA8A8A8A8);
616 mBitmap.setPixel(5, 5, 0x00000000);
618 mBitmap.setPixel(5, 5, 0x1F000000);
839 mBitmap.setPixel(10, 16, color);
847 mBitmap.setPixel(10, 16, color);
856 mBitmap.setPixel(200, 16, color);
    [all...]
BitmapRGBAF16Test.java 128 mOpaqueBitmap.setPixel(5, 5, 0x7f102030);
134 mTransparentBitmap.setPixel(5, 5, 0x7f102030);
ComposeShaderTest.java 113 redBitmap.setPixel(1, 1, Color.RED);
117 cyanBitmap.setPixel(1, 1, Color.CYAN);
PaintFlagsDrawFilterTest.java 85 combinedBitmap.setPixel(i, j, Color.RED);
125 grid.setPixel(i, j, colors[k]);
  /external/skia/src/codec/
SkBmpRLECodec.h 75 void setPixel(void* dst, size_t dstRowBytes,
SkBmpRLECodec.cpp 167 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes,
440 setPixel(dst, dstRowBytes, dstInfo, x++,
444 setPixel(dst, dstRowBytes, dstInfo,
452 setPixel(dst, dstRowBytes, dstInfo, x++,
515 setPixel(dst, dstRowBytes, dstInfo, x, y, indices[which]);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UriBitmap.java 62 bitmap.setPixel(x, y, Color.rgb(x, y, x + y));
  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 294 errorMask.setPixel(x, y, tcu::RGBA::red());
303 errorMask.setPixel(x, y, tcu::RGBA::green());
406 errorMask.setPixel(x, y, tcu::RGBA::red());
415 errorMask.setPixel(x, y, tcu::RGBA::green());
es2fDepthStencilClearTests.cpp 415 rowAccess.setPixel(Vec4(1.0f), x, 0);
442 dst.setPixel(x, y, newColor);
459 rowAccess.setPixel(tcu::UVec4(0), x, 0);
490 dst.setPixel(x, y, newColor);
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 294 errorMask.setPixel(x, y, tcu::RGBA::red());
303 errorMask.setPixel(x, y, tcu::RGBA::green());
404 errorMask.setPixel(x, y, tcu::RGBA::red());
413 errorMask.setPixel(x, y, tcu::RGBA::green());
es3fDepthStencilClearTests.cpp 418 rowAccess.setPixel(Vec4(1.0f), x, 0);
445 dst.setPixel(x, y, newColor);
462 rowAccess.setPixel(tcu::UVec4(0), x, 0);
493 dst.setPixel(x, y, newColor);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateVPTests.cpp 172 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y);
219 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y);
364 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y);
vktDynamicStateGeneralTests.cpp 138 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y);
248 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y);
397 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y);
399 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), x, y);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BitmapUtils.java 68 bmp.setPixel(x, y, generator.nextInt(Integer.MAX_VALUE));
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BitmapFilterTests.java 69 bitmap.setPixel(i, j, isWhite ? Color.WHITE : Color.BLACK);

Completed in 2084 milliseconds

1 2 3 4 5 6 7 8 9