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

  /packages/services/Car/evs/app/
RenderBase.cpp 80 EGLConfig egl_config; local
82 if (!eglChooseConfig(display, config_attribs, &egl_config, 1, &num_configs)) {
91 sDummySurface = eglCreatePbufferSurface(display, egl_config, surface_attribs);
103 EGLContext context = eglCreateContext(display, egl_config, EGL_NO_CONTEXT, context_attribs);
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 264 EGLConfig egl_config = {0}; local
266 eglChooseConfig(mDisplay, config_attribs, &egl_config, 1, &numConfigs);
273 mSurface = eglCreateWindowSurface(mDisplay, egl_config, mFlingerSurface.get(), nullptr);
283 mContext = eglCreateContext(mDisplay, egl_config, EGL_NO_CONTEXT, context_attribs);
  /external/drm_hwcomposer/
glworker.cpp 455 EGLConfig egl_config; local
501 if (!eglChooseConfig(egl_display_, config_attribs, &egl_config, 1,
508 eglCreateContext(egl_display_, egl_config,

Completed in 199 milliseconds