Searched refs:setVsyncHz (Results 1 – 8 of 8) sorted by relevance
151 void setVsyncHz(int vsyncHz);
124 void setVsyncHz(int vsyncHz) final;
279 fb->setVsyncHz(msg.vsyncHz); in process()655 void RenderWindow::setVsyncHz(int vsyncHz) { in setVsyncHz() function in gfxstream::RenderWindow
709 void RendererImpl::setVsyncHz(int vsyncHz) { in setVsyncHz() function in gfxstream::RendererImpl711 mRenderWindow->setVsyncHz(vsyncHz); in setVsyncHz()
487 void setVsyncHz(int vsyncHz);
2864 void FrameBuffer::setVsyncHz(int vsyncHz) { in setVsyncHz() function in gfxstream::FrameBuffer
315 virtual void setVsyncHz(int vsyncHz) = 0;
519 sRenderer->setVsyncHz(vsyncHz); in android_setVsyncHz()