summaryrefslogtreecommitdiffstats
path: root/distrib/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h')
-rw-r--r--distrib/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/distrib/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h b/distrib/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h
new file mode 100644
index 000000000..84e9d6f0e
--- /dev/null
+++ b/distrib/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h
@@ -0,0 +1,25 @@
+// Generated Code - DO NOT EDIT !!
+// generated by 'emugen'
+#ifndef __foo_client_context_t_h
+#define __foo_client_context_t_h
+
+#include "foo_client_proc.h"
+
+
+struct foo_client_context_t {
+
+ fooAlphaFunc_client_proc_t fooAlphaFunc;
+ fooIsBuffer_client_proc_t fooIsBuffer;
+ fooUnsupported_client_proc_t fooUnsupported;
+ fooDoEncoderFlush_client_proc_t fooDoEncoderFlush;
+ fooTakeConstVoidPtrConstPtr_client_proc_t fooTakeConstVoidPtrConstPtr;
+ virtual ~foo_client_context_t() {}
+
+ typedef foo_client_context_t *CONTEXT_ACCESSOR_TYPE(void);
+ static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
+ int initDispatchByName( void *(*getProc)(const char *name, void *userData), void *userData);
+ virtual void setError(unsigned int error){ (void)error; };
+ virtual unsigned int getError(){ return 0; };
+};
+
+#endif