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

  /external/deqp/framework/delibs/decpp/
deThreadSafeRingBuffer.cpp 62 m_lastPayload.resize(numProducers, 0);
77 DE_TEST_ASSERT(de::inBounds<int>(threadId, 0, (int)m_lastPayload.size()));
78 DE_TEST_ASSERT((m_lastPayload[threadId] == 0 && msg.getPayload() == 0) || m_lastPayload[threadId] < msg.getPayload());
80 m_lastPayload[threadId] = msg.getPayload();
92 vector<deUint16> m_lastPayload;
deBlockBuffer.cpp 65 m_lastPayload.resize(numProducers, 0);
71 Random rnd ((deUint32)m_lastPayload.size());
101 DE_TEST_ASSERT(de::inBounds<int>(threadId, 0, (int)m_lastPayload.size()));
102 DE_TEST_ASSERT((m_lastPayload[threadId] == 0 && msg.getPayload() == 0) || m_lastPayload[threadId] < msg.getPayload());
104 m_lastPayload[threadId] = msg.getPayload();
118 vector<deUint16> m_lastPayload;

Completed in 434 milliseconds