Home
last modified time | relevance | path

Searched refs:setVsyncHz (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/
DRenderWindow.h151 void setVsyncHz(int vsyncHz);
DRendererImpl.h124 void setVsyncHz(int vsyncHz) final;
DRenderWindow.cpp279 fb->setVsyncHz(msg.vsyncHz); in process()
655 void RenderWindow::setVsyncHz(int vsyncHz) { in setVsyncHz() function in gfxstream::RenderWindow
DRendererImpl.cpp709 void RendererImpl::setVsyncHz(int vsyncHz) { in setVsyncHz() function in gfxstream::RendererImpl
711 mRenderWindow->setVsyncHz(vsyncHz); in setVsyncHz()
DFrameBuffer.h487 void setVsyncHz(int vsyncHz);
DFrameBuffer.cpp2864 void FrameBuffer::setVsyncHz(int vsyncHz) { in setVsyncHz() function in gfxstream::FrameBuffer
/hardware/google/gfxstream/include/render-utils/
DRenderer.h315 virtual void setVsyncHz(int vsyncHz) = 0;
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp519 sRenderer->setVsyncHz(vsyncHz); in android_setVsyncHz()