Home | Sort by relevance Sort by last modified time |
/sdk/emulator/opengl/host/libs/libOpenglRender/ | |
RenderContext.h | 32 int getConfig() const { return m_config; } 44 int m_config; member in class:RenderContext |
/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/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 |