OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_native
(Results
1 - 7
of
7
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp
24
EglOS::releasePbuffer(m_dpy->nativeType(),
m_native
);
27
if(
m_native
) EglOS::destroySurface(
m_native
);
EglSurface.h
38
EGLNativeSurfaceType native(){return
m_native
;}
61
m_native
(NULL),
71
EGLNativeSurfaceType
m_native
;
member in class:EglSurface
EglContext.cpp
32
m_native
(context),
52
EglOS::destroyContext(m_dpy->nativeType(),
m_native
);
61
m_mngr->deleteShareGroup(
m_native
);
EglContext.h
43
EGLNativeContextType nativeType(){return
m_native
;};
61
EGLNativeContextType
m_native
;
member in class:EglContext
EglPbufferSurface.h
32
void setNativePbuffer(EGLNativeSurfaceType srfc){
m_native
= srfc;};
EglPixmapSurface.cpp
33
m_native
= EglOS::createPixmapSurface(pix);
EglWindowSurface.cpp
34
m_native
= EglOS::createWindowSurface(win);
Completed in 39 milliseconds