Home | History | Annotate | Download | only in tests

Lines Matching refs:testStr

90     SkTArray<const char*> testStr;
92 testStr.push_back(input1.c_str());
94 testStr.push_back(input2.c_str());
96 testStr.push_back(input3.c_str());
98 testStr.push_back(input4.c_str());
100 testStr.push_back(input5.c_str());
102 testStr.push_back(input6.c_str());
105 SkString test = GrGLSLPrettyPrint::PrettyPrintGLSL(testStr.begin(), lengths.begin(),
106 testStr.count(), true);
109 testStr.reset();
111 testStr.push_back(neg1.c_str());
113 testStr.push_back(neg2.c_str());
115 testStr.push_back(neg3.c_str());
119 ASSERT(GrGLSLPrettyPrint::PrettyPrintGLSL(testStr.begin(), lengths.begin(), 1,