Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderWindow.h152 void setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY);
DRendererImpl.h125 void setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY) override;
DRenderWindow.cpp291 fb->setDisplayConfigs(msg.displayConfigs.configId, in process()
664 void RenderWindow::setDisplayConfigs(int configId, int w, int h, in setDisplayConfigs() function in gfxstream::RenderWindow
DRendererImpl.cpp715 void RendererImpl::setDisplayConfigs(int configId, int w, int h, in setDisplayConfigs() function in gfxstream::RendererImpl
718 mRenderWindow->setDisplayConfigs(configId, w, h, dpiX, dpiY); in setDisplayConfigs()
DFrameBuffer.h489 void setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY);
DFrameBuffer.cpp2882 void FrameBuffer::setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY) { in setDisplayConfigs() function in gfxstream::FrameBuffer
/hardware/google/gfxstream/include/render-utils/
DRenderer.h316 virtual void setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY) = 0;
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp526 sRenderer->setDisplayConfigs(configId, w, h, dpiX, dpiY); in android_setOpenglesDisplayConfigs()