Lines Matching defs:BufferLayerVariant
910 struct BufferLayerVariant : public BaseLayerVariant<LayerProperties> { struct
911 using Base = BaseLayerVariant<LayerProperties>;
912 using FlingerLayerType = sp<BufferQueueLayer>;
914 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer()
931 static void cleanupInjectedLayers(CompositionTest* test) { in cleanupInjectedLayers()
936 static void setupCallExpectationsForDirtyGeometry(CompositionTest* test) { in setupCallExpectationsForDirtyGeometry()
941 static void setupCallExpectationsForDirtyFrame(CompositionTest* test) { in setupCallExpectationsForDirtyFrame()
946 static void setupRECompositionCallExpectations(CompositionTest* test) { in setupRECompositionCallExpectations()
950 static void setupInsecureRECompositionCallExpectations(CompositionTest* test) { in setupInsecureRECompositionCallExpectations()
954 static void setupREScreenshotCompositionCallExpectations(CompositionTest* test) { in setupREScreenshotCompositionCallExpectations()
958 static void setupInsecureREScreenshotCompositionCallExpectations(CompositionTest* test) { in setupInsecureREScreenshotCompositionCallExpectations()