Searched refs:descSuffix (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 62 const char* const descSuffix; in init() member 65 …MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), red… in init() 120 … (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 136 const char* const descSuffix; in init() member 139 …MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), num… in init() 188 … (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 289 const char* const descSuffix; in init() member 292 …MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), … in init() 306 … "Use both buffers and textures wastefully" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 329 … (string() + "Highly random behavior" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 62 const char* const descSuffix; in init() member 65 …MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), red… in init() 120 … (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 136 const char* const descSuffix; in init() member 139 …MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), num… in init() 188 … (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 289 const char* const descSuffix; in init() member 292 …MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), … in init() 306 … "Use both buffers and textures wastefully" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 329 … (string() + "Highly random behavior" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init()
|