HomeSort by relevance Sort by last modified time
    Searched refs:m_eglConfig (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 40 EGLConfig getEGLConfig() const { return m_eglConfig; }
56 EGLConfig m_eglConfig;
FrameBuffer.h 132 EGLConfig m_eglConfig;
FrameBuffer.cpp 188 &fb->m_eglConfig, 1, &n)) {
199 fb->m_eglContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->m_eglConfig,
216 fb->m_pbufContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->m_eglConfig,
237 fb->m_eglConfig,
423 fb->m_eglConfig,
FBConfig.cpp 238 m_eglConfig = p_eglCfg;

Completed in 122 milliseconds