Home
last modified time | relevance | path

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

/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp375 size_t numValues, numDependencies; in nClosureCreate() local
392 numDependencies = (size_t)depClosures_length; in nClosureCreate()
394 if (numDependencies > numValues) { in nClosureCreate()
419 if (numDependencies > 0) { in nClosureCreate()
420 depClosures = (RsClosure*)alloca(sizeof(RsClosure) * numDependencies); in nClosureCreate()
425 for (size_t i = 0; i < numDependencies; i++) { in nClosureCreate()
429 depFieldIDs = (RsScriptFieldID*)alloca(sizeof(RsScriptFieldID) * numDependencies); in nClosureCreate()
434 for (size_t i = 0; i < numDependencies; i++) { in nClosureCreate()
448 depClosures, numDependencies, in nClosureCreate()
449 depFieldIDs, numDependencies); in nClosureCreate()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp396 size_t numValues, numDependencies; in nClosureCreate() local
413 numDependencies = (size_t)depClosures_length; in nClosureCreate()
415 if (numDependencies > numValues) { in nClosureCreate()
440 if (numDependencies > 0) { in nClosureCreate()
441 depClosures = (RsClosure*)alloca(sizeof(RsClosure) * numDependencies); in nClosureCreate()
446 for (size_t i = 0; i < numDependencies; i++) { in nClosureCreate()
450 depFieldIDs = (RsScriptFieldID*)alloca(sizeof(RsScriptFieldID) * numDependencies); in nClosureCreate()
455 for (size_t i = 0; i < numDependencies; i++) { in nClosureCreate()
468 depClosures, numDependencies, in nClosureCreate()
469 depFieldIDs, numDependencies); in nClosureCreate()