Searched refs:MemCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 59 static const struct MemCase in init() struct 65 …MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), red… in init() function 68 MemCase("_low_memory", "; use a low buffer memory usage limit", 8*Mi, 2), in init() 69 MemCase("_high_memory", "; use a high buffer memory usage limit", 256*Mi, 64) in init() 133 static const struct MemCase in init() struct 139 …MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), num… in init() argument 142 MemCase("_low_memory", "; use a low texture memory usage limit", 8*Mi, 6), in init() 143 MemCase("_high_memory", "; use a high texture memory usage limit", 256*Mi, 192) in init() 286 static const struct MemCase in init() struct 292 …MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), … in init() function [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 59 static const struct MemCase in init() struct 65 …MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), red… in init() argument 68 MemCase("_low_memory", "; use a low buffer memory usage limit", 8*Mi, 2), in init() 69 MemCase("_high_memory", "; use a high buffer memory usage limit", 256*Mi, 64) in init() 133 static const struct MemCase in init() struct 139 …MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), num… in init() argument 142 MemCase("_low_memory", "; use a low texture memory usage limit", 8*Mi, 6), in init() 143 MemCase("_high_memory", "; use a high texture memory usage limit", 256*Mi, 192) in init() 286 static const struct MemCase in init() struct 292 …MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), … in init() argument [all …]
|