1#ifndef XEMU_PERF_TESTS_VERTEX_BUFFER_ALLOCATION_TESTS_H
2#define XEMU_PERF_TESTS_VERTEX_BUFFER_ALLOCATION_TESTS_H
10namespace PBKitPlusPlus {
14using namespace PBKitPlusPlus;
35 void TestTinyAllocations(
const std::string &name, DrawMode mode);
36 void TestMixedSizes(
const std::string &name, DrawMode mode);
Definition test_host.h:12
Definition test_suite.h:16
Definition vertex_buffer_allocation_tests.h:19
void Initialize() override
Called to initialize the test suite.
Definition vertex_buffer_allocation_tests.cpp:182
void Deinitialize() override
Called to tear down the test suite.
Definition vertex_buffer_allocation_tests.cpp:187
Runtime configuration for TestSuites.
Definition test_suite.h:19