HomeSort by relevance Sort by last modified time
    Searched refs:drawableAllocs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
RenderPass.java 104 Allocation[] drawableAllocs = new Allocation[mObjectsToDraw.size()];
107 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation();
109 drawableData.copyFrom(drawableAllocs);
Scene.java 274 Allocation[] drawableAllocs = new Allocation[mRenderables.size()];
278 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation();
280 drawableData.copyFrom(drawableAllocs);

Completed in 1666 milliseconds