Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BitmapTest.cpp152 int ndkAlpha = (info.flags << ANDROID_BITMAP_FLAGS_ALPHA_SHIFT) in testInfo() local
155 ASSERT_EQ(ndkAlpha, ANDROID_BITMAP_FLAGS_ALPHA_OPAQUE); in testInfo()
157 ASSERT_EQ(ndkAlpha, ANDROID_BITMAP_FLAGS_ALPHA_PREMUL); in testInfo()
159 ASSERT_EQ(ndkAlpha, ANDROID_BITMAP_FLAGS_ALPHA_UNPREMUL); in testInfo()