Searched refs:param_len (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.cpp | 469 size_t param_len = 0; in writeImplementationFile() local 471 param_len = params->getAllocSize(); in writeImplementationFile() 479 mOut << ", __fp.getData(), " << param_len << ");\n"; in writeImplementationFile()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1226 jint param_len = _env->GetArrayLength(params); in nScriptForEachMultiClippedV() local 1239 …sScript)script, slot, in_allocs, in_len, (RsAllocation)aout, param_ptr, param_len, &sc, sizeof(sc)… in nScriptForEachMultiClippedV()
|