Home
last modified time | relevance | path

Searched refs:reuploadWithTexImage (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsLongStressCase.hpp222 …float reuploadWithTexImage; //!< Use glTexImage*() when re-uploading texture, not glTexSubImage*… member
239 …FeatureProbabilities& pReuploadWithTexImage (const float prob) { reuploadWithTexImage = prob; … in pReuploadWithTexImage()
256 , reuploadWithTexImage (0.0f) in FeatureProbabilities()
DglsLongStressCase.cpp1204 …ge* when uploading texture: " << probabilityStr(m_probabilities.reuploadWithTexImage) << TestL… in init()
1316 if (!hadTexture || m_rnd.getFloat() < m_probabilities.reuploadWithTexImage) in iterate()