summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp
diff options
context:
space:
mode:
authorDavid Li <davidxli@google.com>2011-04-08 18:41:00 -0700
committerDavid Li <davidxli@google.com>2011-04-12 15:56:10 -0700
commite2ad4d0e3748c2f0180d24d1b3468aac79adac3a (patch)
treebfa8647edf051ce768ee9c855d7d488924fc1377 /opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp
parentce30eb8a90a1ac458e15e773057a8a73b0918ae6 (diff)
downloadframeworks_base-e2ad4d0e3748c2f0180d24d1b3468aac79adac3a.zip
frameworks_base-e2ad4d0e3748c2f0180d24d1b3468aac79adac3a.tar.gz
frameworks_base-e2ad4d0e3748c2f0180d24d1b3468aac79adac3a.tar.bz2
GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocol
To allow auto generate of Debug_glReadPixels function. Also added AfterGeneratedCall messag type, and client override of expectResponse for improving protocol. Also implemented callers for client to get shader/program iv & infolog Change-Id: I8426de0be4b7ffcb8b2b4f063ad85d19a9d2d72e Signed-off-by: David Li <davidxli@google.com>
Diffstat (limited to 'opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp')
-rw-r--r--opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp b/opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp
index 046c954..ee76847 100644
--- a/opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp
+++ b/opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp
@@ -436,6 +436,7 @@ bool Message_Type_IsValid(int value) {
case 0:
case 1:
case 2:
+ case 3:
return true;
default:
return false;
@@ -445,6 +446,7 @@ bool Message_Type_IsValid(int value) {
#ifndef _MSC_VER
const Message_Type Message::BeforeCall;
const Message_Type Message::AfterCall;
+const Message_Type Message::AfterGeneratedCall;
const Message_Type Message::Response;
const Message_Type Message::Type_MIN;
const Message_Type Message::Type_MAX;