Home
last modified time | relevance | path

Searched defs:fieldId (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidUtil.cpp225 int getStaticFieldValue<int> (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() argument
232 string getStaticFieldValue<string> (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() argument
243 vector<string> getStaticFieldValue<vector<string> > (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() argument
272 const jfieldID fieldId = env->GetStaticFieldID(cls, fieldName, getJNITypeStr<FieldType>()); in getStaticField() local
286 getFieldValue(JNIEnv* env, jobject obj, jfieldID fieldId) getFieldValue() argument
296 const jfieldID fieldId = env->GetFieldID(cls, fieldName, getJNITypeStr<FieldType>()); getField() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.cpp344 setField( ENumberFormatTestTupleField fieldId, const UnicodeString &fieldValue, UErrorCode &status) setField() argument
365 clearField( ENumberFormatTestTupleField fieldId, UErrorCode &status) clearField() argument
435 getMutableFieldAddress(int32_t fieldId) getMutableFieldAddress() argument
440 setFlag(int32_t fieldId, UBool value) setFlag() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp4382 const spirv::IdRef fieldId = mBuilder.getNewId(mBuilder.getDecorations(fieldType)); in cast() local

Completed in 10 milliseconds