Searched refs:rowWidthRatio (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2704 bool verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu::Vec4& color, bool logging = true);
3510 bool LayeredRenderCase::verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu::Vec4& barColor, bool logging) argument
3512 DE_ASSERT(rowWidthRatio > 0.0f);
3514 const int barLength = (int)(rowWidthRatio * (float)layer.getWidth());

Completed in 89 milliseconds