Searched refs:getStaticFieldValue (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidUtil.cpp | 222 FieldType getStaticFieldValue (JNIEnv* env, jclass cls, jfieldID fieldId); 225 int getStaticFieldValue<int> (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() function 232 string getStaticFieldValue<string> (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() function 243 vector<string> getStaticFieldValue<vector<string> > (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() function 277 return getStaticFieldValue<FieldType>(env, cls, fieldId); in getStaticField()
|