Home
last modified time | relevance | path

Searched refs:yPredicate (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java170 Predicate<Y> yPredicate = Predicates.alwaysTrue(); in testConcatIntersectionType() local
173 FluentIterable.concat(aIterable, bIterable).filter(xPredicate).filter(yPredicate); in testConcatIntersectionType()
/external/guava/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java174 Predicate<Y> yPredicate = Predicates.alwaysTrue(); in testConcatIntersectionType() local
177 FluentIterable.concat(aIterable, bIterable).filter(xPredicate).filter(yPredicate); in testConcatIntersectionType()
/external/swiftshader/src/Shader/
DVertexProgram.cpp478 Float4 yPredicate = p0[(pSwizzle >> 2) & 0x03]; in program() local
485 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate); in program()
492 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate); in program()
DPixelProgram.cpp474 Float4 yPredicate = p0[(pSwizzle >> 2) & 0x03]; in applyShader() local
481 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate); in applyShader()
488 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate); in applyShader()