Home
last modified time | relevance | path

Searched refs:setBufferPixelFormat (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DRenderSurface.h39 MOCK_METHOD1(setBufferPixelFormat, void(ui::PixelFormat));
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DRenderSurface.h71 virtual void setBufferPixelFormat(ui::PixelFormat) = 0;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DRenderSurface.h56 void setBufferPixelFormat(ui::PixelFormat) override;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DRenderSurface.cpp109 void RenderSurface::setBufferPixelFormat(ui::PixelFormat pixelFormat) { in setBufferPixelFormat() function in android::compositionengine::impl::RenderSurface
H A DDisplay.cpp322 getRenderSurface()->setBufferPixelFormat(clientTargetProperty.pixelFormat); in applyClientTargetRequests()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayTest.cpp817 EXPECT_CALL(*renderSurface, setBufferPixelFormat(clientTargetProperty.pixelFormat)); in TEST_F()