aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* Fix gldebugger formatter testSiva Velusamy2013-07-251-3/+3
| | | | Change-Id: Ife2254ec1e1500d36d68add788bfa7699d9eb2fa
* Remove older gldebugger implementation.Siva Velusamy2012-08-143-305/+1
| | | | Change-Id: I3eff6c3710a7bb642619876a8f3f728e08fead6f
* gltrace: Fix formatter issue with enum arguments.Siva Velusamy2012-02-131-0/+14
| | | | | | | | Enum arguments are passed along in the protocol buffer with an integer type. This patch fixes the formatter to take care of this case. Change-Id: I1efeaa955b87b57b0da805ae5942d138bbce1544
* gltrace: do not keep the protobuf message in memorySiva Velusamy2012-01-101-16/+15
| | | | | | | | | | | | | Currently, the original protobuf message is retained in memory as part of a GLCall. It turns out that this takes up a significant amount of memory. This patch extracts the necessary fields out of the protobuf and puts them in GLCall. No references to the protobuf are maintained in memory anymore, although they can be recreated by reading in the file again. Change-Id: I93cb8a41a1d8b274ea14b9ae4cde034f0ce70f83
* gltrace: add a graphical way to select framesSiva Velusamy2012-01-091-1/+1
| | | | | | | | | | | | | This patch adds a graphical canvas on which the following elements are rendered: - a scale showing the list of frames - when a particular frame[s] is selected, the duration of the GL calls is displayed as a graph. The GL call table view listens to selection events from this canvas and displays the appropriate function calls based on the selection. Change-Id: Icc8b2bc13547a06103d90f3d5c1f3a764511752b
* gltrace: cleanup methods to format GL CallsSiva Velusamy2011-12-192-0/+256
| | | | | | | | | - move all formatting code to separate package - show return values where applicable - better formatting for pointers - add unit tests Change-Id: Iaba124c9190ebc36d059bf6312a474fd73632958
* gl debugger: Rename SamplesView to GLFramesViewSiva Velusamy2011-10-141-3/+3
| | | | | | No change in functionality, only rename. Change-Id: I43d134c9e9acca1761712bfe1a9fc6f4143131af
* Fix some egregious formatting style differences.Siva Velusamy2011-10-131-2/+2
| | | | | | | | | | Minor refactoring: does not affect functionality. Updated the file SampleView to follow some of the conventions used in the rest of the ADT plugins. No attempt to fix everything, just the ones that annoyed me. Change-Id: Ifd18e2c361ec8592c5efdc9e81ebe84a4eea5c33
* Move gldebugger tests to separate tests plugin.Siva Velusamy2011-09-062-0/+304
Change-Id: I0f1d353c3d5cbd3c21c529472a42d9e8123f909d