#include <iostream>
#include <fstream>
#include "perf/perf.h"
#include "vgfx/vgfx.h"
Go to the source code of this file.
Functions | |
static void | doTest (IN std::istream &stream) |
int | main (IN int argc, IN const char *argv[]) |
static void doTest | ( | IN std::istream & | stream | ) | [static] |
Definition at line 26 of file lib/vgfx/test/test.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 64 of file lib/vgfx/test/test.cpp.