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

/external/deqp/framework/platform/android/
H A DtcuAndroidPlatformCapabilityQueryJNI.cpp170 JNIEXPORT jint JNICALL Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery (JNIEnv* env, jclass, jstring jCmdLine) argument
180 const char* const cmdLineBytes = env->GetStringUTFChars(jCmdLine, DE_NULL);
196 env->ReleaseStringUTFChars(jCmdLine, cmdLineBytes);
200 env->ReleaseStringUTFChars(jCmdLine, cmdLineBytes);

Completed in 169 milliseconds