Home
last modified time | relevance | path

Searched refs:JNI_CHECK (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidExecService.cpp57 #define JNI_CHECK(EXPR) do { checkJniException(env, __FILE__, __LINE__); TCU_CHECK_INTERNAL(EXPR); } while (deGetFalse()) macro
85 JNI_CHECK(remoteCls); in TestProcess()
89 JNI_CHECK(m_remoteCls); in TestProcess()
94 JNI_CHECK(ctorId); in TestProcess()
97 JNI_CHECK(logFileName); in TestProcess()
101 JNI_CHECK(remote); in TestProcess()
108 JNI_CHECK(m_remote); in TestProcess()
113 JNI_CHECK(m_start); in TestProcess()
116 JNI_CHECK(m_kill); in TestProcess()
119 JNI_CHECK(m_isRunnin in TestProcess()
[all...]

Completed in 1 milliseconds