Home
last modified time | relevance | path

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

123456

/external/skia/src/codec/
DSkBmpRLECodec.cpp201 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() function in SkBmpRLECodec
422 setPixel(dst, dstRowBytes, dstInfo, x++, in decodeRows()
426 setPixel(dst, dstRowBytes, dstInfo, in decodeRows()
434 setPixel(dst, dstRowBytes, dstInfo, x++, in decodeRows()
497 setPixel(dst, dstRowBytes, dstInfo, x, y, indices[which]); in decodeRows()
DSkBmpRLECodec.h77 void setPixel(void* dst, size_t dstRowBytes,
/external/deqp/framework/common/
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.cpp712 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0); in clear()
723 access.setPixel(color, x, y, z); in clear()
743 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0); in clear()
754 access.setPixel(color, x, y, z); in clear()
789 access.setPixel(tcu::Vec4(r, g, b, a), x, 0); in fillWithComponentGradients1D()
807 access.setPixel(tcu::Vec4(r, g, b, a), x, y); in fillWithComponentGradients2D()
829 dst.setPixel(tcu::Vec4(r, g, b, a), x, y, z); in fillWithComponentGradients3D()
868 access.setPixel(colorB, x, 0); in fillWithGrid1D()
870 access.setPixel(colorA, x, 0); in fillWithGrid1D()
884 access.setPixel(colorB, x, y); in fillWithGrid2D()
[all …]
DtcuImageCompare.cpp150 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels()
173 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels()
308 …diffMask.setPixel(tcu::RGBA(deClamp32(sum*diffFactor, 0, 255), deClamp32(255-sum*diffFactor, 0, 25… in computeSquaredDiffSum()
513 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()
600 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()
684 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()
769 errorMask.setPixel(isOk ? IVec4(0, 0xff, 0, 0xff) : IVec4(0xff, 0, 0, 0xff), x, y, z); in intThresholdCompare()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HtrdProc.cpp32 HSKIP->setPixel(ng, mg, 1); in decode_Arith()
34 HSKIP->setPixel(ng, mg, 0); in decode_Arith()
DJBig2_GrdProc.cpp192 GBREG->setPixel(w, h, bVal); in decode_Arith_Template0_unopt()
327 GBREG->setPixel(w, h, bVal); in decode_Arith_Template1_unopt()
459 GBREG->setPixel(w, h, bVal); in decode_Arith_Template2_unopt()
575 GBREG->setPixel(w, h, bVal); in decode_Arith_Template3_unopt()
826 pImage->setPixel(w, m_loopIndex, bVal); in decode_Arith_Template0_unopt()
973 pImage->setPixel(w, h, bVal); in decode_Arith_Template1_unopt()
1116 pImage->setPixel(w, m_loopIndex, bVal); in decode_Arith_Template2_unopt()
1244 pImage->setPixel(w, m_loopIndex, bVal); in decode_Arith_Template3_unopt()
DJBig2_GrrdProc.cpp75 GRREG->setPixel(w, h, bVal); in decode_Template0_unopt()
128 GRREG->setPixel(w, h, bVal); in decode_Template0_unopt()
320 GRREG->setPixel(w, h, bVal); in decode_Template1_unopt()
366 GRREG->setPixel(w, h, bVal); in decode_Template1_unopt()
DJBig2_Image.h33 int32_t setPixel(int32_t x, int32_t y, FX_BOOL v);
/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()
403 errorMask.setPixel(x, y, tcu::RGBA::red()); in drawAndCheckUnicoloredQuad()
412 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()
405 errorMask.setPixel(x, y, tcu::RGBA::red()); in drawAndCheckUnicoloredQuad()
414 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()
Des2fColorClearTest.cpp223 refImage.setPixel(x + ndx, y, spanColor); in iterate()
260 diffImage.setPixel(x, y, isPixelOk ? matchColor : diffColor); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateGeneralTests.cpp135 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
245 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
394 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
396 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), x, y); in iterate()
DvktDynamicStateVPTests.cpp169 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in buildReferenceFrame()
216 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in buildReferenceFrame()
361 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
DvktDynamicStateRSTests.cpp469 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
471 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), x, y); in iterate()
575 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
577 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), x, y); in iterate()
682 referenceFrame.getLevel(0).setPixel(tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f), x, y); in iterate()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp582 void setPixel (int x, int y, int z, const ColorT& color) const;
647 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel() function in deqp::gles31::Functional::__anon0a49b9df0111::LayeredImage
656 access.setPixel(color, x, y, m_type == TEXTURETYPE_CUBE ? 0 : z); in setPixel()
786 dst.setPixel(data[y*dst.getWidth() + x], x, y); in readPixelsRGBAInteger32()
796 dst.setPixel(data[y*dst.getWidth() + x], x, y); in readPixelsRGBAInteger32()
1012 case TextureFormat::R: resultSliceAccess.setPixel(Vec4(clrData[0]), x, y); break; in readFloatOrNormTextureWithLookupsAndVerify()
1013 …case TextureFormat::RGBA: resultSliceAccess.setPixel(Vec4(clrData[0], clrData[1], clrData[2], clrD… in readFloatOrNormTextureWithLookupsAndVerify()
1256 reference.setPixel(x, y, z, color); in iterate()
1258 reference.setPixel(x, y, z, color.asFloat()*storeColorScale + storeColorBias); in iterate()
1390 reference.setPixel(x, y, z, color); in iterate()
[all …]
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp459 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, x, y); in sampleTextureNonProjected()
496 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, x, y); in sampleTextureNonProjected()
536 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py); in sampleTextureProjected()
580 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, px, py); in sampleTextureProjected()
691 …dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), lod) * params.colorScale + p… in sampleTextureCube()
740 dst.setPixel(execSample(src, params, s, t, r, lod) * params.colorScale + params.colorBias, x, y); in sampleTextureNonProjected()
787 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, x, y); in sampleTextureNonProjected()
835 …dst.setPixel(src.sample(params.sampler, s, t, r, lod) * params.colorScale + params.colorBias, x, y… in sampleTextureNonProjected()
883 …dst.setPixel(src.sample(params.sampler, s, t, r, lod) * params.colorScale + params.colorBias, px, … in sampleTextureProjected()
947 …dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), coordQ, lod) * params.colorS… in sampleTextureCubeArray()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp250 access.setPixel(newColor, x, y, z); in replaceBadFloatReinterpretValues()
273 access.setPixel(newColor, x, y, z); in replaceSnormReinterpretValues()
298 access.setPixel(color, x, y, z); in generateReferenceImage()
300 access.setPixel(color.asFloat()*storeColorScale + storeColorBias, x, y, z); in generateReferenceImage()
329 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z); in flipHorizontally()
330 access.setPixel(temp, x, y, z); in flipHorizontally()
338 access.setPixel(access.getPixel(x, y, z), xMax - x, y, z); in flipHorizontally()
339 access.setPixel(temp, x, y, z); in flipHorizontally()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp190 errorMask.setPixel(x, y, tcu::RGBA::green()); in checkResultImage()
193 errorMask.setPixel(x, y, tcu::RGBA::red()); in checkResultImage()
327 errorMask.setPixel(x, y, tcu::RGBA::red()); in drawTestPattern()
331 errorMask.setPixel(x, y, tcu::RGBA::green()); in drawTestPattern()
1409 errorMask.setPixel(x, y, badPixelColor); in testFBO()
1412 errorMask.setPixel(x, y, okPixelColor); in testFBO()
1630 errorMask.setPixel(x, y, badPixelColor); in testFBO()
1633 errorMask.setPixel(x, y, okPixelColor); in testFBO()

123456