Searched refs:arrayStr (Results 1 – 3 of 3) sorted by relevance
154 SkString arrayStr(lvalStr, arrayNameLen); in onEndElement() local156 fFieldInfo = fTarget->getMember(arrayStr.c_str()); in onEndElement()
104 static string arrayStr (const T (&arr)[Size]) in arrayStr() function1740 …<< TestLog::Message << "// Note: relevant shader invocation global IDs are " << arrayStr(invocatio… in operator ()()1741 …<< TestLog::Message << "// Note: data expression values for the IDs are " << arrayStr(atomicArgs) … in operator ()()1759 … << TestLog::Message << "// Note: expected one of " << arrayStr(atomicArgs) << TestLog::EndMessage; in operator ()()1848 …log << TestLog::Message << "// Failure: intermediate return values at pixels " << arrayStr(pixelCo… in operator ()()1849 … << (isIntegerFormat ? arrayStr(returnValues.i) : arrayStr(returnValues.f)) << TestLog::EndMessage in operator ()()1850 …<< TestLog::Message << "// Note: relevant shader invocation global IDs are " << arrayStr(invocatio… in operator ()()1852 << (isIntegerFormat ? arrayStr(atomicArgs.i) : arrayStr(atomicArgs.f)) in operator ()()2197 …<< TestLog::Message << "// Note: relevant shader invocation global IDs are " << arrayStr(invocatio… in operator ()()2198 << TestLog::Message << "// Note: expected one of " << arrayStr(assignArgs) in operator ()()[all …]
134 static string arrayStr (const T (&arr)[N], int wrapLengthParam = 0, int numIndentationSpaces = 0) in arrayStr() function6385 …log << TestLog::Message << "Note: input data for in_v_attr:\n" << arrayStr(attributes, 4) << TestL… in iterate()