Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp5666 float heightOffset = heightStart + heightStep * static_cast<float>(i); in TriangleStipGen() local
5671 coords.push_back(tcu::Vec4(widthOffset, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()
5672 coords.push_back(tcu::Vec4(widthOffset, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()
5673 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()
5674 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()