Searched refs:setBufferPixelFormat (Results 1 – 6 of 6) sorted by relevance
39 MOCK_METHOD1(setBufferPixelFormat, void(ui::PixelFormat));
71 virtual void setBufferPixelFormat(ui::PixelFormat) = 0;
56 void setBufferPixelFormat(ui::PixelFormat) override;
109 void RenderSurface::setBufferPixelFormat(ui::PixelFormat pixelFormat) { in setBufferPixelFormat() function in android::compositionengine::impl::RenderSurface
322 getRenderSurface()->setBufferPixelFormat(clientTargetProperty.pixelFormat); in applyClientTargetRequests()
817 EXPECT_CALL(*renderSurface, setBufferPixelFormat(clientTargetProperty.pixelFormat)); in TEST_F()