Home
last modified time | relevance | path

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

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DScene.java361 Allocation[] lightAllocs = new Allocation[mLights.size()]; in initRS() local
363 lightAllocs[i] = mLights.get(i).getRSData().getAllocation(); in initRS()
365 lightData.copyFrom(lightAllocs); in initRS()