Home | History | Annotate | Download | only in performance

Lines Matching refs:vs

156  * slope of the workload size vs frame time data is estimated. This slope
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc)
245 : vertShaderSource(vs), fragShaderSource(fs), attributes(attrs), description(desc) {}