Home
last modified time | relevance | path

Searched +full:android +full:- +full:stub (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/mesa3d/src/mapi/
Dmapi_glapi.c2 * Mesa 3-D graphics library
4 * Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
26 * Chia-I Wu <olv@lunarg.com>
34 #include "stub.h"
78 * Fill-in the dispatch stub for the named function.
81 * a dispatch stub may be created created for the function. A pointer to this
90 * - 'i' for \c GLint, \c GLuint, and \c GLenum
91 * - 'p' for any pointer type
92 * - 'f' for \c GLfloat and \c GLclampf
93 * - 'd' for \c GLdouble and \c GLclampd
[all …]
/third_party/mesa3d/include/
Dmeson.build25 # Most things assume that Android headers are in the default include
26 # path when compiling for Android so add the stub headers to
27 # inc_include when using the stub.
90 # Non-upstream headers
/third_party/mesa3d/docs/
Dandroid.rst1 Android title
4 Mesa hardware drivers can be built for Android one of two ways: built
5 into the Android OS using the Android.mk build system on older versions
6 of Android, or out-of-tree using the Meson build system and the
7 Android NDK.
9 The Android.mk build system has proven to be hard to maintain, as one
10 needs a built Android tree to build against, and it has never been
12 Chrome OS developers for building and testing Android drivers.
14 Building using the Android NDK
15 ------------------------------
[all …]
/third_party/skia/buildtools/third_party/libc++abi/
Dcxa_demangle_stub.cc2 // Use of this source code is governed by a BSD-style license that can be
11 // our own stub version here stops a lot of code being pulled in from libc++.
13 // https://llvm.org/svn/llvm-project/libcxxabi/trunk/src/cxa_demangle.cpp
16 // //base/android/linker:chromium_android_linker.
21 static const int kMemoryAllocFailure = -1; // LLVM's memory_alloc_failure. in __cxa_demangle()
/third_party/vk-gl-cts/framework/common/
DtcuApp.hpp3 /*-------------------------------------------------------------------------
5 * ----------------------------------------
7 * Copyright 2014 The Android Open Source Project
13 * http://www.apache.org/licenses/LICENSE-2.0
27 *//*--------------------------------------------------------------------*/
52 /*--------------------------------------------------------------------*//*!
60 * Android or iOS) iterate() should be called in application update/draw
66 * See tcuMain.cpp for an example on how to implement application stub.
67 *//*--------------------------------------------------------------------*/
DtcuPlatform.hpp3 /*-------------------------------------------------------------------------
5 * ----------------------------------------
7 * Copyright 2014 The Android Open Source Project
13 * http://www.apache.org/licenses/LICENSE-2.0
24 *//*--------------------------------------------------------------------*/
49 /*--------------------------------------------------------------------*//*!
58 * application stub.
60 * If the platform uses standard posix-style main() for application entry
64 * API-specific platform interfaces (glu::Platform and eglu::Platform)
66 *//*--------------------------------------------------------------------*/
[all …]
/third_party/mesa3d/
Dmeson_options.txt1 # Copyright © 2017-2019 Intel Corporation
26 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows', 'ohos',
31 'egl-native-platform',
35 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
41 'android-stub', boolean
44 description : 'Build against android-stub',
55 'dri-drivers',
60 'dri-drivers-path',
66 'dri-search-path',
69 …: 'Locations to search for dri drivers, passed as colon separated list. Default: dri-drivers-path.'
[all …]
/third_party/toybox/lib/
Dportability.h44 // have <features.h> will transitively include it, and ones that don't --
45 // macOS -- won't break.
51 #define AT_FDCWD -100
80 // We use most non-posix Linux syscalls directly through the syscall() wrapper,
81 // but even many posix-2008 functions aren't provided by glibc unless you
214 // Android is missing some headers and functions
247 // Glibc won't give you linux-kernel constants unless you say "no, a BUD lite"
271 // Support building the Android tools on glibc, so hermetic AOSP builds can
274 #include <android/log.h>
289 return -1; in __android_log_write()
[all …]
/third_party/mesa3d/docs/relnotes/
D21.3.2.rst1 Mesa 21.3.2 Release Notes / 2021-12-17
18 ---------------
22 e2e7bafb8307e7abc3bf982f39382fae3619c84b45504920a21504be52f126bd mesa-21.3.2.tar.xz
26 ------------
28 - None
32 ---------
34 - Flickering and blackscreen on Mpv and Clapper (and also low performance on glxgears)
35 - DXVK SIGBUS with Turnip on Poco F1 at loading to open world.
36 - RADV: IsHelperInvocationEXT query is not considered volatile in ACO
37 - [GraphicsFuzz] dEQP-VK.graphicsfuzz.stable-binarysearch-tree-nested-if-and-conditional
[all …]
D12.0.2.rst15 ----------------
19 a08565ab1273751ebe2ffa928cbf785056594c803077c9719d0763da780f2918 mesa-12.0.2.tar.gz
20 d957a5cc371dcd7ff2aa0d87492f263aece46f79352f4520039b58b1f32552cb mesa-12.0.2.tar.xz
23 ------------
28 ---------
32 - `Bug 69622 <https://bugs.freedesktop.org/show_bug.cgi?id=69622>`__ -
34 - `Bug 89599 <https://bugs.freedesktop.org/show_bug.cgi?id=89599>`__ -
37 - `Bug 91342 <https://bugs.freedesktop.org/show_bug.cgi?id=91342>`__ -
40 - `Bug 92306 <https://bugs.freedesktop.org/show_bug.cgi?id=92306>`__ -
42 - `Bug 94148 <https://bugs.freedesktop.org/show_bug.cgi?id=94148>`__ -
[all …]
D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
D21.0.0.rst1 Mesa 21.0.0 Release Notes / 2021-03-11
20 ---------------
24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz
28 ------------
30 - GL_EXT_demote_to_helper_invocation on radeonsi
32 - GL_NV_compute_shader_derivatives on radeonsi
34 - EGL_MESA_platform_xcb
36 - Removed GL_NV_point_sprite for classic swrast.
38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf…
40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support
[all …]
D20.1.0.rst1 Mesa 20.1.0 Release Notes / 2020-05-27
21 ---------------
25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on i965.
31 - GL_EXT_depth_bounds_test on Iris.
32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0.
33 - GL_NV_alpha_to_coverage_dither_control on radeonsi
34 - GL_NV_copy_image on all gallium drivers.
35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
[all …]
D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
36 - Zink exposes GL 4.6 and ES 3.1
38 - GL_EXT_depth_bounds_test on softpipe, zink
40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+)
[all …]
D19.3.0.rst1 Mesa 19.3.0 Release Notes / 2019-12-12
21 ---------------
25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz
28 ------------
30 - GL_ARB_gl_spirv on i965, iris.
31 - GL_ARB_spirv_extensions on i965, iris.
32 - GL_EXT_demote_to_helper_invocation on iris, i965.
33 - OpenGL 4.6 on i965, iris.
34 - EGL_EXT_image_flush_external
35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.
[all …]
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
D19.1.0.rst17 ----------------
21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz
24 ------------
26 - GL_ARB_parallel_shader_compile on all drivers.
27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
28 - GL_EXT_shader_image_load_formatted on radeonsi.
29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES
32 - GL_NV_compute_shader_derivatives on iris and i965.
33 - GL_KHR_parallel_shader_compile on all drivers.
[all …]
/third_party/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of build systems, configurations and platforms
17 - Sanity checks (``meson test``)
18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested
19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
20 - Replay of application traces
30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def61 DYNAMIC_TAG(TEXTREL, 22) // Relocations exist for non-writable segments.
79 // at https://groups.google.com/forum/#!topic/generic-abi/bX460iggiKg
89 // Android packed relocation section tags.
90 // https://android.googlesource.com/platform/bionic/+/6f12bfece5dcc01325e0abba56a46b1bcf991c69/tool…
96 // Android's experimental support for SHT_RELR sections.
97 // https://android.googlesource.com/platform/bionic/+/b7feec74547f84559a1467aca02708ff61346d2a/libc…
213 // first glink lazy resolver stub.
215 // Sun machine-independent extensions.
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/ffmpeg/libavcodec/
Dlibvo-amrwbenc.c2 * AMR Audio encoder stub
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 #include <vo-amrwbenc/enc_if.h>
60 int i, best = -1, min_diff = 0; in get_wb_bitrate_mode()
66 if (best < 0 || abs(rates[i] - bitrate) < min_diff) { in get_wb_bitrate_mode()
68 min_diff = abs(rates[i] - bitrate); in get_wb_bitrate_mode()
83 AMRWBContext *s = avctx->priv_data; in amr_wb_encode_init()
85 if (avctx->sample_rate != 16000 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amr_wb_encode_init()
90 if (avctx->channels != 1) { in amr_wb_encode_init()
95 s->mode = get_wb_bitrate_mode(avctx->bit_rate, avctx); in amr_wb_encode_init()
[all …]
/third_party/skia/third_party/externals/libwebp/
DCMakeLists.txt3 # Use of this source code is governed by a BSD-style license
20 # Users can still explicitly opt-in to make a SIMD-enabled build.
37 option(WEBP_NEAR_LOSSLESS "Enable near-lossless encoding" ON)
81 add_definitions(-DWEBP_SWAP_16BIT_CSP=1)
85 add_definitions(-DBITTRACE=${WEBP_BITTRACE})
90 add_definitions(-DUNICODE -D_UNICODE)
101 # Android only.
102 if(ANDROID)
103 include_directories(${ANDROID_NDK}/sources/android/cpufeatures)
105 ${ANDROID_NDK}/sources/android/cpufeatures/cpu-features.c)
[all …]
DChangeLog3 731246ba update ChangeLog (tag: v1.2.1-rc2)
10 ece18e55 dsp.h: respect --disable-sse2/sse4.1/neon
56 98bbe35b Fix multi-threading with palettes.
63 8fdaecb0 Disable cross-color when palette is used.
77 fee64287 Merge "wicdec,icc: treat unsupported op as non-fatal"
79 b27ea852 wicdec,icc: treat unsupported op as non-fatal
82 a8853394 SSE4.1 versions of BGRA to RGB/BGR color-space conversions
88 373eb170 gif2webp: don't store loop-count if there's only 1 frame
95 fedac6cc update ChangeLog (tag: v1.2.0-rc3, tag: v1.2.0)
113 2e7bed79 WebPPicture: clarify the ownership of user-owned data.
[all …]
/third_party/ninja/misc/
Dwrite_fake_manifests.py30 return int(random.paretovariate(alpha) * avg / (alpha / (alpha - 1)))
33 # Based on http://neugierig.org/software/chromium/class-name-generator.html
38 'delegate', 'widget', 'proxy', 'stub', 'context',
42 kOS = ['win', 'mac', 'aura', 'linux', 'android', 'unittest', 'browsertest']
86 '-DENABLE_' + self._unique_string(self.seen_defines).upper()
117 ninja.variable('includes', '-I' + src_dir)
118 ninja.variable('cflags', ['-Wall', '-fno-rtti', '-fno-exceptions'])
130 ninja.variable('ldflags', '-Wl,-pie')
182 master_ninja.variable('alink', 'libtool -static')
191 command='$cxx -MMD -MF $out.d $defines $includes $cflags -c $in -o $out',
[all …]
/third_party/skia/gn/skia/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
66 cflags += [ "-Wno-attributes" ]
71 "-v",
72 "--sysroot=" + rebase_path("$fuchsia_sdk_path/arch/$target_cpu/sysroot"),
74 cflags += [ "--sysroot=" +
77 target_triple = "--target=x86_64-${target_os}"
79 target_triple = "--target=aarch64-unknown-${target_os}"
91 cflags += [ "--target=arm64-windows" ]
95 "/utf-8", # Set Source and Executable character sets to UTF-8.
101 "-Wno-c++17-extensions",
[all …]

1234