Home
last modified time | relevance | path

Searched refs:loadAsset (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DColorSpaceTests.java62 Bitmap bitmap8888 = loadAsset("green-p3.png", ARGB_8888); in testDrawDisplayP3()
63 Bitmap bitmapHardware = loadAsset("green-p3.png", HARDWARE); in testDrawDisplayP3()
80 Bitmap bitmap = loadAsset("green-p3.png", RGB_565); in testDrawDisplayP3Config565()
94 Bitmap bitmap8888 = loadAsset("orange-prophotorgb.png", ARGB_8888); in testDrawProPhotoRGB()
95 Bitmap bitmapHardware = loadAsset("orange-prophotorgb.png", HARDWARE); in testDrawProPhotoRGB()
112 Bitmap bitmap = loadAsset("orange-prophotorgb.png", RGB_565); in testDrawProPhotoRGBConfig565()
127 Bitmap bitmap8888 = loadAsset("red-adobergb.png", ARGB_8888); in testDrawTranslucentAdobeRGB()
128 Bitmap bitmapHardware = loadAsset("red-adobergb.png", HARDWARE); in testDrawTranslucentAdobeRGB()
169 private Bitmap loadAsset(@NonNull String assetName, @NonNull Bitmap.Config config) { in loadAsset() method in ColorSpaceTests
/cts/tests/openglperf2/jni/graphics/
DGLUtils.cpp33 static AAsset* loadAsset(const char* path) { in loadAsset() function
42 AAsset* asset = loadAsset(path); in openTextFile()