Searched defs:rectStr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 93 milliseconds