Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp446 struct BaseLayerProperties { struct
447 static constexpr uint32_t WIDTH = 100;
448 static constexpr uint32_t HEIGHT = 100;
449 static constexpr PixelFormat FORMAT = PIXEL_FORMAT_RGBA_8888;
450 static constexpr uint64_t USAGE =
452 static constexpr android_dataspace DATASPACE = HAL_DATASPACE_UNKNOWN;
453 static constexpr uint32_t SCALING_MODE = 0;
454 static constexpr uint32_t TRANSFORM = 0;
455 static constexpr uint32_t LAYER_FLAGS = 0;
456 static constexpr float COLOR[] = {1.f, 1.f, 1.f, 1.f};
[all …]