Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilter.java69 public boolean supportsAllocationInput() { return false; } in supportsAllocationInput() method in ImageFilter
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DFilterEnvironment.java115 if (filter.supportsAllocationInput()) { in applyRepresentation()