Searched refs:heightOffset (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 5677 float heightOffset = heightStart + heightStep * static_cast<float>(i); in TriangleStipGen() local 5682 coords.push_back(tcu::Vec4(widthOffset, heightOffset, 0.0f, 1.0f)); in TriangleStipGen() 5683 coords.push_back(tcu::Vec4(widthOffset, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen() 5684 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset, 0.0f, 1.0f)); in TriangleStipGen() 5685 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()
|