Home
last modified time | relevance | path

Searched defs:expectedColor (Results 1 – 25 of 125) sorted by relevance

12345

/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DNativeColorBufferTest.java50 float[] expectedColor = {r, g, b, a}; in test_RGBA_1001() local
67 float[] expectedColor = {r, g, b, a}; in test_RGBA_1101() local
86 float[] expectedColor = {r, g, b, a}; in test_RGBA_1111() local
105 float[] expectedColor = {r, g, b, a}; in test_RGBA_0101() local
124 float[] expectedColor = {r, g, b, a}; in test_RGBA_0011() local
143 float[] expectedColor = {r, g, b, a}; in test_RGBA_0000() local
162 float[] expectedColor = {r, g, b, a}; in test_RGBA_rand_val_one() local
183 private void compare(float[] expectedColor, float[] actualColor) { in compare()
H A DColorBufferTest.java55 float[] expectedColor = {r, g, b, a}; in test_RGBA_1001() local
72 float[] expectedColor = {r, g, b, a}; in test_RGBA_1101() local
91 float[] expectedColor = {r, g, b, a}; in test_RGBA_1111() local
110 float[] expectedColor = {r, g, b, a}; in test_RGBA_0101() local
129 float[] expectedColor = {r, g, b, a}; in test_RGBA_0011() local
148 float[] expectedColor = {r, g, b, a}; in test_RGBA_0000() local
167 float[] expectedColor = {r, g, b, a}; in test_RGBA_rand_val_one() local
189 private void compare(float[] expectedColor, float[] actualColor) { in compare()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/animation/
H A DColorSchemeTransitionTest.kt124 val expectedColor = DEFAULT_COLOR in <lambda>() constant
136 val expectedColor = TARGET_COLOR in <lambda>() constant
148 val expectedColor = Color.rgb(186, 0, 186) in <lambda>() constant
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DLayerTests.java65 final int expectedColor = Color.rgb(255, 191, 191); in testLayerPaintAlpha() local
82 final int expectedColor = Color.rgb(255, 128, 128); in testLayerPaintSimpleAlphaWithHardware() local
96 final int expectedColor = Color.rgb(255, 128, 128); in testLayerPaintSimpleAlphaWithSoftware() local
157 final int expectedColor = Color.rgb(54, 54, 54); in testLayerPaintColorFilter() local
174 final int expectedColor = Color.WHITE; in testLayerPaintBlend() local
H A DShadowTests.java44 private static SamplePointVerifier createVerifier(int expectedColor, in createVerifier()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
H A DTileColorPickerTest.java51 final int expectedColor = mTintColorStateList.getColorForState( in testGetColor_StateUnavailable_ReturnUnavailableColor() local
60 final int expectedColor = mTintColorStateList.getColorForState( in testGetColor_StateInactive_ReturnInactiveColor() local
69 final int expectedColor = mTintColorStateList.getColorForState( in testGetColor_StateActive_ReturnActiveColor() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/clocks/
H A DDefaultClockProviderTest.kt113 val expectedColor = 0 in createClock() constant
171 val expectedColor = 0 in createClock() constant
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyTextureTest.cpp2082 auto testOutput = [this](GLuint texture, const GLColor &expectedColor) { in TEST_P()
2130 const GLColor &expectedColor) { in TEST_P()
2150 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P()
2219 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P()
2267 const GLColor32F &expectedColor) { in TEST_P()
2341 auto testOutput = [this](GLuint texture, const GLColor32U &expectedColor) { in TEST_P()
2397 const GLColor32U &expectedColor) { in TEST_P()
2452 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P()
H A DS3TCTextureSizesTest.cpp146 GLColor expectedColor; in TEST_P() member
195 GLColor expectedColor; in TEST_P() member
H A DVulkanUniformUpdatesTest.cpp549 GLColor expectedColor = vsUniformValue > 11.0f ? GLColor::red : GLColor::green; in TEST_P() local
749 GLColor expectedColor = vsUniformValue > 11.0f ? GLColor::red : GLColor::green; in TEST_P() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLBufferAgeTest.cpp286 angle::GLColor expectedColor = GLColor::black; in TEST_P() local
367 angle::GLColor expectedColor = kColorSet[i - age]; in TEST_P() local
436 angle::GLColor expectedColor = kColorSet[i - age]; in TEST_P() local
/aosp_15_r20/frameworks/libs/systemui/weathereffects/graphics/tests/src/com/google/android/wallpaper/weathereffects/graphics/
DFrameBufferTest.kt39 val expectedColor = Color.RED in onImageReady_invokesCallback() constant
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
H A DPixelChecker.java40 public static int getNumMatchingPixels(PixelColor expectedColor, Image.Plane plane, in getNumMatchingPixels()
85 static boolean matchesColor(PixelColor expectedColor, byte[] scanline, int offset) { in matchesColor()
H A DASurfaceControlTestActivity.java234 public RectChecker(Rect boundsToCheck, int expectedColor) { in RectChecker()
285 int expectedColor = Color.argb(expected.mAlpha, expected.mRed, in getNumMatchingPixels() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DActivityTransitionTests.java645 public final Color expectedColor; field in ActivityTransitionTests.ColorCheckResult
648 private ColorCheckResult(boolean isFailure, Point firstWrongPixel, Color expectedColor, in ColorCheckResult()
656 private ColorCheckResult(Point firstWrongPixel, Color expectedColor, Color actualColor) { in ColorCheckResult()
791 final Color expectedColor; in assertColorChangeXIndex() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/surfaceeffects/ripple/
H A DMultiRippleControllerTest.kt52 val expectedColor = Color.RED in updateColor_updatesColor() constant
H A DRippleAnimationTest.kt83 val expectedColor = Color.RED in updateColor_updatesColorCorrectly() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseControllerTest.kt155 val expectedColor = Color.RED in updateColor_updatesCorrectColor() constant
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapColorSpaceTest.java475 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixel()
500 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixel()
518 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixels()
544 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixels()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp281 … const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() local
295 … const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DLayerRenderTypeTransaction_test.cpp482 Color expectedColor = Color::BLACK; in setBackgroundColorHelper() local
1472 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
1526 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
1594 const Color expectedColor = {uint8_t(expected.r * 255), uint8_t(expected.g * 255), in TEST_P() local
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DVtsHalGraphicsComposer3_ReadbackTest.cpp1115 for (auto& expectedColor : expectedColors) { in setExpectedColors() local
1122 for (auto& expectedColor : expectedColors) { in setExpectedColors() local
1132 for (auto& expectedColor : expectedColors) { in setExpectedColors() local
/aosp_15_r20/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
H A DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/util/
H A DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
H A DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()

12345