Home
last modified time | relevance | path

Searched defs:isGray (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp304 jboolean isF16, jboolean isGray) { in testSetFormat()
398 jboolean isF16, jboolean isGray) { in testGetMinimumStride()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java925 private void decodeConfigs(int id, int width, int height, boolean hasAlpha, boolean isGray) { in decodeConfigs()
DImageDecoderTest.java88 public final boolean isGray; field in ImageDecoderTest.Record
93 Record(int resId, int width, int height, String mimeType, boolean isGray, in Record()