HomeSort by relevance Sort by last modified time
    Searched refs:setPixel (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 235 void FELighting::setPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData,
344 setPixel(offset, data, paintingData, 0, 0, cFactor2div3, cFactor2div3, normalVector);
349 setPixel(offset, data, paintingData, data.widthDecreasedByOne, 0, cFactor2div3, cFactor2div3, normalVector);
354 setPixel(offset, data, paintingData, 0, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, normalVector);
359 setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, normalVector);
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 336 refImg.setPixel(x, y, tcu::RGBA(color));
428 refImg.setPixel(x, y, tcu::RGBA(color));
544 refImg.setPixel(dx, dy, tcu::RGBA(color));
638 refImg.setPixel(x, y, tcu::RGBA::green);
641 refImg.setPixel(x, y, tcu::RGBA::blue);
es2fDepthRangeTests.cpp 241 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green : tcu::RGBA::blue);
253 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green : tcu::RGBA::blue);
386 referenceFrame.setPixel(x, y, tcu::RGBA(col, col, col, 0xff));
es2fPrerequisiteTests.cpp 246 diffImage.setPixel(i, j, isPixelOk ? matchColor : diffColor);
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp 84 GBREG->setPixel(w, h, bVal);
290 GBREG->setPixel(w, h, bVal);
335 GBREG->setPixel(w, h, bVal);
538 GBREG->setPixel(w, h, bVal);
581 GBREG->setPixel(w, h, bVal);
782 GBREG->setPixel(w, h, bVal);
822 GBREG->setPixel(w, h, bVal);
    [all...]
JBig2_Image.cpp 73 FX_INT32 CJBig2_Image::setPixel(FX_INT32 x, FX_INT32 y, FX_BOOL v)
156 pDst->setPixel(x + i, y + j,
164 pDst->setPixel(x + i, y + j,
172 pDst->setPixel(x + i, y + j,
180 pDst->setPixel(x + i, y + j,
188 pDst->setPixel(x + i, y + j, getPixel(i + dx, j + dy));
703 pImage->setPixel(i, j, getPixel(x + i, y + j));
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 204 logImageAccess.setPixel(s, x, y);
247 blendImageAccess.setPixel(b, px, py);
271 logImageAccess.setPixel(s, px, py);
tcuBilinearImageCompare.cpp 209 errorMask.setPixel(Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y);
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 590 ref.getLevel(0).setPixel(tcu::IVec4(235, 235, 235, 235), x, y);
608 ref.getLevel(0).setPixel(tcu::Vec4(0.5f, 0.5f, 0.5f, 0.5f), x, y);
626 ref.getLevel(0).setPixel(tcu::Vec4(0.9f, 0.5f, 0.65f, 1.0f), x, y);
644 ref.getLevel(0).setPixel(tcu::Vec4(0.5f, 0.7f, 0.65f, 1.0f), x, y);
662 ref.getLevel(0).setPixel(tcu::Vec4(0.2f, 0.5f, 0.65f, 1.0f), x, y);
800 referenceScreen.setPixel(x, y, tcu::RGBA(src));
968 referenceScreen.setPixel(x, reference.getHeight(), result);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 248 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green : tcu::RGBA::blue);
260 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green : tcu::RGBA::blue);
412 referenceFrame.setPixel(x, y, tcu::RGBA(col, col, col, 0xff));
es3fTextureSwizzleTests.cpp 71 surface.setPixel(x, y, tcu::RGBA(swizzle(p, swzR), swizzle(p, swzG), swizzle(p, swzB), swizzle(p, swzA)));
209 referenceFrame.setPixel(x, y, pixelFormat.convertColor(p));
es3fPrerequisiteTests.cpp 246 diffImage.setPixel(i, j, isPixelOk ? matchColor : diffColor);
es3fShaderBuiltinVarTests.cpp 362 refImg.setPixel(x, y, tcu::RGBA(color));
457 refImg.setPixel(x, y, tcu::RGBA(color));
576 refImg.setPixel(dx, dy, tcu::RGBA(color));
673 refImg.setPixel(x, y, tcu::RGBA::green);
676 refImg.setPixel(x, y, tcu::RGBA::blue);
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 298 void setPixel (const tcu::Vec4& color, int x, int y) const;
309 inline void SurfaceAccess::setPixel (const tcu::Vec4& color, int x, int y) const
312 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
glsTextureTestUtil.cpp 464 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, x, y);
497 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, x, y);
533 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py);
573 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, px, py);
680 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), lod) * params.colorScale + params.colorBias, px, py);
731 dst.setPixel(execSample(src, params, s, t, r, lod) * params.colorScale + params.colorBias, x, y);
774 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, x, y);
818 dst.setPixel(src.sample(params.sampler, s, t, r, lod) * params.colorScale + params.colorBias, x, y);
    [all...]
glsRasterizationTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 190 errorMask.setPixel(x, y, tcu::RGBA::green);
193 errorMask.setPixel(x, y, tcu::RGBA::red);
327 errorMask.setPixel(x, y, tcu::RGBA::red);
331 errorMask.setPixel(x, y, tcu::RGBA::green);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 292 destData.setPixel(dx, dy, srcData.getPixel(sx, sy));
307 destData.setPixel(dx, dy, srcData.getPixel(sx, sy));
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 793 template <J_COLOR_SPACE colorSpace> void setPixel(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column)
798 template <> void setPixel<JCS_RGB>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column)
804 template <> void setPixel<JCS_CMYK>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column)
840 setPixel<colorSpace>(buffer, pixel, samples, x);
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 444 access.setPixel(color, 0, 0);
445 access.setPixel(color, access.getWidth()-1, 0);
446 access.setPixel(color, 0, access.getHeight()-1);
447 access.setPixel(color, access.getWidth()-1, access.getHeight()-1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 546 image.setPixel(x, 0, pixel);
555 image.setPixel(0, y, pixel);
564 image.setPixel(x, height - 1, pixel);
573 image.setPixel(width - 1, y, pixel);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 394 m_emptyTex1D.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0);
402 m_emptyTex2D.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0);
412 m_emptyTexCube.getFace(0, (tcu::CubeFace)face).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0);
421 m_emptyTex2DArray.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0);
430 m_emptyTex3D.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0);
439 m_emptyTexCubeArray.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0, faceNdx);
    [all...]
  /external/chromium_org/third_party/skia/tests/
BitmapCopyTest.cpp 78 // setPixel()
114 static void setPixel(int x, int y, uint32_t val, SkBitmap& bm) {
182 setPixel(coords[i]->fX, coords[i]->fY, i, bm);
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 193 errorMask.setPixel(x, y, tcu::RGBA::green);
196 errorMask.setPixel(x, y, tcu::RGBA::red);
335 errorMask.setPixel(x, y, tcu::RGBA::red);
339 errorMask.setPixel(x, y, tcu::RGBA::green);
    [all...]
  /external/skia/tests/
BitmapCopyTest.cpp 78 // setPixel()
114 static void setPixel(int x, int y, uint32_t val, SkBitmap& bm) {
182 setPixel(coords[i]->fX, coords[i]->fY, i, bm);

Completed in 3898 milliseconds

12 3 4 5 6