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

  /external/webkit/Source/WebCore/platform/graphics/android/
GaneshContext.h 66 EGLConfig m_surfaceConfig;
GaneshContext.cpp 58 , m_surfaceConfig(0)
141 eglChooseConfig(display, configAttribs, &m_surfaceConfig, 1, &numConfigs);
149 m_surfaceContext = eglCreateContext(display, m_surfaceConfig, NULL, contextAttribs);
170 tileQueue->m_eglSurface = eglCreateWindowSurface(display, m_surfaceConfig, anw, NULL);

Completed in 43 milliseconds