Searched defs:FeatureProbabilities (Results 1 – 1 of 1) sorted by relevance
217 struct FeatureProbabilities struct in deqp::gls::LongStressCase219 float rebuildProgram; //!< Rebuild program, with variable name-mangling.220 float reuploadTexture; //!< Reupload texture, even if it already exists and has been uploaded.221 float reuploadBuffer; //!< Reupload buffer, even if it already exists and has been uploaded.222 …oat reuploadWithTexImage; //!< Use glTexImage*() when re-uploading texture, not glTexSubImage*().223 …t reuploadWithBufferData; //!< Use glBufferData() when re-uploading buffer, not glBufferSubData().224 float deleteTexture; //!< Delete texture at end of iteration, even if we could re-use it.225 float deleteBuffer; //!< Delete buffer at end of iteration, even if we could re-use it.226 …xtureMemoryUsage; //!< Don't re-use a texture, and don't delete it until given memory limit is hit.227 …BufferMemoryUsage; //!< Don't re-use a buffer, and don't delete it until given memory limit is hit.[all …]