Searched refs:mInputAllocation (Results 1 – 5 of 5) sorted by relevance
188 protected Allocation mInputAllocation; field in Script232 if (mInputAllocation != allocation) { in setInput()233 mCache.returnToCacheIfNotNull(mInputAllocation); in setInput()236 mInputAllocation = allocation; in setInput()284 return mInputAllocation; in getInput()310 if (mInputAllocation == null || mOutputAllocation == null) { in execute()349 mCache.returnToCacheIfNotNull(mInputAllocation); in close()
63 mScript.set_mInput(mInputAllocation); in updateScriptInput()65 int width = mInputAllocation.getType().getX(); in updateScriptInput()
80 mScript.set_mInput(mInputAllocation); in updateScriptInput()82 int width = mInputAllocation.getType().getX(); in updateScriptInput()
62 mScript.setInput(mInputAllocation); in updateScriptInput()
107 mScript.set_mInput(mInputAllocation); in updateScriptInput()