|
| ViewportTests (TestHost &host, std::string output_dir, const Config &config) |
|
| TestSuite (TestHost &host, std::string output_dir, std::string suite_name, const Config &config) |
|
const std::string & | Name () const |
|
virtual void | Initialize () |
| Called to initialize the test suite.
|
|
virtual void | Deinitialize () |
| Called to tear down the test suite.
|
|
virtual void | SetupTest () |
| Called before running an individual test within this suite.
|
|
virtual void | TearDownTest () |
| Called after running an individual test within this suite.
|
|
void | DisableTests (const std::set< std::string > &tests_to_skip) |
|
std::vector< std::string > | TestNames () const |
|
bool | HasEnabledTests () const |
|
void | Run (const std::string &test_name) |
|
void | RunAll () |
|
void | SetSavingAllowed (bool enable=true) |
|
Tests the effects of NV097_SET_VIEWPORT_OFFSET and NV097_SET_VIEWPORT_SCALE on quads rendered via the fixed function and programmable pipelines.