Home
last modified time | relevance | path

Searched refs:PFNEGLCREATEIMAGEKHRPROC (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_image_dma_buf_import/
H A Dimage_common.c39 (PFNEGLCREATEIMAGEKHRPROC) eglGetProcAddress( in resolve_eglCreateImageKHR()
54 PFNEGLCREATEIMAGEKHRPROC image_common_dispatch_eglCreateImageKHR =
H A Dimage_common.h70 extern PFNEGLCREATEIMAGEKHRPROC image_common_dispatch_eglCreateImageKHR;
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/egl/
H A Degl-invalid-attr.c51 PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR = NULL; in piglit_display()
54 (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress ("eglCreateImageKHR"); in piglit_display()
H A Degl-gl_oes_egl_image.c49 PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR = NULL; in piglit_init()
50 peglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC) in piglit_init()
H A Degl-flush-external.c53 PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR = NULL; in piglit_init()
54 peglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC) in piglit_init()
H A Degl-ext_egl_image_storage.c110 PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR = NULL; in piglit_init()
111 peglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC) in piglit_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/gles2_conform_support/native/
H A Degl_native_x11.cc17 PFNEGLCREATEIMAGEKHRPROC egl_create_image_khr_; in GTFCreateEGLImage()
18 egl_create_image_khr_ = reinterpret_cast<PFNEGLCREATEIMAGEKHRPROC> in GTFCreateEGLImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/gles2_conform_support/native/
H A Degl_native_x11.cc17 PFNEGLCREATEIMAGEKHRPROC egl_create_image_khr_; in GTFCreateEGLImage()
18 egl_create_image_khr_ = reinterpret_cast<PFNEGLCREATEIMAGEKHRPROC> in GTFCreateEGLImage()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/client/drm-egl-server/
H A Ddrmeglserverbufferintegration.h55 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenu… typedef
100 PFNEGLCREATEIMAGEKHRPROC m_egl_create_image;
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/client/dmabuf-server/
H A Ddmabufserverbufferintegration.h55 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenu… typedef
105 PFNEGLCREATEIMAGEKHRPROC m_egl_create_image = nullptr;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/
H A DVaapiEGL.cpp296PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress("eglCreat… in TestInterop()
363PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress("eglCreat… in TestInteropDeepColor()
599PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC) eglGetProcAddress("eglCrea… in TestEsh()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/compositor/brcm-egl/
H A Dbrcmeglintegration.cpp61 PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR;
94 d->eglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress("eglCreateImageKHR"); in initializeHardware()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/compositor/drm-egl-server/
H A Ddrmeglserverbufferintegration.h50 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenu… typedef
114 PFNEGLCREATEIMAGEKHRPROC m_egl_create_image;
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/compositor/dmabuf-server/
H A Ddmabufserverbufferintegration.h50 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenu… typedef
130 PFNEGLCREATEIMAGEKHRPROC m_egl_create_image = nullptr;
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/client/libhybris-egl-server/
H A Dlibhybriseglserverbufferintegration.h54 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenu… typedef
116 PFNEGLCREATEIMAGEKHRPROC m_egl_create_image;
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/compositor/libhybris-egl-server/
H A Dlibhybriseglserverbufferintegration.h50 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenu… typedef
121 PFNEGLCREATEIMAGEKHRPROC m_egl_create_image;
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/oes_egl_image_external_essl3/
H A Does_egl_image_external_essl3.c64 PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR = NULL;
389 (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress ("eglCreateImageKHR"); in piglit_init()
/dports/games/lwjgl/lwjgl-2df01dd/src/native/common/opengles/
H A Dextgl_egl.h61 PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DEGLImage.h63 PFNEGLCREATEIMAGEKHRPROC m_eglCreateImageKHR{nullptr};
/dports/www/wpebackend-fdo/wpebackend-fdo-1.12.0/src/
H A Degl-client-dmabuf-pool.h70 PFNEGLCREATEIMAGEKHRPROC createImageKHR;
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h62 PFNEGLCREATEIMAGEKHRPROC create_image;
115 denv->create_image = (PFNEGLCREATEIMAGEKHRPROC) in map_eglext_functions()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h62 PFNEGLCREATEIMAGEKHRPROC create_image;
115 denv->create_image = (PFNEGLCREATEIMAGEKHRPROC) in map_eglext_functions()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/qnx/common/
H A Dwindowgrabber.cpp56 static PFNEGLCREATEIMAGEKHRPROC s_eglCreateImageKHR;
82 …s_eglCreateImageKHR = reinterpret_cast<PFNEGLCREATEIMAGEKHRPROC>(eglGetProcAddress("eglCreateImage… in WindowGrabber()
/dports/x11/aclip/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h62 PFNEGLCREATEIMAGEKHRPROC create_image;
115 denv->create_image = (PFNEGLCREATEIMAGEKHRPROC) in map_eglext_functions()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h62 PFNEGLCREATEIMAGEKHRPROC create_image;
115 denv->create_image = (PFNEGLCREATEIMAGEKHRPROC) in map_eglext_functions()

1234567891011