OSDN Git Service

flatland: add a GPU hardware benchmark
authorJamie Gennis <jgennis@google.com>
Tue, 4 Dec 2012 00:44:16 +0000 (16:44 -0800)
committerJamie Gennis <jgennis@google.com>
Sat, 22 Dec 2012 02:07:58 +0000 (18:07 -0800)
commit9c183f2493222000fa512d927cfde3f4c748eda0
tree9c8a37305a324b7e4b570f88b7d8afc3692d8962
parent2adaf04fab35cf47c824d74d901b54094e01ccd3
flatland: add a GPU hardware benchmark

This change adds a GPU benchmark named 'flatland' that is intended to measure
GPU performance of UI rendering and compositing scenarios at a fixed a clock
frequency.  This initial version includes only window compositing scenarios.

Change-Id: I5577863aa3be5c6da8b49cb5d53cc49dec2f7081
cmds/flatland/Android.mk [new file with mode: 0644]
cmds/flatland/Composers.cpp [new file with mode: 0644]
cmds/flatland/Flatland.h [new file with mode: 0644]
cmds/flatland/GLHelper.cpp [new file with mode: 0644]
cmds/flatland/GLHelper.h [new file with mode: 0644]
cmds/flatland/Main.cpp [new file with mode: 0644]
cmds/flatland/README.txt [new file with mode: 0644]
cmds/flatland/Renderers.cpp [new file with mode: 0644]