/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FindOpenGL.cmake | 14 GLVND support on Linux. See the :ref:`Linux Specific` section below. 37 Additionally, the following GLVND-specific library targets are defined: 40 Defined to libOpenGL if the system is GLVND-based. 73 Variables for GLVND-specific libraries ``OpenGL``, ``EGL`` and ``GLX``. 85 Path to the GLVND 'GLX' library. 87 Path to the GLVND 'OpenGL' library 93 Variables for GLVND-specific libraries ``OpenGL``, ``EGL`` and ``GLX``. 100 Some Linux systems utilize GLVND as a new ABI for OpenGL. GLVND separates 102 contexts are defined in "libGLX" or "libEGL". GLVND is currently the only way 104 Projects may use GLVND explicitly with target ``OpenGL::OpenGL`` and either [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/build/ |
H A D | gitlab-ci.yml | 98 -D glvnd=disabled 195 -D glvnd=disabled 250 -D glvnd=disabled 292 -D glvnd=disabled 333 -D glvnd=enabled 387 -D glvnd=disabled 465 -D glvnd=disabled 486 -D glvnd=disabled 507 -D glvnd=disabled 527 -D glvnd=disabled [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/policy/ |
D | CMP0072.rst | 6 :module:`FindOpenGL` prefers GLVND by default when available. 10 When both a legacy GL library (e.g. ``libGL.so``) and GLVND libraries 16 CMake 3.11 and above prefer to choose GLVND libraries. This policy provides 21 ``OpenGL_GL_PREFERENCE`` to ``GLVND``.
|
/aosp_15_r20/external/mesa3d/src/egl/ |
H A D | egl-entrypoint-check.py | 12 # These entrypoints should *not* be in the GLVND entrypoints 36 print('Checking the GLVND entrypoints against the plain EGL ones...') 43 …print('ERROR: ' + egl_entrypoint + ' is missing from the GLVND entrypoints (src/egl/generate/eglFu… 53 …print('ERROR: ' + glvnd_entrypoint + ' is should *not* be in the GLVND entrypoints (src/egl/genera…
|
H A D | meson.build | 162 glvnd_config.set('glvnd_vendor_name', get_option('glvnd-vendor-name')) 169 install_dir : join_paths(get_option('datadir'), 'glvnd', 'egl_vendor.d') 214 egl_symbols = files('egl-glvnd-symbols.txt')
|
/aosp_15_r20/external/mesa3d/ |
H A D | meson_options.txt | 348 'glvnd', feature 351 description : 'Enable GLVND support.' 370 'glvnd-vendor-name', 373 description : 'Vendor name string to use for glvnd libraries'
|
H A D | CODEOWNERS | 75 # GLVND 79 /src/glx/*glvnd* @kbrenneman
|
H A D | meson.build | 555 _glvnd = get_option('glvnd') \ 557 error_message: 'glvnd cannot be used on Windows') \ 559 error_message: 'Cannot build glvnd support for GLX that is not DRI based.') \ 561 error_message: 'glvnd requires DRI based GLX and/or EGL') \ 567 glvnd_vendor_name = get_option('glvnd-vendor-name') 2297 'GLVND': with_glvnd,
|
H A D | .mr-label-maker.yml | 33 'glvnd': 'GLVND'
|
/aosp_15_r20/hardware/google/gfxstream/ |
D | meson_options.txt | 354 'glvnd', boolean 357 description : 'Enable GLVND support.' 376 'glvnd-vendor-name', 379 description : 'Vendor name string to use for glvnd libraries'
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.1.8.rst | 114 - meson: fix logic for generating .pc files with old glvnd 123 - gl: drop incorrect pkg-config file for glvnd 124 - meson: re-add incorrect pkg-config files with GLVND for backward
|
H A D | 12.0.5.rst | 45 - glx/glvnd: Don't modify the dummy slot in the dispatch table 46 - glx/glvnd: Fix dispatch function names and indices
|
H A D | 18.1.6.rst | 84 - autotools: error out when building with mangling and glvnd 85 - autotools: use correct gl.pc LIBS when using glvnd
|
H A D | 13.0.1.rst | 43 - glx/glvnd: Don't modify the dummy slot in the dispatch table 44 - glx/glvnd: Fix dispatch function names and indices
|
H A D | 19.2.0.rst | 210 - gl: drop incorrect pkg-config file for glvnd 211 - meson: re-add incorrect pkg-config files with GLVND for backward
|
H A D | 19.2.6.rst | 53 - meson: generate .pc files for gles and gles2 with old glvnd
|
H A D | 19.1.1.rst | 68 - glx: fix glvnd pointer types
|
H A D | 20.1.6.rst | 82 - egl/entrypoint-check: add check that GLVND and plain EGL have the same entrypoints
|
/aosp_15_r20/external/libepoxy/src/ |
H A D | dispatch_common.c | 230 * runtime is glvnd-enabled, else libGL.so.1 238 * this is either libOpenGL (if the runtime is glvnd-enabled) or 551 /* prefer the glvnd library if it exists */ in epoxy_load_glx()
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | glxglvnddispatchfuncs.h | 6 #include "glvnd/libglxabi.h"
|
H A D | glxglvnd.c | 5 #include "glvnd/libglxabi.h"
|
/aosp_15_r20/external/mesa3d/src/egl/main/ |
H A D | egldispatchstubs.h | 31 #include "glvnd/libeglabi.h"
|
H A D | eglglvnd.c | 31 #include <glvnd/libeglabi.h>
|
H A D | eglglobals.h | 62 * For a non-glvnd build create a concatenated one.
|
H A D | egldispatchstubs.c | 97 // end up using the GLVND error code. Set it here. in FetchVendorFunc()
|