Home
last modified time | relevance | path

Searched refs:arrayStr (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/animator/
DSkAnimateBase.cpp154 SkString arrayStr(lvalStr, arrayNameLen); in onEndElement() local
156 fFieldInfo = fTarget->getMember(arrayStr.c_str()); in onEndElement()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp104 static string arrayStr (const T (&arr)[Size]) in arrayStr() function
1740 …<< 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 …]
Des31fTessellationTests.cpp134 static string arrayStr (const T (&arr)[N], int wrapLengthParam = 0, int numIndentationSpaces = 0) in arrayStr() function
6385 …log << TestLog::Message << "Note: input data for in_v_attr:\n" << arrayStr(attributes, 4) << TestL… in iterate()