/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | NativeColorBufferTest.java | 50 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 D | ColorBufferTest.java | 55 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 D | ColorSchemeTransitionTest.kt | 124 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 D | LayerTests.java | 65 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 D | ShadowTests.java | 44 private static SamplePointVerifier createVerifier(int expectedColor, in createVerifier()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/ |
H A D | TileColorPickerTest.java | 51 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 D | DefaultClockProviderTest.kt | 113 val expectedColor = 0 in createClock() constant 171 val expectedColor = 0 in createClock() constant
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 2082 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 D | S3TCTextureSizesTest.cpp | 146 GLColor expectedColor; in TEST_P() member 195 GLColor expectedColor; in TEST_P() member
|
H A D | VulkanUniformUpdatesTest.cpp | 549 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 D | EGLBufferAgeTest.cpp | 286 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/ |
D | FrameBufferTest.kt | 39 val expectedColor = Color.RED in onImageReady_invokesCallback() constant
|
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
H A D | PixelChecker.java | 40 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 D | ASurfaceControlTestActivity.java | 234 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 D | ActivityTransitionTests.java | 645 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 D | MultiRippleControllerTest.kt | 52 val expectedColor = Color.RED in updateColor_updatesColor() constant
|
H A D | RippleAnimationTest.kt | 83 val expectedColor = Color.RED in updateColor_updatesColorCorrectly() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/surfaceeffects/turbulencenoise/ |
H A D | TurbulenceNoiseControllerTest.kt | 155 val expectedColor = Color.RED in updateColor_updatesCorrectColor() constant
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | BitmapColorSpaceTest.java | 475 @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 D | vktImageMisalignedCubeTests.cpp | 281 … 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 D | LayerRenderTypeTransaction_test.cpp | 482 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 D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 1115 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 D | CompareUtils.java | 9 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 D | CompareUtils.java | 9 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 D | CompareUtils.java | 9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
|