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

/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp64 const int redundantBufferFactor; 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) {}
78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. member in struct:deqp::gles2::Stress::Case
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {}
116 const int redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferFactor : memoryLimitCases[memoryLimitNdx].redundantBufferFactor; local
125 redundantBufferFactor));
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp64 const int redundantBufferFactor; 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) {}
78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. member in struct:deqp::gles3::Stress::Case
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {}
116 const int redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferFactor : memoryLimitCases[memoryLimitNdx].redundantBufferFactor; local
125 redundantBufferFactor));
/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp284 int redundantBufferFactor = 1,
H A DglsLongStressCase.cpp1090 const int redundantBufferFactor,
1103 , m_redundantBufferFactor (redundantBufferFactor)
1078 LongStressCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* const name, const char* const desc, const int maxTexMemoryUsageBytes, const int maxBufMemoryUsageBytes, const int numDrawCallsPerIteration, const int numTrianglesPerDrawCall, const vector<ProgramContext>& programContexts, const FeatureProbabilities& probabilities, const deUint32 indexBufferUsage, const deUint32 attrBufferUsage, const int redundantBufferFactor, const bool showDebugInfo) argument

Completed in 85 milliseconds