Searched defs:MeshParams (Results 1 – 2 of 2) sorted by relevance
118 struct MeshParams struct120 tcu::Vec4 color;121 float depth;122 float scaleX;123 float scaleY;124 float offsetX;125 float offsetY;127 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() function
1007 struct MeshParams struct1009 tcu::Vec4 color;1010 float depth;1011 bool reversed;1012 float scaleX;1013 float scaleY;1014 float offsetX;1015 float offsetY;1016 float stripScale;1018 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() function