Searched defs:MeshParams (Results 1 – 5 of 5) 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
120 struct MeshParams struct122 tcu::Vec4 color;123 float depth;124 float scaleX;125 float scaleY;126 float offsetX;127 float offsetY;129 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() argument
1360 struct MeshParams struct1362 tcu::Vec4 color;1363 float depth;1364 bool reversed;1365 float scaleX;1366 float scaleY;1367 float offsetX;1368 float offsetY;1369 float stripScale;1371 MeshParams (const tcu::Vec4& color_ = kDefaultTriangleColor, in MeshParams() argument
91 struct MeshParams { struct92 MeshShaders shaders;93 bool randomOrder;94 MeshNextStages nextStages;