Home
last modified time | relevance | path

Searched refs:m_subWin (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp365 m_subWin((EGLNativeWindowType)0), in FrameBuffer()
412 if (!fb->m_subWin) { in setupSubWindow()
415 fb->m_subWin = createSubWindow(p_window, in setupSubWindow()
418 if (fb->m_subWin) { in setupSubWindow()
424 fb->m_subWin, in setupSubWindow()
429 destroySubWindow(fb->m_subWinDisplay, fb->m_subWin); in setupSubWindow()
430 fb->m_subWin = (EGLNativeWindowType)0; in setupSubWindow()
455 if (s_theFrameBuffer->m_subWin) { in removeSubWindow()
460 s_theFrameBuffer->m_subWin); in removeSubWindow()
463 s_theFrameBuffer->m_subWin = (EGLNativeWindowType)0; in removeSubWindow()
[all …]
DFrameBuffer.h91 EGLNativeWindowType getSubWindow() const { return m_subWin; } in getSubWindow()
130 EGLNativeWindowType m_subWin; variable