Gnash  0.8.10
Functions | Variables
test_egl.cpp File Reference
#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 []

Function Documentation

int main ( int argc  ,
char *  argv[] 
)
void test_egl ( EGLDevice &  egl,
GnashDevice::rtype_t  rtype,
int  argc,
char *  argv[] 
)

References runtest, and win.

Referenced by main().


Variable Documentation

const char* estrs[]
Initial value:
 {
    "OpenVG",
    "OpenGLES1",
    "X11",
    "VAAPI"
}
TestState runtest