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

1 2 34 5 6

  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 79 linearAccess.setPixel(tcu::sRGBToLinear(sRGBAAccess.getPixel(x, y)), x, y);
es3fDefaultVertexAttributeTests.cpp 530 errorMask.setPixel(x, y, tcu::RGBA::red);
es3fInstancedRenderingTests.cpp 607 dst.setPixel(x, y, tcu::RGBA(tcu::Vec4(r, g, b, 1.0f)));
es3fShaderInvarianceTests.cpp 372 errorMask.setPixel(x, y, errColor);
    [all...]
es3fFragmentOutputTests.cpp 422 dst.setPixel(isSRGB ? tcu::linearToSRGB(color) : color, x, y);
440 dst.setPixel(c, x, y);
    [all...]
es3fFramebufferBlitTests.cpp 224 errorMask.setPixel(destinationArea.x() + dx, destinationArea.y() + dy, tcu::RGBA::red);
279 errorMask.setPixel(destinationArea.x() + dx, destinationArea.y() + dy, tcu::RGBA::red);
    [all...]
es3fMultisampleTests.cpp 165 img.setPixel(x, y, tcu::RGBA::red);
166 errorImg.setPixel(Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y);
    [all...]
es3fPolygonOffsetTests.cpp 142 diffMask.setPixel(MASK_COLOR_DEV, x, y);
150 diffMask.setPixel(MASK_COLOR_FAIL, x, y);
    [all...]
es3fClippingTests.cpp 135 dst.setPixel(cDst, x, y);
213 diffMask.setPixel(MASK_COLOR_DEV, x, y);
221 diffMask.setPixel(MASK_COLOR_FAIL, x, y);
293 output.setPixel(MASK_COLOR_FAIL, x, y);
    [all...]
es3fASTCDecompressionCases.cpp     [all...]
es3fFboTestUtil.cpp     [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 99 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255)));
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 401 bSrc.setPixel(i, j, 9);
402 bDst.setPixel(i, j, 0);
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 163 img.setPixel(x, y, tcu::RGBA::red);
164 errorImg.setPixel(Vec4(1.0f, 0.0f, 0.0f, 1.0f), x, y);
    [all...]
es2fPolygonOffsetTests.cpp 139 diffMask.setPixel(MASK_COLOR_DEV, x, y);
147 diffMask.setPixel(MASK_COLOR_FAIL, x, y);
    [all...]
es2fClippingTests.cpp 132 dst.setPixel(cDst, x, y);
210 diffMask.setPixel(MASK_COLOR_DEV, x, y);
218 diffMask.setPixel(MASK_COLOR_FAIL, x, y);
290 output.setPixel(MASK_COLOR_FAIL, x, y);
    [all...]
es2fVertexTextureTests.cpp 351 dst.setPixel(ix + region.x, iy + region.y, toRGBA(color));
    [all...]
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 266 reference.getAccess().setPixel(uColor, x, y);
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 457 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo);
es31fTextureMultisampleTests.cpp     [all...]
es31fStencilTexturingTests.cpp 482 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y);
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 562 dstAccess.setPixel(color, x0+x, y0+y);
glsScissorTests.cpp 123 access.setPixel(color, x, y);
glsVertexArrayTests.cpp     [all...]

Completed in 868 milliseconds

1 2 34 5 6