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

  /external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 62 const size_t m_totalSystemMemory;
tcuAndroidPlatform.cpp 292 , m_totalSystemMemory (getTotalSystemMemory(activity.getNativeActivity()))
325 limits.totalSystemMemory = de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMemUsage)) * safeUsageRatio), 16*MiB);

Completed in 77 milliseconds