Searched refs:actualColor (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | NativeColorBufferTest.java | 53 float[] actualColor = mActivity.getActualColor(); in test_RGBA_1001() local 54 compare(expectedColor, actualColor); in test_RGBA_1001() 71 float[] actualColor = mActivity.getActualColor(); in test_RGBA_1101() local 72 compare(expectedColor, actualColor); in test_RGBA_1101() 90 float[] actualColor = mActivity.getActualColor(); in test_RGBA_1111() local 91 compare(expectedColor, actualColor); in test_RGBA_1111() 109 float[] actualColor = mActivity.getActualColor(); in test_RGBA_0101() local 110 compare(expectedColor, actualColor); in test_RGBA_0101() 128 float[] actualColor = mActivity.getActualColor(); in test_RGBA_0011() local 129 compare(expectedColor, actualColor); in test_RGBA_0011() [all …]
|
D | ColorBufferTest.java | 58 float[] actualColor = mActivity.getActualColor(); in test_RGBA_1001() local 59 compare(expectedColor, actualColor); in test_RGBA_1001() 76 float[] actualColor = mActivity.getActualColor(); in test_RGBA_1101() local 77 compare(expectedColor, actualColor); in test_RGBA_1101() 95 float[] actualColor = mActivity.getActualColor(); in test_RGBA_1111() local 96 compare(expectedColor, actualColor); in test_RGBA_1111() 114 float[] actualColor = mActivity.getActualColor(); in test_RGBA_0101() local 115 compare(expectedColor, actualColor); in test_RGBA_0101() 133 float[] actualColor = mActivity.getActualColor(); in test_RGBA_0011() local 134 compare(expectedColor, actualColor); in test_RGBA_0011() [all …]
|
/cts/tests/tests/opengl/libopengltest/ |
D | gl2_jni_libone.cpp | 145 float * actualColor = drawColorOne(lColor); in Java_android_opengl_cts_GL2JniLibOne_draw() local 146 for(unsigned i = 0; i < sizeof(actualColor); i++) { in Java_android_opengl_cts_GL2JniLibOne_draw() 147 LOGI("actualColor[%u] ; %f", i, actualColor[i]); in Java_android_opengl_cts_GL2JniLibOne_draw() 149 env->SetFloatArrayRegion(result, 0, 4, actualColor); in Java_android_opengl_cts_GL2JniLibOne_draw()
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | TestUtils.java | 289 @ColorInt int actualColor, int allowedComponentVariance) { in areColorsTheSameWithTolerance() argument 290 int sourceAlpha = Color.alpha(actualColor); in areColorsTheSameWithTolerance() 291 int sourceRed = Color.red(actualColor); in areColorsTheSameWithTolerance() 292 int sourceGreen = Color.green(actualColor); in areColorsTheSameWithTolerance() 293 int sourceBlue = Color.blue(actualColor); in areColorsTheSameWithTolerance()
|