• Home
  • Raw
  • Download

Lines Matching defs:BaseLayerProperties

456 struct BaseLayerProperties {  struct
457 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};
467 static constexpr IComposerClient::BlendMode BLENDMODE =
470 static void setupLatchedBuffer(CompositionTest* test, sp<Layer> layer) { in setupLatchedBuffer()
494 static void setupLayerState(CompositionTest* test, sp<Layer> layer) { in setupLayerState()
498 static void setupHwcSetGeometryCallExpectations(CompositionTest* test) { in setupHwcSetGeometryCallExpectations()
526 static void setupHwcSetSourceCropBufferCallExpectations(CompositionTest* test) { in setupHwcSetSourceCropBufferCallExpectations()
536 static void setupHwcSetSourceCropColorCallExpectations(CompositionTest* test) { in setupHwcSetSourceCropColorCallExpectations()
545 static void setupHwcSetPerFrameCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameCallExpectations()
557 static void setupHwcSetPerFrameColorCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameColorCallExpectations()
571 static void setupHwcSetPerFrameBufferCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameBufferCallExpectations()
579 static void setupREBufferCompositionCommonCallExpectations(CompositionTest* test) { in setupREBufferCompositionCommonCallExpectations()
614 static void setupREBufferCompositionCallExpectations(CompositionTest* test) { in setupREBufferCompositionCallExpectations()
618 static void setupInsecureREBufferCompositionCallExpectations(CompositionTest* test) { in setupInsecureREBufferCompositionCallExpectations()
622 static void setupREBufferScreenshotCompositionCallExpectations(CompositionTest* test) { in setupREBufferScreenshotCompositionCallExpectations()
626 static void setupInsecureREBufferScreenshotCompositionCallExpectations(CompositionTest* test) { in setupInsecureREBufferScreenshotCompositionCallExpectations()
630 static void setupREColorCompositionCallExpectations(CompositionTest* test) { in setupREColorCompositionCallExpectations()
663 static void setupREColorScreenshotCompositionCallExpectations(CompositionTest* test) { in setupREColorScreenshotCompositionCallExpectations()