Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java51 getOutPixelsAllocation().copyTo(bitmap); in update()
64 protected Allocation getOutPixelsAllocation() { in getOutPixelsAllocation() method in ImageFilterRS
66 return pipeline.getOutPixelsAllocation(); in getOutPixelsAllocation()
DImageFilterSharpen.java105 mScript.forEach_root(getInPixelsAllocation(), getOutPixelsAllocation()); in runFilter()
DImageFilterChanSat.java127 getInPixelsAllocation(), getOutPixelsAllocation()); in runFilter()
DImageFilterGrad.java156 getInPixelsAllocation(), getOutPixelsAllocation()); in runFilter()
DImageFilterVignette.java126 mScript.forEach_vignette(getInPixelsAllocation(), getOutPixelsAllocation()); in runFilter()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DPipelineInterface.java28 public Allocation getOutPixelsAllocation(); in getOutPixelsAllocation() method
DCachingPipeline.java479 public synchronized Allocation getOutPixelsAllocation() { in getOutPixelsAllocation() method in CachingPipeline