• Home
  • Raw
  • Download

Lines Matching refs:LayerProperties

465 template <typename LayerProperties>
492 result = producer->dequeueBuffer(&slot, &fence, LayerProperties::WIDTH, in enqueueBuffer()
493 LayerProperties::HEIGHT, LayerProperties::FORMAT, in enqueueBuffer()
494 LayerProperties::USAGE, nullptr, nullptr); in enqueueBuffer()
508 LayerProperties::DATASPACE, in enqueueBuffer()
509 Rect(LayerProperties::WIDTH, in enqueueBuffer()
510 LayerProperties::HEIGHT), in enqueueBuffer()
511 LayerProperties::SCALING_MODE, in enqueueBuffer()
512 LayerProperties::TRANSFORM, Fence::NO_FENCE); in enqueueBuffer()
525 layer->setDefaultBufferProperties(LayerProperties::WIDTH, LayerProperties::HEIGHT, in setupLatchedBuffer()
526 LayerProperties::FORMAT); in setupLatchedBuffer()
547 setLayerBlendMode(HWC_DISPLAY, HWC_LAYER, LayerProperties::BLENDMODE)) in setupHwcSetGeometryCallExpectations()
552 IComposerClient::Rect({0, 0, LayerProperties::WIDTH, in setupHwcSetGeometryCallExpectations()
553 LayerProperties::HEIGHT}))) in setupHwcSetGeometryCallExpectations()
556 setLayerPlaneAlpha(HWC_DISPLAY, HWC_LAYER, LayerProperties::COLOR[3])) in setupHwcSetGeometryCallExpectations()
575 IComposerClient::FRect({0.f, 0.f, LayerProperties::WIDTH, in setupHwcSetSourceCropBufferCallExpectations()
576 LayerProperties::HEIGHT}))) in setupHwcSetSourceCropBufferCallExpectations()
596 {0, 0, LayerProperties::WIDTH, in setupHwcSetPerFrameCallExpectations()
597 LayerProperties::HEIGHT})}))) in setupHwcSetPerFrameCallExpectations()
651 EXPECT_EQ(LayerProperties::COLOR[3], layer->alpha); in setupREBufferCompositionCommonCallExpectations()
657 LayerProperties::setupREBufferCompositionCommonCallExpectations(test); in setupREBufferCompositionCallExpectations()
665 LayerProperties::setupREBufferCompositionCommonCallExpectations(test); in setupREBufferScreenshotCompositionCallExpectations()
669 LayerProperties::setupREBufferCompositionCommonCallExpectations(test); in setupInsecureREBufferScreenshotCompositionCallExpectations()
693 EXPECT_EQ(half3(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in setupREColorCompositionCallExpectations()
694 LayerProperties::COLOR[2]), in setupREColorCompositionCallExpectations()
698 EXPECT_EQ(LayerProperties::COLOR[3], layer->alpha); in setupREColorCompositionCallExpectations()
745 template <typename LayerProperties>
746 struct CommonSecureLayerProperties : public BaseLayerProperties<LayerProperties> {
747 using Base = BaseLayerProperties<LayerProperties>;
814 template <typename LayerProperties>
840 layerDrawingState.color = half4(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in initLayerDrawingStateAndComputeBounds()
841 LayerProperties::COLOR[2], LayerProperties::COLOR[3]); in initLayerDrawingStateAndComputeBounds()
872 template <typename LayerProperties>
873 struct EffectLayerVariant : public BaseLayerVariant<LayerProperties> {
874 using Base = BaseLayerVariant<LayerProperties>;
881 LayerProperties::WIDTH, LayerProperties::HEIGHT, in createLayer()
882 LayerProperties::LAYER_FLAGS, LayerMetadata())); in createLayer()
886 layerDrawingState.crop = Rect(0, 0, LayerProperties::HEIGHT, LayerProperties::WIDTH); in createLayer()
891 LayerProperties::setupREColorCompositionCallExpectations(test); in setupRECompositionCallExpectations()
895 LayerProperties::setupREColorScreenshotCompositionCallExpectations(test); in setupREScreenshotCompositionCallExpectations()
899 LayerProperties::setupHwcSetGeometryCallExpectations(test); in setupCallExpectationsForDirtyGeometry()
900 LayerProperties::setupHwcSetSourceCropColorCallExpectations(test); in setupCallExpectationsForDirtyGeometry()
904 LayerProperties::setupHwcSetPerFrameCallExpectations(test); in setupCallExpectationsForDirtyFrame()
905 LayerProperties::setupHwcSetPerFrameColorCallExpectations(test); in setupCallExpectationsForDirtyFrame()
909 template <typename LayerProperties>
910 struct BufferLayerVariant : public BaseLayerVariant<LayerProperties> {
911 using Base = BaseLayerVariant<LayerProperties>;
920 LayerProperties::WIDTH, LayerProperties::HEIGHT, in createLayer()
921 LayerProperties::LAYER_FLAGS, LayerMetadata()); in createLayer()
926 LayerProperties::setupLayerState(test, layer); in createLayer()
937 LayerProperties::setupHwcSetGeometryCallExpectations(test); in setupCallExpectationsForDirtyGeometry()
938 LayerProperties::setupHwcSetSourceCropBufferCallExpectations(test); in setupCallExpectationsForDirtyGeometry()
942 LayerProperties::setupHwcSetPerFrameCallExpectations(test); in setupCallExpectationsForDirtyFrame()
943 LayerProperties::setupHwcSetPerFrameBufferCallExpectations(test); in setupCallExpectationsForDirtyFrame()
947 LayerProperties::setupREBufferCompositionCallExpectations(test); in setupRECompositionCallExpectations()
951 LayerProperties::setupInsecureREBufferCompositionCallExpectations(test); in setupInsecureRECompositionCallExpectations()
955 LayerProperties::setupREBufferScreenshotCompositionCallExpectations(test); in setupREScreenshotCompositionCallExpectations()
959 LayerProperties::setupInsecureREBufferScreenshotCompositionCallExpectations(test); in setupInsecureREScreenshotCompositionCallExpectations()
963 template <typename LayerProperties>
964 struct ContainerLayerVariant : public BaseLayerVariant<LayerProperties> {
965 using Base = BaseLayerVariant<LayerProperties>;
970 LayerProperties::WIDTH, LayerProperties::HEIGHT, in createLayer()
971 LayerProperties::LAYER_FLAGS, LayerMetadata()); in createLayer()