Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderWindow.cpp104 int fbw; member
186 msg.subwindow.fbw, in process()
196 msg.subwindow.fbw, in process()
204 msg.subwindow.wh, msg.subwindow.fbw, msg.subwindow.fbh, msg.subwindow.dpr, in process()
556 int fbw, in setupSubWindow() argument
571 msg.subwindow.fbw = fbw; in setupSubWindow()
DRenderWindow.h111 int fbw,
DRendererImpl.h76 int fbw,
DRendererImpl.cpp495 int fbw, in showOpenGLSubwindow() argument
502 return mRenderWindow->setupSubWindow(window, wx, wy, ww, wh, fbw, fbh, dpr, in showOpenGLSubwindow()
DFrameBuffer.h163 int wh, int fbw, int fbh, float dpr, float zRot,
DFrameBuffer.cpp840 int fbw, in setupSubWindow() argument
876 m_windowContentFullWidth != fbw || m_windowContentFullHeight != fbh; in setupSubWindow()
1047 postCmd.viewport.width = fbw; in setupSubWindow()
1061 m_windowContentFullWidth = fbw; in setupSubWindow()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/
Dopengles.h105 int fbw,
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp382 int fbw, in android_showOpenglesWindow() argument
392 bool success = sRenderer->showOpenGLSubwindow(win, wx, wy, ww, wh, fbw, fbh, in android_showOpenglesWindow()
/hardware/google/gfxstream/include/render-utils/
DRenderer.h190 int fbw,