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

  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 335 MemoryAllocator* m_allocator; member in class:deqp::egl::MemoryStressCase
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
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 684 milliseconds