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

  /packages/services/Car/evs/app/
RenderBase.cpp 49 const EGLint config_attribs[] = { local
82 if (!eglChooseConfig(display, config_attribs, &egl_config, 1, &num_configs)) {
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c 110 static const EGLint config_attribs[] = { local
117 if (!eglChooseConfig(egl_dpy, config_attribs, &cfg, 1, &count) ||
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 254 const EGLint config_attribs[] = { local
266 eglChooseConfig(mDisplay, config_attribs, &egl_config, 1, &numConfigs);
  /external/drm_hwcomposer/
glworker.cpp 465 const EGLint config_attribs[] = {EGL_RENDERABLE_TYPE, local
501 if (!eglChooseConfig(egl_display_, config_attribs, &egl_config, 1,

Completed in 172 milliseconds