Home
last modified time | relevance | path

Searched refs:peglGetPlatformDisplayEXT (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-egl.c96 …static EGLDisplay (*peglGetPlatformDisplayEXT)(EGLenum platform, void *native_display, const EGLin… in piglit_egl_get_display() local
111 peglGetPlatformDisplayEXT = (void*) eglGetProcAddress("eglGetPlatformDisplayEXT"); in piglit_egl_get_display()
144 return peglGetPlatformDisplayEXT(platform, native_display, NULL); in piglit_egl_get_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/egl/spec/egl_ext_platform_device/
H A Degl_ext_platform_device.c50 EGLDisplay (*peglGetPlatformDisplayEXT)(EGLenum platform, void *native_display, variable
63 peglGetPlatformDisplayEXT = (void *)eglGetProcAddress("eglGetPlatformDisplayEXT"); in init_egl_extension_funcs()
83 return peglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in get_device_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/egl/spec/egl_ext_device_base/
H A Degl_ext_device_base.c54 EGLDisplay (*peglGetPlatformDisplayEXT)(EGLenum platform, void *native_display, variable
62 peglGetPlatformDisplayEXT = (void *)eglGetProcAddress("eglGetPlatformDisplayEXT"); in init_egl_extension_funcs()
353 dpy = peglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in for_all_device_displays()