Searched refs:egl_config (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/tests/fuzzer/ |
D | virgl_fuzzer.c | 65 EGLConfig egl_config; member 81 cookie_data->egl_config, in fuzzer_create_gl_context() 131 &cookie.egl_config, 1, &num_configs)); in initialize_environment() 137 cookie.ctx = eglCreateContext(cookie.display, cookie.egl_config, in initialize_environment()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 267 eglw::EGLConfig egl_config; in EglRenderContext() local 338 if (!eglChooseConfig(m_eglDisplay, &frame_buffer_attribs[0], &egl_config, 1, &num_configs)) in EglRenderContext() 347 egl_surface = eglCreatePbufferSurface(m_eglDisplay, egl_config, &surface_attribs[0]); in EglRenderContext() 389 m_eglContext = m_egl.createContext(m_eglDisplay, egl_config, EGL_NO_CONTEXT, &context_attribs[0]); in EglRenderContext()
|