Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp180 const char* const cmdLineBytes = env->GetStringUTFChars(jCmdLine, DE_NULL); in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery() local
182 if (cmdLineBytes == DE_NULL) in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()
192 cmdLine = std::string(cmdLineBytes); in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()
196 env->ReleaseStringUTFChars(jCmdLine, cmdLineBytes); in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()
200 env->ReleaseStringUTFChars(jCmdLine, cmdLineBytes); in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()