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

  /external/virglrenderer/tests/fuzzer/
virgl_fuzzer.c 65 EGLConfig egl_config; member in struct:fuzzer_cookie
81 cookie_data->egl_config,
131 &cookie.egl_config, 1, &num_configs));
137 cookie.ctx = eglCreateContext(cookie.display, cookie.egl_config,
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 267 eglw::EGLConfig egl_config; local
338 if (!eglChooseConfig(m_eglDisplay, &frame_buffer_attribs[0], &egl_config, 1, &num_configs))
347 egl_surface = eglCreatePbufferSurface(m_eglDisplay, egl_config, &surface_attribs[0]);
389 m_eglContext = m_egl.createContext(m_eglDisplay, egl_config, EGL_NO_CONTEXT, &context_attribs[0]);

Completed in 162 milliseconds