Home
last modified time | relevance | path

Searched defs:golden (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java236 final int golden = getGoldenId(vf.getDescription(), vf.getOriginalSize()); in runTest() local
253 final Bitmap golden = getHelper().generateBitmapFromImageResourceId(goldenId); in validateResult() local
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp328 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/
DVectorDrawableTest.java271 Bitmap golden = BitmapFactory.decodeResource(mResources, goldenImages[i]); in verifyVectorDrawables() local
272 DrawableTestUtils.compareImages(mResources.getString(resIds[i]), mBitmap, golden, in verifyVectorDrawables() local
DNinePatchDrawableTest.java690 final Bitmap golden = BitmapFactory.decodeResource(mResources, goldenResId); in compareOrSave() local