Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp466 struct BaseLayerProperties { struct
467 static constexpr uint32_t WIDTH = 100;
468 static constexpr uint32_t HEIGHT = 100;
469 static constexpr PixelFormat FORMAT = PIXEL_FORMAT_RGBA_8888;
470 static constexpr uint64_t USAGE =
472 static constexpr android_dataspace DATASPACE = HAL_DATASPACE_UNKNOWN;
473 static constexpr uint32_t SCALING_MODE = 0;
474 static constexpr uint32_t TRANSFORM = 0;
475 static constexpr uint32_t LAYER_FLAGS = 0;
476 static constexpr float COLOR[] = {1.f, 1.f, 1.f, 1.f};
[all …]