Home | History | Annotate | Download | only in stress

Lines Matching refs:Case

74 		static const struct Case
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {}
83 Case("always_reupload",
88 Case("always_reupload_bufferdata",
93 Case("always_delete",
98 Case("wasteful",
103 Case("separate_attribute_buffers_wasteful",
146 static const struct Case
152 Case (const char* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name(name_), desc(desc_), numTextures(numTextures_), probs(probs_) {}
155 Case("always_reupload",
160 Case("always_reupload_teximage",
165 Case("always_delete",
170 Case("wasteful",
202 static const struct Case
209 Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Probs& probs_ = Probs())
213 Case("client_memory_data",
218 Case("vary_draw_function",
223 Case("few_big_calls",
227 Case("many_small_calls",
253 static const struct Case
258 Case (const char* const name_, const char* const desc_, const Probs& probs_ = Probs()) : name(name_), desc(desc_), probs(probs_) {}
261 Case("several_programs",
264 Case("several_programs_always_rebuild",