replicant-frameworks_native/opengl/libs/GLES_trace
Siva Velusamy 39177b4103 GLES_trace: fix compile errors on 64 bit architectures
GLES_trace passes some pointers back to the host. Encode them
using int64's rather than int32's

This fix requires an update to the host tool to look at pointers
as 64 bit, and if not found, then fall back to 32 bit integers.

Change-Id: I11ff2ca51290f05913c1b9143cecee1caf015543
2014-01-28 17:38:32 -08:00
..
src GLES_trace: fix compile errors on 64 bit architectures 2014-01-28 17:38:32 -08:00
tools GLES_trace: fix compile errors on 64 bit architectures 2014-01-28 17:38:32 -08:00
.gitignore
Android.mk Add liblog 2013-04-09 21:55:39 -07:00
DESIGN.txt gltrace: Add support for tracing running applications. 2012-12-20 10:38:47 -08:00
dev.make gltrace: Send vertex attribute data after glDraw() call. 2012-03-01 17:41:53 -08:00
gltrace.proto Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00