Searched defs:descSuffix (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp62 const char* const descSuffix; member in struct:deqp::gles2::Stress::MemCase
65 MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {}
120 (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(),
136 const char* const descSuffix; member in struct:deqp::gles2::Stress::MemCase
139 MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), numTextures(t) {}
188 (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(),
289 const char* const descSuffix; member in struct:deqp::gles2::Stress::MemCase
292 MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), bufLimit(b) {}
306 (string() + "Use both buffers and textures wastefully" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(),
329 (string() + "Highly random behavior" + memoryLimitCases[memoryLimitNdx].descSuffix)
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp62 const char* const descSuffix; member in struct:deqp::gles3::Stress::MemCase
65 MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {}
120 (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(),
136 const char* const descSuffix; member in struct:deqp::gles3::Stress::MemCase
139 MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), numTextures(t) {}
188 (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(),
289 const char* const descSuffix; member in struct:deqp::gles3::Stress::MemCase
292 MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), bufLimit(b) {}
306 (string() + "Use both buffers and textures wastefully" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(),
329 (string() + "Highly random behavior" + memoryLimitCases[memoryLimitNdx].descSuffix)
[all...]

Completed in 70 milliseconds