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

/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp70 int getAllocationCount (void) const { return (int)(m_pbuffers.size() + m_contexts.size()); } function in class:deqp::egl::__anon19832::MemoryAllocator
388 log << TestLog::Message << "Couldn't exhaust memory before timeout. Allocated " << m_allocator->getAllocationCount() << " objects." << TestLog::EndMessage;
397 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;
399 m_allocationCounts.push_back(m_allocator->getAllocationCount());
409 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;

Completed in 78 milliseconds