aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h')
-rw-r--r--emulator/opengl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/emulator/opengl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h b/emulator/opengl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h
deleted file mode 100644
index c4e44ad..0000000
--- a/emulator/opengl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// 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;
- 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){};
- virtual unsigned int getError(){ return 0; };
-};
-
-#endif