diff options
Diffstat (limited to 'emulator/opengl/host/tools/emugen/tests/t.001/input')
3 files changed, 0 insertions, 30 deletions
diff --git a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.attrib b/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.attrib deleted file mode 100644 index 80644d8..0000000 --- a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.attrib +++ /dev/null @@ -1,15 +0,0 @@ -GLOBAL - base_opcode 200 - encoder_headers "fooUtils.h" "fooBase.h" - -fooIsBuffer - dir stuff in - len stuff (4 * sizeof(float)) - param_check stuff if (n == NULL) { LOG(ERROR) << "NULL stuff"; return; } - -fooUnsupported - dir params in - flag unsupported - -fooDoEncoderFlush - flag flushOnEncode diff --git a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.in b/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.in deleted file mode 100644 index 4e98f88..0000000 --- a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.in +++ /dev/null @@ -1,5 +0,0 @@ -FOO_ENTRY(void, fooAlphaFunc, FooInt func, FooFloat ref) -FOO_ENTRY(FooBoolean, fooIsBuffer, void* stuff) -FOO_ENTRY(void, fooUnsupported, void* params) -FOO_ENTRY(void, fooDoEncoderFlush, FooInt param) -FOO_ENTRY(void, fooTakeConstVoidPtrConstPtr, const void* const* param) diff --git a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.types b/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.types deleted file mode 100644 index 05d72fb..0000000 --- a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.types +++ /dev/null @@ -1,10 +0,0 @@ -FooBoolean 8 %d -FooInt 32 %d -FooShort 16 %d -FooFloat 32 %f -FooEnum 32 %08x -FooVoid 0 %x -FooChar 8 %d -FooChar* 32 0x%08x -void* 32 0x%08x -void*const* 32 0x%08x |