Searched defs:golden (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeAccuracyTest.java | 248 final int golden = getGoldenId(vf.getDescription(), vf.getOriginalSize()); in runTest() local 265 final Bitmap golden = getHelper().generateBitmapFromImageResourceId(goldenId); in validateResult() local
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 328 void CheckGoldenPixel(int x, int y, const std::array<T, 4>& golden, in CheckGoldenPixel() 361 bool GetGoldenColor(const GoldenColor& golden, uint32_t format, int32_t max_err, in GetGoldenColor() 434 void GetGoldenColor(const GoldenColor& golden, uint32_t format, in GetGoldenColor() 441 void GetGoldenColor(const GoldenColor& golden, std::array<float, 4>* golden_pixel_out) { in GetGoldenColor() 458 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<uint8_t, 4>& pixel, in CheckGoldenPixel() 470 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<uint8_t, 4>& pixel, in CheckGoldenPixel() 476 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<float, 4>& pixel) { in CheckGoldenPixel() 497 for (const GoldenPixel& golden : goldens) { in CheckGoldenPixels() local 520 for (const GoldenPixel& golden : goldens) { in CheckGoldenPixels() local 530 for (const GoldenPixel& golden : goldens) { in CheckGoldenPixels() local [all …]
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | VectorDrawableTest.java | 272 Bitmap golden = BitmapFactory.decodeResource(mResources, goldenImages[i]); in verifyVectorDrawables() local 273 DrawableTestUtils.compareImages(mResources.getString(resIds[i]), mBitmap, golden, in verifyVectorDrawables() local
|
D | NinePatchDrawableTest.java | 690 final Bitmap golden = BitmapFactory.decodeResource(mResources, goldenResId); in compareOrSave() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | GradientTests.java | 214 Bitmap golden = createRadialGradientGoldenBitmap(); in testRadialGradientWithFocalPointMatchesRegularRadialGradient() local
|