Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp266 const tcu::IVec2 position3 = packet.position + tcu::IVec2(1, 1); in shadeFragments() local
271 …const tcu::Vec4 texColor3 = m_texture.getPixel(de::clamp((position3.x() * position3.y()), 0, m_te… in shadeFragments()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java3965 Transliterator.Position position3 = new Transliterator.Position(1, 0, 0, 0);
3966 assertEquals("2 positions are equal", position1, position3);
3967 … assertEquals("2 positions have the same hash codes", position1.hashCode(), position3.hashCode());
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3962 Transliterator.Position position3 = new Transliterator.Position(1, 0, 0, 0);
3963 assertEquals("2 positions are equal", position1, position3);
3964 … assertEquals("2 positions have the same hash codes", position1.hashCode(), position3.hashCode());
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.peg.go375 position3, tokenIndex3 := position, tokenIndex
381 position, tokenIndex = position3, tokenIndex3