Home
last modified time | relevance | path

Searched refs:setEnvironment (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DFilterEnvironment.java114 filter.setEnvironment(this); in applyRepresentation()
119 filter.setEnvironment(null); in applyRepresentation()
134 filter.setEnvironment(this); in applyRepresentation()
140 filter.setEnvironment(null); in applyRepresentation()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilter.java95 public void setEnvironment(FilterEnvironment environment) { in setEnvironment() method in ImageFilter
/aosp12/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp203 triple.setEnvironment(emu_triple.getEnvironment()); in ParseEmulation()