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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 40 EGLConfig getEGLConfig() const { return m_eglConfig; }
56 EGLConfig m_eglConfig;
FrameBuffer.h 124 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,
408 fb->m_eglConfig,
FBConfig.cpp 238 m_eglConfig = p_eglCfg;
  /development/samples/BrowserPlugin/jni/
RenderingThread.h 70 EGLConfig m_eglConfig;
RenderingThread.cpp 71 eglChooseConfig(m_eglDisplay, configAttribs, &m_eglConfig, 1, &numConfigs);
79 m_eglContext = eglCreateContext(m_eglDisplay, m_eglConfig, NULL, contextAttribs);
159 m_eglSurface = eglCreateWindowSurface(m_eglDisplay, m_eglConfig, ANW, NULL);

Completed in 42 milliseconds