blob: 686cd7878c506209733ca6c7ef2cf622c09535b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
mmm -j8 frameworks/base/libs/hwui/tests/ &&
adb push $OUT/data/local/tmp/hwuitest /data/local/tmp/hwuitest &&
adb shell /data/local/tmp/hwuitest
Command arguments:
hwuitest [testname]
Default test is 'shadowgrid'
List of tests:
shadowgrid: creates a grid of rounded rects that cast shadows, high CPU & GPU load
rectgrid: creates a grid of 1x1 rects
oval: draws 1 oval
|