Home
last modified time | relevance | path

Searched refs:setPixel (Results 1 – 25 of 140) sorted by relevance

123456

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image_unittest.cpp25 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 …]
DJBig2_HtrdProc.cpp33 HSKIP->setPixel(ng, mg, 1); in decode_Arith()
35 HSKIP->setPixel(ng, mg, 0); in decode_Arith()
DJBig2_GrdProc.cpp180 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()
DJBig2_Image.h34 int32_t setPixel(int32_t x, int32_t y, int bVal);
DJBig2_GrrdProc.cpp73 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/
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 in setPixel() function in tcu::SurfaceAccess
74 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask)); in setPixel()
DtcuSurface.hpp56 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
DtcuTextureUtil.cpp730 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 …]
DtcuImageCompare.cpp151 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/
DSkBmpRLECodec.cpp167 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()
DSkBmpRLECodec.h75 void setPixel(void* dst, size_t dstRowBytes,
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1189 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/
DteglNativeCoordMappingTests.cpp279 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/
Des3fDitheringTests.cpp294 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()
Des3fDepthStencilClearTests.cpp418 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()
Des3fFragDepthTests.cpp248 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/
Des2fDitheringTests.cpp294 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()
Des2fShaderBuiltinVarTests.cpp342 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()
Des2fDepthStencilClearTests.cpp415 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()
Des2fDepthRangeTests.cpp241 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/
DvktDynamicStateGeneralTests.cpp138 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()
DvktDynamicStateVPTests.cpp172 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()
DvktDynamicStateRSTests.cpp463 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/
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 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/
DvktImageLoadStoreTests.cpp160 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()

123456