OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_globalSharedContext
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp
27
m_globalSharedContext
(NULL)
40
if (
m_globalSharedContext
!= NULL) {
41
EglOS::destroyContext( m_dpy,
m_globalSharedContext
);
326
if (!
m_globalSharedContext
) {
339
m_globalSharedContext
= EglOS::createContext(m_dpy,cfg,NULL);
342
return
m_globalSharedContext
;
EglDisplay.h
87
EGLNativeContextType
m_globalSharedContext
;
Completed in 999 milliseconds