HomeSort by relevance Sort by last modified time
    Searched full:setpixel (Results 151 - 175 of 235) sorted by null

1 2 3 4 5 67 8 910

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 395 buffer.setPixel(whiteColor, x, y, z);
406 buffer.setPixel(redColor, x, y, z);
413 buffer.setPixel((xScaled == yScaled) ? tcu::Vec4(0.0, 0.5, 0.5, 1.0) : ((xScaled > yScaled) ? greenColor : blueColor), x, y, z);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp 690 outputImage.setPixel(setColorInt, x, y, z);
692 outputImage.setPixel(setColor, x, y, z);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp     [all...]
  /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...]
es2fClippingTests.cpp 131 dst.setPixel(cDst, x, y);
209 diffMask.setPixel(MASK_COLOR_DEV, x, y);
217 diffMask.setPixel(MASK_COLOR_FAIL, x, y);
289 output.setPixel(MASK_COLOR_FAIL, x, y);
    [all...]
es2fShaderInvarianceTests.cpp 372 errorMask.setPixel(x, y, errColor);
    [all...]
es2fVertexTextureTests.cpp 354 dst.setPixel(ix + region.x, iy + region.y, tcu::RGBA(color));
    [all...]
  /external/deqp/modules/gles3/functional/
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...]
es3fClippingTests.cpp 134 dst.setPixel(cDst, x, y);
212 diffMask.setPixel(MASK_COLOR_DEV, x, y);
220 diffMask.setPixel(MASK_COLOR_FAIL, x, y);
292 output.setPixel(MASK_COLOR_FAIL, x, y);
    [all...]
es3fShaderInvarianceTests.cpp 372 errorMask.setPixel(x, y, errColor);
    [all...]
es3fFboTestUtil.cpp     [all...]
es3fShaderTextureFunctionTests.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 381 access.setPixel(data[x], x, 0);
    [all...]
vktGeometryLayeredRenderingTests.cpp 493 errorMaskAccess.setPixel(red, x, y);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 507 inputPixelBuffer.setPixel(initialValue, x, y, z);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawElementsBaseVertexTests.cpp 334 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255)));
es31fStencilTexturingTests.cpp 484 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y);
    [all...]
es31fFboSRGBWriteControlTests.cpp 505 m_imageData.getAccess().setPixel(imageColor, px, py);
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 123 access.setPixel(color, x, y);
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 851 errorAccess.setPixel(errorAccess.getPixel(x, y) + Vec4(1.0f, -1.0f, 0.0f, 0.0f) / float(numSamples-1), x, y);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image.cpp 86 int32_t CJBig2_Image::setPixel(int32_t x, int32_t y, int v) {
    [all...]
  /external/pdfium/core/fxge/dib/
cfx_dibitmap.cpp 550 void CFX_DIBitmap::SetPixel(int x, int y, uint32_t color) {
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 643 testPrintE("setPixel unsupported format of: %u",
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemShaderImageAccessTests.cpp     [all...]

Completed in 1914 milliseconds

1 2 3 4 5 67 8 910