Gnash  0.8.10
Functions | Variables
test_rawfb.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 "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}

Function Documentation

int main ( int argc  ,
char *  argv[] 
)

Variable Documentation

unsigned short blue[256]
unsigned short blue_b[256]
unsigned short green[256]
unsigned short green_b[256]
struct fb_cmap map332 = {0, 256, red, green, blue, NULL}
struct fb_cmap map_back = {0, 256, red_b, green_b, blue_b, NULL}
unsigned short red[256]
unsigned short red_b[256]
TestState runtest