OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_subWin
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h
91
EGLNativeWindowType getSubWindow() const { return
m_subWin
; }
130
EGLNativeWindowType
m_subWin
;
FrameBuffer.cpp
365
m_subWin
((EGLNativeWindowType)0),
412
if (!fb->
m_subWin
) {
415
fb->
m_subWin
= createSubWindow(p_window,
418
if (fb->
m_subWin
) {
424
fb->
m_subWin
,
429
destroySubWindow(fb->m_subWinDisplay, fb->
m_subWin
);
430
fb->
m_subWin
= (EGLNativeWindowType)0;
455
if (s_theFrameBuffer->
m_subWin
) {
460
s_theFrameBuffer->
m_subWin
);
463
s_theFrameBuffer->
m_subWin
= (EGLNativeWindowType)0
[
all
...]
Completed in 602 milliseconds