Searched refs:SurfaceConfig (Results 1 – 2 of 2) sorted by relevance
28 typedef enum { CONFIG_DEPTH = 1 << 0 } SurfaceConfig; typedef34 … static RendererSurface * create(EGLDisplay eglDisplay, SurfaceConfig config, NativeWindowing *nw);35 static EGLConfig getEglConfig(EGLDisplay eglDisplay, SurfaceConfig config);
25 EGLConfig RendererSurface::getEglConfig(EGLDisplay eglDisplay, SurfaceConfig config) in getEglConfig()61 RendererSurface * RendererSurface::create(EGLDisplay eglDisplay, SurfaceConfig config, NativeWindow… in create()