summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/trace.cpp
diff options
context:
space:
mode:
authorDavid Li <davidxli@google.com>2011-03-10 16:40:37 -0800
committerDavid Li <davidxli@google.com>2011-03-10 16:40:37 -0800
commit5c425f2eafc3d63e475153586edcf12eb6348aad (patch)
tree4457f9e7b3c5216ce93661bf399481eaef5c73b8 /opengl/libs/EGL/trace.cpp
parente888b25fb54d2079a784da2b72a950aaafb844dc (diff)
downloadframeworks_base-5c425f2eafc3d63e475153586edcf12eb6348aad.zip
frameworks_base-5c425f2eafc3d63e475153586edcf12eb6348aad.tar.gz
frameworks_base-5c425f2eafc3d63e475153586edcf12eb6348aad.tar.bz2
GLES2Debugger: Added DbgContext and vertex data capturing.
Send VBO related commands to client, which tracks the state. Maintain index buffer content and vertex attrib pointer/buffer state on server. During glDrawArrays/Elements, send user memory data to client. Change-Id: Ia920e90479329b301ae4b5735e833eeb20293c94 Signed-off-by: David Li <davidxli@google.com>
Diffstat (limited to 'opengl/libs/EGL/trace.cpp')
-rw-r--r--opengl/libs/EGL/trace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/trace.cpp b/opengl/libs/EGL/trace.cpp
index 3a1ae21..f3e101b 100644
--- a/opengl/libs/EGL/trace.cpp
+++ b/opengl/libs/EGL/trace.cpp
@@ -376,7 +376,7 @@ extern "C" {
// declare all Debug_gl* functions
#define GL_ENTRY(_r, _api, ...) _r Debug_##_api ( __VA_ARGS__ );
-#include "../GLES2_dbg/include/glesv2_dbg.h"
+#include "glesv2dbg_functions.h"
#undef GL_ENTRY
#define GL_ENTRY(_r, _api, ...) Debug_ ## _api,