OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_config
(Results
1 - 9
of
9
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.h
42
EglConfig* getConfig(){return
m_config
;};
58
m_config
(config),
68
EglConfig*
m_config
;
member in class:EglSurface
EglContext.h
48
EglConfig* getConfig(){ return
m_config
;};
62
EglConfig*
m_config
;
member in class:EglContext
EglContext.cpp
33
m_config
(config),
74
*value =
m_config
->id();
EglPixmapSurface.cpp
43
*val =
m_config
->id();
EglWindowSurface.cpp
44
*val =
m_config
->id();
EglPbufferSurface.cpp
51
*val =
m_config
->id();
/sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.h
31
EGLConfig eglConfig() { return
m_config
; }
42
m_config
(config),
48
EGLConfig
m_config
;
member in class:RendererSurface
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp
60
c->
m_config
= p_config;
66
m_config
(0),
RenderContext.h
32
int getConfig() const { return
m_config
; }
44
int
m_config
;
member in class:RenderContext
Completed in 83 milliseconds