Searched refs:egl_dpy (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
H A D | amdgcn_glslc.c | 57 static EGLDisplay egl_dpy; variable 87 egl_dpy = eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_MESA, in create_gl_core_context() 89 if (unlikely(egl_dpy == EGL_NO_DISPLAY)) { in create_gl_core_context() 94 if (unlikely(!eglInitialize(egl_dpy, NULL, NULL))) { in create_gl_core_context() 103 const char *extension_string = eglQueryString(egl_dpy, EGL_EXTENSIONS); in create_gl_core_context() 118 if (!eglChooseConfig(egl_dpy, config_attribs, &cfg, 1, &count) || in create_gl_core_context() 132 ctx = eglCreateContext(egl_dpy, cfg, EGL_NO_CONTEXT, attribs); in create_gl_core_context() 138 if (!eglMakeCurrent(egl_dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, ctx)) { in create_gl_core_context()
|
Completed in 1 milliseconds