Home
last modified time | relevance | path

Searched refs:redundantBufferFactor (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp64 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()
116redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferF… in init() local
125 redundantBufferFactor)); in init()
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp64 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()
116redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferF… in init() local
125 redundantBufferFactor)); in init()
/external/deqp/modules/glshared/
DglsLongStressCase.hpp284 int redundantBufferFactor = 1,
DglsLongStressCase.cpp1090 const int redundantBufferFactor, in LongStressCase() argument
1103 , m_redundantBufferFactor (redundantBufferFactor) in LongStressCase()