Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcRects.cpp173 static Rectangle parseRect(const string& rectStr);
361 static Rectangle parseRect(const string& rectStr) in parseRect() argument
366 istringstream in(rectStr); in parseRect()
373 testPrintE("Error parsing format from: %s", rectStr.c_str()); in parseRect()
378 testPrintE("Unknown graphic format in: %s", rectStr.c_str()); in parseRect()
386 testPrintE("Invalid display frame in: %s", rectStr.c_str()); in parseRect()
411 rectStr.c_str()); in parseRect()
434 rectStr.c_str()); in parseRect()
449 rectStr.c_str()); in parseRect()
455 testPrintE("Error parsing color in: %s", rectStr.c_str()); in parseRect()
[all …]