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 "log.h"
#include "dejagnu.h"
#include "GnashDevice.h"
#include "RawFBDevice.h"
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
TestState | runtest |
unsigned short | red [256] |
unsigned short | green [256] |
unsigned short | blue [256] |
struct fb_cmap | map332 = {0, 256, red, green, blue, NULL} |
unsigned short | red_b [256] |
unsigned short | green_b [256] |
unsigned short | blue_b [256] |
struct fb_cmap | map_back = {0, 256, red_b, green_b, blue_b, NULL} |
int main | ( | int argc | , |
char * | argv[] | ||
) |
References gnash::dbglogfile, gnash::LogFile::setVerbosity(), runtest, x, and y.
unsigned short blue[256] |
Referenced by gnash::renderer::EGLDevice::printEGLConfig().
unsigned short blue_b[256] |
unsigned short green[256] |
Referenced by gnash::renderer::EGLDevice::printEGLConfig().
unsigned short green_b[256] |
unsigned short red[256] |
Referenced by gnash::renderer::EGLDevice::printEGLConfig().
unsigned short red_b[256] |
TestState runtest |