Searched refs:rowWidthRatio (Results 1 – 2 of 2) sorted by relevance
452 …u::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Ve… in verifyImageSingleColoredRow() argument454 DE_ASSERT(rowWidthRatio > 0.0f); in verifyImageSingleColoredRow()460 const int barLength = static_cast<int>(rowWidthRatio * static_cast<float>(image.getWidth())); in verifyImageSingleColoredRow()
2704 …bool verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu…3510 bool LayeredRenderCase::verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio… in verifyImageSingleColoredRow() argument3512 DE_ASSERT(rowWidthRatio > 0.0f); in verifyImageSingleColoredRow()3514 const int barLength = (int)(rowWidthRatio * (float)layer.getWidth()); in verifyImageSingleColoredRow()