HomeSort by relevance Sort by last modified time
    Searched refs:canMergeWith (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java 47 public boolean canMergeWith(FilterRepresentation representation) {
49 if (!rep.canMergeWith(representation)) {
75 if (step.canMergeWith(representation)) {
  /frameworks/base/libs/hwui/
LayerBuilder.cpp 125 bool canMergeWith(BakedOpState* op) const {
187 // Because a new op must have passed canMergeWith(), we know it's passed the clipping compat
317 if (!targetBatch->canMergeWith(op)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRepresentation.java 273 public boolean canMergeWith(FilterRepresentation representation) {

Completed in 167 milliseconds