Home
last modified time | relevance | path

Searched refs:vsyncHz (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/
DRenderWindow.cpp122 int vsyncHz; member
279 fb->setVsyncHz(msg.vsyncHz); in process()
655 void RenderWindow::setVsyncHz(int vsyncHz) { in setVsyncHz() argument
659 msg.vsyncHz = vsyncHz; in setVsyncHz()
DRenderWindow.h151 void setVsyncHz(int vsyncHz);
DRendererImpl.h124 void setVsyncHz(int vsyncHz) final;
DRendererImpl.cpp709 void RendererImpl::setVsyncHz(int vsyncHz) { in setVsyncHz() argument
711 mRenderWindow->setVsyncHz(vsyncHz); in setVsyncHz()
DFrameBuffer.h487 void setVsyncHz(int vsyncHz);
DFrameBuffer.cpp2864 void FrameBuffer::setVsyncHz(int vsyncHz) { in setVsyncHz() argument
2866 m_vsyncHz = vsyncHz; in setVsyncHz()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/
Dopengles.h163 AEMU_EXPORT void android_setVsyncHz(int vsyncHz);
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp517 void android_setVsyncHz(int vsyncHz) { in android_setVsyncHz() argument
519 sRenderer->setVsyncHz(vsyncHz); in android_setVsyncHz()
/hardware/google/gfxstream/include/render-utils/
DRenderer.h315 virtual void setVsyncHz(int vsyncHz) = 0;