HomeSort by relevance Sort by last modified time
    Searched refs:m_curSize (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 394 , m_curSize (0)
410 m_curSize = 0;
459 const bool respecify = m_curSize == 0 || rnd.getFloat() < respecifyProbability;
483 m_curSize = size;
488 const int size = de::clamp(deRoundFloatToInt32((float)m_curSize * deFloatPow(rnd.getFloat(0.0f, 0.7f), 3.0f)), minSize, m_curSize);
489 const int offset = rnd.getInt(0, m_curSize-size);
531 int m_curSize;
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 394 , m_curSize (0)
410 m_curSize = 0;
471 const bool respecify = m_curSize == 0 || rnd.getFloat() < respecifyProbability;
495 m_curSize = size;
500 const int size = de::clamp(deRoundFloatToInt32((float)m_curSize * deFloatPow(rnd.getFloat(0.0f, 0.7f), 3.0f)), minSize, m_curSize);
501 const int offset = rnd.getInt(0, m_curSize-size);
544 int m_curSize;

Completed in 75 milliseconds