Home
last modified time | relevance | path

Searched refs:getObjectCount (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsMemoryStressCase.cpp437 int getObjectCount (void) const { return m_objectCount; } in getObjectCount() function in deqp::gls::MemObjectAllocator
849 …eout. Couldn't exhaust memory in timelimit. Allocated " << allocator.getObjectCount() << " objects… in iterate()
861 m_allocated.push_back(allocator.getObjectCount()); in iterate()
863 if (m_iteration != 0 && allocator.getObjectCount() == 0) in iterate()
866 …log << TestLog::Message << "Got error when allocation object count: " << allocator.getObjectCount(… in iterate()