/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image_unittest.cpp | 25 img.setPixel(0, 0, true); in TEST() 26 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false); in TEST() 43 img.setPixel(0, 0, true); in TEST() 44 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false); in TEST() 61 img.setPixel(0, 0, true); in TEST() 62 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false); in TEST() 73 img.setPixel(0, 0, true); in TEST() 74 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false); in TEST() 85 img.setPixel(0, 0, true); in TEST() 86 img.setPixel(kWidthPixels - 1, kHeightLines - 1, false); in TEST() [all …]
|
D | JBig2_HtrdProc.cpp | 33 HSKIP->setPixel(ng, mg, 1); in decode_Arith() 35 HSKIP->setPixel(ng, mg, 0); in decode_Arith()
|
D | JBig2_GrdProc.cpp | 180 GBREG->setPixel(w, h, bVal); in decode_Arith_Template0_unopt() 303 GBREG->setPixel(w, h, bVal); in decode_Arith_Template1_unopt() 424 GBREG->setPixel(w, h, bVal); in decode_Arith_Template2_unopt() 528 GBREG->setPixel(w, h, bVal); in decode_Arith_Template3_unopt() 767 pImage->setPixel(w, m_loopIndex, bVal); in decode_Arith_Template0_unopt() 902 pImage->setPixel(w, h, bVal); in decode_Arith_Template1_unopt() 1033 pImage->setPixel(w, m_loopIndex, bVal); in decode_Arith_Template2_unopt() 1149 pImage->setPixel(w, m_loopIndex, bVal); in decode_Arith_Template3_unopt()
|
D | JBig2_Image.h | 34 int32_t setPixel(int32_t x, int32_t y, int bVal);
|
D | JBig2_GrrdProc.cpp | 73 GRREG->setPixel(w, h, bVal); in decode_Template0_unopt() 129 GRREG->setPixel(w, h, bVal); in decode_Template0_unopt() 314 GRREG->setPixel(w, h, bVal); in decode_Template1_unopt() 363 GRREG->setPixel(w, h, bVal); in decode_Template1_unopt()
|
/external/deqp/framework/common/ |
D | 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 in setPixel() function in tcu::SurfaceAccess 74 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask)); in setPixel()
|
D | tcuSurface.hpp | 56 void setPixel (int x, int y, RGBA col); 70 inline void Surface::setPixel (int x, int y, RGBA col) in setPixel() function in tcu::Surface
|
D | tcuTextureUtil.cpp | 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() [all …]
|
D | tcuImageCompare.cpp | 151 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels() 174 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels() 309 …diffMask.setPixel(tcu::RGBA(deClamp32(sum*diffFactor, 0, 255), deClamp32(255-sum*diffFactor, 0, 25… in computeSquaredDiffSum() 514 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z); in floatUlpThresholdCompare() 601 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z); in floatThresholdCompare() 685 errorMask.setPixel(isOk ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y, z); in floatThresholdCompare() 770 errorMask.setPixel(isOk ? IVec4(0, 0xff, 0, 0xff) : IVec4(0xff, 0, 0, 0xff), x, y, z); in intThresholdCompare()
|
/external/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 167 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() function in SkBmpRLECodec 440 setPixel(dst, dstRowBytes, dstInfo, x++, in decodeRLE() 444 setPixel(dst, dstRowBytes, dstInfo, in decodeRLE() 452 setPixel(dst, dstRowBytes, dstInfo, x++, in decodeRLE() 515 setPixel(dst, dstRowBytes, dstInfo, x, y, indices[which]); in decodeRLE()
|
D | SkBmpRLECodec.h | 75 void setPixel(void* dst, size_t dstRowBytes,
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 1189 errorMask.getAccess().setPixel(okColor, x, y); in verify() 1198 errorMask.getAccess().setPixel(errorColor, x, y); in verify() 1206 m_sum.getAccess().setPixel(old + firstColor, x, y); in verify() 1266 errorMask.getAccess().setPixel(okColor, x, y); in verify() 1279 errorMask.getAccess().setPixel(errorColor, x, y); in verify() 1289 errorMask.getAccess().setPixel(errorColor, x, y); in verify() 1366 errorMask.getAccess().setPixel(okColor, x, y); in verify() 1379 errorMask.getAccess().setPixel(errorColor, x, y); in verify() 1512 m_sum.getAccess().setPixel(average, x, y); in iterate() 1513 errorMask.getAccess().setPixel(okColor, x, y); in iterate() [all …]
|
/external/deqp/modules/egl/ |
D | teglNativeCoordMappingTests.cpp | 279 errorMask.setPixel(x, y, tcu::RGBA(255, 0, 0, 255)); in validate() 283 errorMask.setPixel(x, y, tcu::RGBA(0, 255, 0, 255)); in validate() 289 errorMask.setPixel(x, y, tcu::RGBA(255, 0, 0, 255)); in validate() 293 errorMask.setPixel(x, y, tcu::RGBA(0, 255, 0, 255)); in validate() 301 errorMask.setPixel(x, y, tcu::RGBA(255, 0, 0, 255)); in validate() 305 errorMask.setPixel(x, y, tcu::RGBA(0, 255, 0, 255)); in validate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDitheringTests.cpp | 294 errorMask.setPixel(x, y, tcu::RGBA::red()); in drawAndCheckGradient() 303 errorMask.setPixel(x, y, tcu::RGBA::green()); in drawAndCheckGradient() 404 errorMask.setPixel(x, y, tcu::RGBA::red()); in drawAndCheckUnicoloredQuad() 413 errorMask.setPixel(x, y, tcu::RGBA::green()); in drawAndCheckUnicoloredQuad()
|
D | es3fDepthStencilClearTests.cpp | 418 rowAccess.setPixel(Vec4(1.0f), x, 0); in renderReference() 445 dst.setPixel(x, y, newColor); in renderReference() 462 rowAccess.setPixel(tcu::UVec4(0), x, 0); in renderReference() 493 dst.setPixel(x, y, newColor); in renderReference()
|
D | es3fFragDepthTests.cpp | 248 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate() 260 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate() 412 referenceFrame.setPixel(x, y, tcu::RGBA(col, col, col, 0xff)); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDitheringTests.cpp | 294 errorMask.setPixel(x, y, tcu::RGBA::red()); in drawAndCheckGradient() 303 errorMask.setPixel(x, y, tcu::RGBA::green()); in drawAndCheckGradient() 406 errorMask.setPixel(x, y, tcu::RGBA::red()); in drawAndCheckUnicoloredQuad() 415 errorMask.setPixel(x, y, tcu::RGBA::green()); in drawAndCheckUnicoloredQuad()
|
D | es2fShaderBuiltinVarTests.cpp | 342 refImg.setPixel(x, y, tcu::RGBA(color)); in iterate() 434 refImg.setPixel(x, y, tcu::RGBA(color)); in iterate() 550 refImg.setPixel(dx, dy, tcu::RGBA(color)); in iterate() 644 refImg.setPixel(x, y, tcu::RGBA::green()); in iterate() 647 refImg.setPixel(x, y, tcu::RGBA::blue()); in iterate()
|
D | es2fDepthStencilClearTests.cpp | 415 rowAccess.setPixel(Vec4(1.0f), x, 0); in renderReference() 442 dst.setPixel(x, y, newColor); in renderReference() 459 rowAccess.setPixel(tcu::UVec4(0), x, 0); in renderReference() 490 dst.setPixel(x, y, newColor); in renderReference()
|
D | es2fDepthRangeTests.cpp | 241 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate() 253 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate() 386 referenceFrame.setPixel(x, y, tcu::RGBA(col, col, col, 0xff)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateGeneralTests.cpp | 138 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate() 248 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate() 397 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate() 399 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), x, y); in iterate()
|
D | vktDynamicStateVPTests.cpp | 172 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in buildReferenceFrame() 219 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in buildReferenceFrame() 364 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
|
D | vktDynamicStateRSTests.cpp | 463 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate() 465 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), x, y); in iterate() 569 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate() 571 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), x, y); in iterate() 676 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 583 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 in setPixel() function in deqp::gles31::Functional::__anonb29d2c9e0111::LayeredImage 657 access.setPixel(color, x, y, m_type == TEXTURETYPE_CUBE ? 0 : z); in setPixel() 787 dst.setPixel(data[y*dst.getWidth() + x], x, y); in readPixelsRGBAInteger32() 797 dst.setPixel(data[y*dst.getWidth() + x], x, y); in readPixelsRGBAInteger32() 1013 case TextureFormat::R: resultSliceAccess.setPixel(Vec4(clrData[0]), x, y); break; in readFloatOrNormTextureWithLookupsAndVerify() 1014 …case TextureFormat::RGBA: resultSliceAccess.setPixel(Vec4(clrData[0], clrData[1], clrData[2], clrD… in readFloatOrNormTextureWithLookupsAndVerify() 1257 reference.setPixel(x, y, z, color); in iterate() 1259 reference.setPixel(x, y, z, color.asFloat()*storeColorScale + storeColorBias); in iterate() 1391 reference.setPixel(x, y, z, color); in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 160 access.setPixel(newColor, x, y, z); in replaceBadFloatReinterpretValues() 183 access.setPixel(newColor, x, y, z); in replaceSnormReinterpretValues() 208 access.setPixel(color, x, y, z); in generateReferenceImage() 210 access.setPixel(color.asFloat()*storeColorScale + storeColorBias, x, y, z); in generateReferenceImage() 239 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z); in flipHorizontally() 240 access.setPixel(temp, x, y, z); in flipHorizontally() 248 access.setPixel(access.getPixel(x, y, z), xMax - x, y, z); in flipHorizontally() 249 access.setPixel(temp, x, y, z); in flipHorizontally()
|