Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp63 const int getEnvRes = m_vm->GetEnv((void**)&m_env, JNI_VERSION_1_6); in ScopedJNIEnv() local
65 if (getEnvRes == JNI_EDETACHED) in ScopedJNIEnv()
72 else if (getEnvRes != JNI_OK) in ScopedJNIEnv()