var fDesc=new Array(); fDesc[0] = "GFXBench GL is a benchmarking tool for PCs and smartphones. While the high-level tests (Car Chase, Manhattan 3.1, Manhattan) put your device to an intensive graphics performance analysis with game-like content, low-level tests measure specific graphics performance aspects (Driver Overhead 2, ALU 2, Tessellation, Texturing).

In order to provide the most suitable performance testing, GFXBench detects the API level supported by your device and runs the relevant high-level tests."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }