Searched defs:MeshParams (Results 1 – 3 of 3) sorted by relevance
112 struct MeshParams struct114 tcu::Vec4 color;115 float depth;116 float scaleX;117 float scaleY;118 float offsetX;119 float offsetY;121 …MeshParams(const tcu::Vec4 &color_ = kDefaultTriangleColor, float depth_ = 0.0f, float scaleX_ = 1… in MeshParams() function
1440 struct MeshParams struct1442 tcu::Vec4 color;1443 float depth;1444 bool reversed;1445 float scaleX;1446 float scaleY;1447 float offsetX;1448 float offsetY;1449 float stripScale;1451 …MeshParams(const tcu::Vec4 &color_ = kDefaultTriangleColor, float depth_ = 0.0f, bool reversed_ = … in MeshParams() argument
98 struct MeshParams struct100 MeshShaders shaders;101 bool randomOrder;102 MeshNextStages nextStages;