Searched refs:redundantBufferFactor (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 64 const int redundantBufferFactor; in init() member 65 … const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {} in init() 78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init() member 80 …fFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), … in init() 116 …redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferF… in init() local 125 redundantBufferFactor)); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 64 const int redundantBufferFactor; in init() member 65 … const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {} in init() 78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init() member 80 …fFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), … in init() 116 …redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferF… in init() local 125 redundantBufferFactor)); in init()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.hpp | 284 int redundantBufferFactor = 1,
|
D | glsLongStressCase.cpp | 1090 const int redundantBufferFactor, in LongStressCase() argument 1103 , m_redundantBufferFactor (redundantBufferFactor) in LongStressCase()
|