Gnash
0.8.10
|
#include <iostream>
#include <string>
#include <cstdlib>
#include <vector>
#include <map>
#include <cassert>
#include <regex.h>
#include <boost/assign/list_of.hpp>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "log.h"
#include "dejagnu.h"
#include "eglDevice.h"
#include "configTemplates.h"
#include "GnashDevice.h"
Functions | |
void | test_egl (EGLDevice &egl, GnashDevice::rtype_t rtype, int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
TestState | runtest |
const char * | estrs [] |
int main | ( | int argc | , |
char * | argv[] | ||
) |
References gnash::dbglogfile, gnash::LogFile::setVerbosity(), and test_egl().
void test_egl | ( | EGLDevice & | egl, |
GnashDevice::rtype_t | rtype, | ||
int | argc, | ||
char * | argv[] | ||
) |
const char* estrs[] |
{ "OpenVG", "OpenGLES1", "X11", "VAAPI" }
TestState runtest |