Searched refs:compString (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | ParseHelper.cpp | 51 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields… in parseVectorFields() argument 53 fields.num = (int) compString.size(); in parseVectorFields() 55 error(line, "illegal vector field selection", compString.c_str(), ""); in parseVectorFields() 66 switch (compString[i]) { in parseVectorFields() 117 error(line, "illegal vector field selection", compString.c_str(), ""); in parseVectorFields() 124 error(line, "vector field selection out of range", compString.c_str(), ""); in parseVectorFields() 130 … error(line, "illegal - vector component fields not from the same set", compString.c_str(), ""); in parseVectorFields() 144 bool TParseContext::parseMatrixFields(const TString& compString, int matSize, TMatrixFields& fields… in parseMatrixFields() argument 151 if (compString.size() != 2) { in parseMatrixFields() 152 error(line, "illegal length of matrix field selection", compString.c_str(), ""); in parseMatrixFields() [all …]
|