• Home
  • Raw
  • Download

Lines Matching defs:BaseLayerProperties

443 struct BaseLayerProperties {  struct
444 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};
454 static constexpr IComposerClient::BlendMode BLENDMODE =
457 static void setupLatchedBuffer(CompositionTest* test, frontend::RequestedLayerState& layer) { in setupLatchedBuffer()
475 static void setupLayerState(CompositionTest* test, frontend::RequestedLayerState& layer) { in setupLayerState()
479 static void setupHwcSetGeometryCallExpectations(CompositionTest* test) { in setupHwcSetGeometryCallExpectations()
507 static void setupHwcSetSourceCropBufferCallExpectations(CompositionTest* test) { in setupHwcSetSourceCropBufferCallExpectations()
517 static void setupHwcSetSourceCropColorCallExpectations(CompositionTest* test) { in setupHwcSetSourceCropColorCallExpectations()
526 static void setupHwcSetPerFrameCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameCallExpectations()
538 static void setupHwcSetPerFrameColorCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameColorCallExpectations()
552 static void setupHwcSetPerFrameBufferCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameBufferCallExpectations()
560 static void setupREBufferCompositionCommonCallExpectations(CompositionTest* test) { in setupREBufferCompositionCommonCallExpectations()
594 static void setupREBufferCompositionCallExpectations(CompositionTest* test) { in setupREBufferCompositionCallExpectations()
598 static void setupInsecureREBufferCompositionCallExpectations(CompositionTest* test) { in setupInsecureREBufferCompositionCallExpectations()
602 static void setupREBufferScreenshotCompositionCallExpectations(CompositionTest* test) { in setupREBufferScreenshotCompositionCallExpectations()
606 static void setupInsecureREBufferScreenshotCompositionCallExpectations(CompositionTest* test) { in setupInsecureREBufferScreenshotCompositionCallExpectations()
610 static void setupREColorCompositionCallExpectations(CompositionTest* test) { in setupREColorCompositionCallExpectations()
644 static void setupREColorScreenshotCompositionCallExpectations(CompositionTest* test) { in setupREColorScreenshotCompositionCallExpectations()