Home | History | Annotate | Download | only in egl

Lines Matching full:m_allocator

335 	MemoryAllocator*	m_allocator;
347 , m_allocator (NULL)
382 delete m_allocator;
383 m_allocator = DE_NULL;
400 if (!m_allocator)
401 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use);
403 if (m_allocator->allocateUntilFailure())
405 log << TestLog::Message << "Couldn't exhaust memory before timeout. Allocated " << m_allocator->getAllocationCount() << " objects." << TestLog::EndMessage;
408 delete m_allocator;
409 m_allocator = NULL;
414 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;
415 log << TestLog::Message << "Got expected error: " << m_allocator->getErrorString() << TestLog::EndMessage;
416 m_allocationCounts.push_back(m_allocator->getAllocationCount());
418 delete m_allocator;
419 m_allocator = NULL;
426 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;