Lines Matching refs:tessellationLevelsString

546 static string tessellationLevelsString (const float* inner, int numInner, const float* outer, int n…  in tessellationLevelsString()  function
552 static string tessellationLevelsString (const float* inner, const float* outer, TessPrimitiveType p… in tessellationLevelsString() function
554 …return tessellationLevelsString(inner, numInnerTessellationLevels(primType), outer, numOuterTessel… in tessellationLevelsString()
557 static string tessellationLevelsString (const float* inner, const float* outer) in tessellationLevelsString() function
559 return tessellationLevelsString(inner, 2, outer, 4); in tessellationLevelsString()
2043 …log << TestLog::Message << "Tessellation levels: " << tessellationLevelsString(innerLevels, outerL… in iterate()
2375 …log << TestLog::Message << "Tessellation levels: " << tessellationLevelsString(&innerLevels[0], &o… in iterate()
3502 string description (void) const { return tessellationLevelsString(&inner[0], &outer[0]); } in description()
3759 …ge << "Note: tessellation levels for both primitives were: " << tessellationLevelsString(&inner[0]… in iterate()
4069 …<< ", tessellation levels: " << tessellationLevelsString(innerLevels, outerLevels) << TestLog::End… in iterate()
4085 << tessellationLevelsString(&patchTessLevels[0], &patchTessLevels[2]) << "\n" in iterate()
4087 << tessellationLevelsString(innerLevels, outerLevels) << TestLog::EndMessage; in iterate()
5051 …log << TestLog::Message << "Testing with tessellation levels: " << tessellationLevelsString(&tessL… in iterate()
5433 << tessellationLevelsString(&attr[0], &attr[1]) << TestLog::EndMessage; in iterate()