Searched refs:rsForEach (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | render.rs | 118 rsForEach(gCameraScript, gCameras, nullAlloc, &aspect, sizeof(aspect)); 124 rsForEach(gLightScript, gLights, nullAlloc); 146 rsForEach(gVertexParamsScript, nullAlloc, gVertexShaders, 150 rsForEach(gFragmentParamsScript, nullAlloc, gFragmentShaders, 155 rsForEach(gCullScript, nullAlloc, allObj, gActiveCamera, sizeof(gActiveCamera)); 156 rsForEach(gObjectParamsScript, nullAlloc, allObj, gActiveCamera, sizeof(gActiveCamera)); 176 rsForEach(gTransformScript, gRootNode->children, nullAlloc, 0, 0);
|
D | transform.rs | 123 rsForEach(gTransformScript, data->children, nullAlloc, &toChild, sizeof(toChild));
|
/frameworks/rs/scriptc/ |
D | rs_core.rsh | 92 * Launch order hint for rsForEach calls. This provides a hint to the system to 109 * Structure to provide extra information to a rsForEach call. Primarly used to 142 rsForEach(rs_script script, rs_allocation input, 149 rsForEach(rs_script script, rs_allocation input, 172 rsForEach(rs_script script, rs_allocation input, rs_allocation output, 178 rsForEach(rs_script script, rs_allocation input, rs_allocation output, 184 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
|
/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 28 rsForEach(empty_kern, in, out);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | foreach_bounds.rs | 61 rsForEach(s, ain, aout, NULL, 0, &rssc);
|
D | apitest.rs | 1123 rsForEach(scriptNonNull, allocNonNull, allocNonNull, NULL, 0, &sc); 1124 rsForEach(scriptNonNull, allocNonNull, allocNonNull, NULL, 0); 1125 rsForEach(scriptNonNull, allocNonNull, allocNonNull);
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | scenegraph.rs | 63 rsForEach(gTransformRS, gRootNode->children, gRootNode->children);
|
D | transform.rs | 94 … rsForEach(transformScript, data->children, data->children, (void*)&toChild, sizeof(toChild));
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
D | balls.rs | 96 rsForEach(physics_script, aNull, aout);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | rsbench.rs | 89 rsForEach(gTestScripts[index].testScript,
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1532 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function 1540 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function 1546 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function 1554 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function
|