Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp273 static size_t getTotalSystemMemory (ANativeActivity* activity) in getTotalSystemMemory() function
301 , m_totalSystemMemory (getTotalSystemMemory(activity.getNativeActivity())) in Platform()