Home
last modified time | relevance | path

Searched refs:barLength (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp362 const int barLength = static_cast<int>(rowWidthRatio * static_cast<float>(image.getWidth())); in verifyImageSingleColoredRow() local
370 << "Expecting all pixels with distance less or equal to (about) " << barLength in verifyImageSingleColoredRow()
385 if (x <= barLength - barLengthThreshold) in verifyImageSingleColoredRow()
387 else if (x >= barLength + barLengthThreshold) in verifyImageSingleColoredRow()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp3514 const int barLength = (int)(rowWidthRatio * (float)layer.getWidth()); in verifyImageSingleColoredRow() local
3520 …ge << "Expecting all pixels with distance less or equal to (about) " << barLength << " pixels from… in verifyImageSingleColoredRow()
3535 if (x <= barLength - barLengthThreshold) in verifyImageSingleColoredRow()
3537 else if (x >= barLength + barLengthThreshold) in verifyImageSingleColoredRow()
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java4458 msg.barLength = 1; in testBytesOffsetLength()
4468 byte[] bar = new byte[msg.barLength]; in testBytesOffsetLength()
4469 System.arraycopy(msg.barBuffer, msg.barOffset, bar, 0, msg.barLength); in testBytesOffsetLength()