Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/libcoremathtestcpp/
DCoreMathTestJni.cpp50 jfieldID GetFieldId(const char* name, const char* type);
86 jfieldID fieldId = GetFieldId(name, "I"); in SetInt()
93 jfieldID fieldId = GetFieldId(name, "F"); in SetFloat()
99 jfieldID JavaStruct::GetFieldId(const char* name, const char* type) { in GetFieldId() function in JavaStruct