Searched refs:shVaryings (Results 1 – 1 of 1) sorted by relevance
31 const std::vector<sh::ShaderVariable> &shVaryings) in testVaryingPacking() argument34 for (const sh::ShaderVariable &shVarying : shVaryings) in testVaryingPacking()54 bool packVaryings(GLint maxVaryings, const std::vector<sh::ShaderVariable> &shVaryings) in packVaryings() argument56 return testVaryingPacking(maxVaryings, PackMode::ANGLE_RELAXED, shVaryings); in packVaryings()60 bool packVaryingsStrict(GLint maxVaryings, const std::vector<sh::ShaderVariable> &shVaryings) in packVaryingsStrict() argument62 return testVaryingPacking(maxVaryings, PackMode::WEBGL_STRICT, shVaryings); in packVaryingsStrict()