#include <eventHandler.h>
#include <texture.h>
#include <graphicsWindow.h>
#include <graphicsStateGuardian.h>
#include <pixelBuffer.h>
#include <dconfig.h>
#include <chancfg.h>
#include <string>
Go to the source code of this file.
Functions | |
Configure (indirect) | |
int | framework_main (int argc, char *argv[]) |
int | binary_log_cap (int x) |
void | indirect_display_func (void) |
void | indirect_init (void) |
void | indirect_keys (EventHandler &) |
int | main (int argc, char *argv[]) |
Variables | |
GraphicsWindow * | win |
std::string | chan_config |
void(* | extra_display_func )() |
void(* | define_keys )(EventHandler &) |
void(* | first_init )() |
Texture * | t = (Texture*)0L |
PixelBuffer * | pb = (PixelBuffer *)0L |
DisplayRegion * | dr1 = (DisplayRegion*)0L |
DisplayRegion * | dr2 = (DisplayRegion*)0L |
bool | use_canned_texture = indirect.GetBool("canned-texture", false) |
bool | use_texture = indirect.GetBool("use-texture", true) |
bool | full_region = indirect.GetBool("full-region", true) |
bool | side_by_side = indirect.GetBool("side-by-side", true) |
bool | right_to_left = indirect.GetBool("right-to-left", true) |
int | logs [] = { 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 0 } |
Definition in file indirect.cxx.
|
Definition at line 54 of file indirect.cxx. References logs. |
|
|
|
|
|
Definition at line 62 of file indirect.cxx. |
|
Definition at line 153 of file indirect.cxx. Referenced by main(). |
|
Definition at line 158 of file indirect.cxx. References dr1, dr2, and DisplayRegion::set_active(). |
|
Definition at line 171 of file indirect.cxx. References first_init, and indirect_init(). |
|
Definition at line 34 of file indirect.cxx. |
|
Definition at line 38 of file indirect.cxx. |
|
Definition at line 43 of file indirect.cxx. Referenced by indirect_display_func(), and indirect_keys(). |
|
Definition at line 44 of file indirect.cxx. Referenced by indirect_keys(). |
|
Definition at line 37 of file indirect.cxx. |
|
Definition at line 39 of file indirect.cxx. Referenced by main(). |
|
Definition at line 48 of file indirect.cxx. |
|
Definition at line 52 of file indirect.cxx. Referenced by binary_log_cap(). |
|
|
Definition at line 50 of file indirect.cxx. |
|
Definition at line 49 of file indirect.cxx. |
|
|
Definition at line 46 of file indirect.cxx. |
|
Definition at line 47 of file indirect.cxx. |
|