Searched refs:setDisplayConfigs (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/ |
D | RenderWindow.h | 152 void setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY);
|
D | RendererImpl.h | 125 void setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY) override;
|
D | RenderWindow.cpp | 291 fb->setDisplayConfigs(msg.displayConfigs.configId, in process() 664 void RenderWindow::setDisplayConfigs(int configId, int w, int h, in setDisplayConfigs() function in gfxstream::RenderWindow
|
D | RendererImpl.cpp | 715 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()
|
D | FrameBuffer.h | 489 void setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY);
|
D | FrameBuffer.cpp | 2882 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/ |
D | Renderer.h | 316 virtual void setDisplayConfigs(int configId, int w, int h, int dpiX, int dpiY) = 0;
|
/hardware/google/gfxstream/host/gl/gl-host-common/ |
D | opengles.cpp | 526 sRenderer->setDisplayConfigs(configId, w, h, dpiX, dpiY); in android_setOpenglesDisplayConfigs()
|