Searched defs:BaseLayerProperties (Results 1 – 1 of 1) sorted by relevance
443 struct BaseLayerProperties { struct444 static constexpr uint32_t WIDTH = 100;445 static constexpr uint32_t HEIGHT = 100;446 static constexpr PixelFormat FORMAT = PIXEL_FORMAT_RGBA_8888;447 static constexpr uint64_t USAGE =449 static constexpr android_dataspace DATASPACE = HAL_DATASPACE_UNKNOWN;450 static constexpr uint32_t SCALING_MODE = 0;451 static constexpr uint32_t TRANSFORM = 0;452 static constexpr uint32_t LAYER_FLAGS = 0;453 static constexpr float COLOR[] = {1.f, 1.f, 1.f, 1.f};[all …]