Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp323 } s_stringFields[] = in describePlatform() local
339 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_stringFields); ndx++) in describePlatform()
340 dst << s_stringFields[ndx].className << "." << s_stringFields[ndx].fieldName in describePlatform()
341 …<< ": " << getStaticField<string>(env, s_stringFields[ndx].classPath, s_stringFields[ndx].fieldNam… in describePlatform()