Searched refs:reuploadTexture (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp220 float reuploadTexture; //!< Reupload texture, even if it already exists and has been uploaded. member in struct:deqp::gls::LongStressCase::FeatureProbabilities
237 FeatureProbabilities& pReuploadTexture (const float prob) { reuploadTexture = prob; return *this; }
254 , reuploadTexture (0.0f)
H A DglsLongStressCase.cpp1202 << TestLog::Message << "Texture re-upload: " << probabilityStr(m_probabilities.reuploadTexture) << TestLog::EndMessage
1310 if (!hadTexture || m_rnd.getFloat() < m_probabilities.reuploadTexture)

Completed in 122 milliseconds