Home
last modified time | relevance | path

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

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