Home | History | Annotate | Download | only in egl

Lines Matching full:m_allocator

326 	MemoryAllocator*	m_allocator;
338 , m_allocator (NULL)
371 delete m_allocator;
372 m_allocator = DE_NULL;
383 if (!m_allocator)
384 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);
386 if (m_allocator->allocateUntilFailure())
388 log << TestLog::Message << "Couldn't exhaust memory before timeout. Allocated " << m_allocator->getAllocationCount() << " objects." << TestLog::EndMessage;
391 delete m_allocator;
392 m_allocator = NULL;
397 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;
398 log << TestLog::Message << "Got expected error: " << m_allocator->getErrorString() << TestLog::EndMessage;
399 m_allocationCounts.push_back(m_allocator->getAllocationCount());
401 delete m_allocator;
402 m_allocator = NULL;
409 log << TestLog::Message << "Iteration " << m_iteration << ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCount() << " contexts, " << m_allocator->getPBufferCount() << " PBuffers." << TestLog::EndMessage;