Searched refs:insideColor (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DClipSprite.java70 Color insideColor = insideClipColor.getColor(time);
71 g.setOverrideXORMode(insideColor);
76 g.setOverrideColor(insideColor);
81 g.setOverrideXORMode(insideColor);
/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp123 tcu::RGBA insideColor; //!< Color of the first pixel inside the region. local
134 if (!tcu::compareThreshold(pixColor, insideColor, tcu::RGBA(3, 3, 3, 3))) // Pixel color differs from already-detected color inside same region - region not unicolored.
140 insideColor = pixColor;
/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp125 tcu::RGBA insideColor; //!< Color of the first pixel inside the region. local
136 if (!tcu::compareThreshold(pixColor, insideColor, tcu::RGBA(3, 3, 3, 3))) // Pixel color differs from already-detected color inside same region - region not unicolored.
142 insideColor = pixColor;

Completed in 2275 milliseconds