Home
last modified time | relevance | path

Searched refs:egl_config (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/evs/support_library/
DRenderBase.cpp85 EGLConfig egl_config; in prepareGL() local
87 if (!eglChooseConfig(display, config_attribs, &egl_config, 1, &num_configs)) { in prepareGL()
96 sDummySurface = eglCreatePbufferSurface(display, egl_config, surface_attribs); in prepareGL()
108 EGLContext context = eglCreateContext(display, egl_config, EGL_NO_CONTEXT, context_attribs); in prepareGL()
/packages/services/Car/evs/apps/default/
DRenderBase.cpp80 EGLConfig egl_config; in prepareGL() local
82 if (!eglChooseConfig(display, config_attribs, &egl_config, 1, &num_configs)) { in prepareGL()
91 sDummySurface = eglCreatePbufferSurface(display, egl_config, surface_attribs); in prepareGL()
103 EGLContext context = eglCreateContext(display, egl_config, EGL_NO_CONTEXT, context_attribs); in prepareGL()
/packages/services/Car/evs/sampleDriver/
DGlWrapper.cpp259 EGLConfig egl_config = {0}; in initialize() local
261 eglChooseConfig(mDisplay, config_attribs, &egl_config, 1, &numConfigs); in initialize()
268 mSurface = eglCreateWindowSurface(mDisplay, egl_config, mWindow, nullptr); in initialize()
278 mContext = eglCreateContext(mDisplay, egl_config, EGL_NO_CONTEXT, context_attribs); in initialize()
/packages/services/Car/surround_view/app/
DSurroundViewServiceCallback.cpp138 EGLConfig egl_config; in prepareGL() local
140 if (!eglChooseConfig(display, config_attribs, &egl_config, 1, in prepareGL()
150 EGLSurface sDummySurface = eglCreatePbufferSurface(display, egl_config, in prepareGL()
163 EGLContext context = eglCreateContext(display, egl_config, in prepareGL()