Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPixelFormat.java32 @IntDef({RGBA_8888, RGBX_8888, RGBA_F16, RGBA_1010102, RGB_888, RGB_565, R_8})
97 public static final int R_8 = 0x38; field in PixelFormat
148 case R_8: in getPixelFormatInfo()
245 case R_8: in formatToString()
/frameworks/native/libs/ui/
DStaticAsserts.cpp24 aidl::android::hardware::graphics::common::PixelFormat::R_8));
/frameworks/base/core/java/android/hardware/
DHardwareBuffer.java69 R_8,
116 public static final int R_8 = 0x38; field in HardwareBuffer
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorHwcLayerTest.kt76 decorationSupport.format = PixelFormat.R_8 in setUp()
DScreenDecorationsTest.java1218 decorationSupport.format = PixelFormat.R_8; in testSupportHwcLayer_SwitchFrom_NotSupport()
1235 decorationSupport.format = PixelFormat.R_8; in testNotSupportHwcLayer_SwitchFrom_Support()
1332 decorationSupport.format = PixelFormat.R_8; in testAutoShowHideOverlayWindowWhenSupportHwcLayer()
1408 decorationSupport.format = PixelFormat.R_8; in testHwcLayer_noPrivacyDot_noFaceScanning()
1427 decorationSupport.format = PixelFormat.R_8; in testHwcLayer_PrivacyDot_FaceScanning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorHwcLayer.kt81 if (displayDecorationSupport.format != PixelFormat.R_8) { in <lambda>()
/frameworks/native/libs/nativewindow/
DAHardwareBuffer.cpp101 static_assert(static_cast<int>(aidl::android::hardware::graphics::common::PixelFormat::R_8) ==
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp546 native_format = PixelFormat::R_8; in GetNativePixelFormat()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp619 *format = PixelFormat::R_8; in getNativePixelFormat()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1927 if (support.value().format == PixelFormat::R_8 && !hwui_uses_vulkan()) { in nativeGetDisplayDecorationSupport()
/frameworks/base/core/api/
Dcurrent.txt18559 …pi("com.android.graphics.hwui.flags.requested_formats_v") public static final int R_8 = 56; // 0x38