Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.cpp340 …const vector<string> supportedAbis = getStaticField<vector<string> >(env, buildClass, "SUPPORTED_A… in describePlatform() local
344 for (size_t ndx = 0; ndx < supportedAbis.size(); ndx++) in describePlatform()
345 dst << (ndx != 0 ? ", " : "") << supportedAbis[ndx]; in describePlatform()