Home
last modified time | relevance | path

Searched +full:libxcb +full:- +full:keysyms1 +full:- +full:dev (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/
H A D.travis.yml2 # https://travis-ci.org
12 - env: CHECK_COMMIT_FORMAT=ON
13 - env: VULKAN_BUILD_TARGET=GN
16 - os: linux
18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a
19 # Android 64-bit build.
20 - os: linux
22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a
24 - os: linux
28 - os: linux
[all …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/debian/
H A Dtest-vk.sh6 set -e
7 set -o xtrace
11 apt-get install -y libelogind0 # this interfere with systemd deps, install separately
17 dpkg-dev
19 glslang-tools
20 libexpat1-dev
22 libdrm-dev
23 libgbm-dev
24 libgles2-mesa-dev
25 liblz4-dev
[all …]
/aosp_15_r20/external/angle/doc/
H A DDebuggingTips.md3 There are many ways to debug ANGLE using generic or platform-dependent tools. Here is a list of tips
23 `ldconfig -p | grep libGL`.
35 ninja -C out/Debug
37 apitrace trace -o mytrace ./out/Debug/hello_triangle
54 If you want to enable `INFO`-level logs (and up) without incuring the log spam
75 diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
77 --- a/build/config/compiler/compiler.gni
79 @@ -86,7 +86,8 @@ declare_args() {
83 - forbid_non_component_debug_builds = build_with_chromium
90 diff --git a/scripts/gdbclient.py b/scripts/gdbclient.py
[all …]