#include "showBase.h"
#include "throw_event.h"
#include "graphicsWindow.h"
#include "chancfg.h"
#include "renderBuffer.h"
#include "get_config_path.h"
#include "camera.h"
#include "graphicsPipeSelection.h"
Go to the source code of this file.
Defines | |
#define | MAX_FULLSCREEN_TESTS 10 |
Functions | |
ConfigureDef (config_showbase) | |
ConfigureFn (config_showbase) | |
DSearchPath & | get_particle_path () |
void | throw_new_frame () |
void | take_snapshot (GraphicsWindow *win, const string &name) |
ConfigShowbase & | get_config_showbase () |
void | add_fullscreen_testsize (int xsize, int ysize) |
void | runtest_fullscreen_sizes (GraphicsWindow *win) |
bool | query_fullscreen_testresult (int xsize, int ysize) |
Variables | |
int | num_fullscreen_testsizes = 0 |
int | fullscreen_testsizes [MAX_FULLSCREEN_TESTS *2] |
Definition in file showBase.cxx.
|
Definition at line 78 of file showBase.cxx. Referenced by get_config_showbase(). |
|
Definition at line 82 of file showBase.cxx. |
|
|
|
Definition at line 34 of file showBase.cxx. References get_config_path(), and NULL. |
|
Definition at line 72 of file showBase.cxx. References fullscreen_testsizes, MAX_FULLSCREEN_TESTS, and num_fullscreen_testsizes. |
|
Definition at line 38 of file showBase.cxx. |
|
Definition at line 102 of file showBase.cxx. References fullscreen_testsizes, and num_fullscreen_testsizes. |
|
Definition at line 97 of file showBase.cxx. |
|
Definition at line 52 of file showBase.cxx. |
|
Definition at line 46 of file showBase.cxx. References GraphicsWindow::get_gsg(), GraphicsStateGuardian::get_render_buffer(), RenderBuffer::T_front, and win. |
|
Definition at line 79 of file showBase.cxx. Referenced by get_config_showbase(), and query_fullscreen_testresult(). |
|
Definition at line 77 of file showBase.cxx. Referenced by get_config_showbase(), and query_fullscreen_testresult(). |