Searched refs:mLight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTransformParam.java36 LightBase mLight; field in class:TransformParam
76 if (mLight != null) {
77 mData.light = mLight.getRSData().getAllocation();
H A DFloat4Param.java40 LightBase mLight; field in class:Float4Param
86 mLight = l;
88 mData.light = mLight.getRSData().getAllocation();
109 mLight = allLights.get(index);
110 if (mLight == null) {
137 if (mLight != null) {
138 mData.light = mLight.getRSData().getAllocation();

Completed in 47 milliseconds