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

/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp72 int getPBufferCount (void) const { return (int)m_pbuffers.size(); } function in class:deqp::egl::__anon19832::MemoryAllocator
397 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;
409 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;

Completed in 172 milliseconds