Searched refs:SetupCameraViewPort (Results 1 – 6 of 6) sorted by relevance
52 virtual void SetupCameraViewPort(uint32_t width, uint32_t height) = 0;
45 void SetupCameraViewPort(uint32_t width, uint32_t height) override;
51 void EngineTest::SetupCameraViewPort(uint32_t width, uint32_t height) in SetupCameraViewPort() function in OHOS::Render3D::EngineTest
169 engine_->SetupCameraViewPort(width, height); in SetupCameraViewport()
143 void SetupCameraViewPort(uint32_t width, uint32_t height) override;
213 SetupCameraViewPort(textureInfo.width_ * widthScale, textureInfo.height_ * heightScale); in OnWindowChange()1621 void LumeCommon::SetupCameraViewPort(uint32_t width, uint32_t height) in SetupCameraViewPort() function in OHOS::Render3D::LumeCommon