Searched defs:BaseLayerProperties (Results 1 – 1 of 1) sorted by relevance
456 struct BaseLayerProperties { struct457 static constexpr uint32_t WIDTH = 100;458 static constexpr uint32_t HEIGHT = 100;459 static constexpr PixelFormat FORMAT = PIXEL_FORMAT_RGBA_8888;460 static constexpr uint64_t USAGE =462 static constexpr android_dataspace DATASPACE = HAL_DATASPACE_UNKNOWN;463 static constexpr uint32_t SCALING_MODE = 0;464 static constexpr uint32_t TRANSFORM = 0;465 static constexpr uint32_t LAYER_FLAGS = 0;466 static constexpr float COLOR[] = {1.f, 1.f, 1.f, 1.f};[all …]