Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp195 const char* getJNITypeStr (void);
198 const char* getJNITypeStr<int> (void) in getJNITypeStr() function
204 const char* getJNITypeStr<float> (void) in getJNITypeStr() function
210 const char* getJNITypeStr<string> (void) in getJNITypeStr() function
216 const char* getJNITypeStr<vector<string> > (void) in getJNITypeStr() function
272 const jfieldID fieldId = env->GetStaticFieldID(cls, fieldName, getJNITypeStr<FieldType>()); in getStaticField()
303 const jfieldID fieldId = env->GetFieldID(cls, fieldName, getJNITypeStr<FieldType>()); in getField()