Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/third_party/mesa3d/src/glx/
Dglxextensions.c653 unsigned char usable[__GLX_EXT_BYTES]; in __glXCalculateUsableExtensions() local
692 usable[i] = u; in __glXCalculateUsableExtensions()
711 usable[i] = u; in __glXCalculateUsableExtensions()
716 usable); in __glXCalculateUsableExtensions()
733 unsigned char usable[__GL_EXT_BYTES]; in __glXCalculateUsableGLExtensions() local
741 (void) memset(usable, 0, sizeof(usable)); in __glXCalculateUsableGLExtensions()
742 SET_BIT(usable, GL_ARB_transpose_matrix_bit); in __glXCalculateUsableGLExtensions()
743 SET_BIT(usable, GL_EXT_draw_range_elements_bit); in __glXCalculateUsableGLExtensions()
744 SET_BIT(usable, GL_EXT_multi_draw_arrays_bit); in __glXCalculateUsableGLExtensions()
745 SET_BIT(usable, GL_SUN_multi_draw_arrays_bit); in __glXCalculateUsableGLExtensions()
[all …]
/third_party/mesa3d/src/gallium/targets/opencl/
Dmeson.build55 test_run = cpp.run(clang_test_code, name : 'dep-clang-usable',
80 test_run = cpp.run(clang_test_code, name : 'dep-clang-usable',
83 error('No usable clang found!')
/third_party/rust/crates/clap/tests/derive_ui/
Denum_flatten.stderr1 error: `flatten` is usable only with single-typed tuple variants
/third_party/libxml2/
DREADME.OpenSource9 …ml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gno…
/third_party/gstreamer/gstplugins_bad/data/targets/device/
Ddvd.gep9 description[c]=This is an encoding profile usable for DVDs
/third_party/mesa3d/docs/_extra/specs/
DMESA_drm_image.spec96 should be usable as a scanout buffer with the DRM kernel
100 requests that the image must be usable as a cursor with KMS. When
/third_party/openssl/include/openssl/
Dfipskey.h.in21 * The FIPS validation HMAC key, usable as an array initializer.
/third_party/node/deps/openssl/openssl/include/openssl/
Dfipskey.h.in21 * The FIPS validation HMAC key, usable as an array initializer.
/third_party/typescript/tests/baselines/reference/
DdefaultDeclarationEmitShadowedNamedCorrectly.types34 let MyComponent = 2; // Shadow declaration, so symbol is only usable via the self-import
DdefaultDeclarationEmitShadowedNamedCorrectly.symbols47 let MyComponent = 2; // Shadow declaration, so symbol is only usable via the self-import
/third_party/vk-gl-cts/external/vulkan-docs/src/
DLICENSE.adoc10 ** For scripts and XML which need to be usable in GPL-licensed projects.
/third_party/gstreamer/gstplugins_good/gst/videobox/
DREADME8 Some predefined colors are usable with an enum property.
/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Dmeson.build42 # usable in binded languages.
/third_party/EGL/extensions/MESA/
DEGL_MESA_drm_image.txt96 should be usable as a scanout buffer with the DRM kernel
100 requests that the image must be usable as a cursor with KMS. When
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/
DEGL_MESA_drm_image.txt96 should be usable as a scanout buffer with the DRM kernel
100 requests that the image must be usable as a cursor with KMS. When
/third_party/skia/third_party/externals/tint/src/reader/spirv/
DREADME.md8 It's usable from the Tint command line:
/third_party/python/Objects/
Ddictobject.c506 Py_ssize_t usable = USABLE_FRACTION(keys->dk_size); in _PyDict_CheckConsistency() local
508 CHECK(0 <= mp->ma_used && mp->ma_used <= usable); in _PyDict_CheckConsistency()
510 CHECK(0 <= keys->dk_usable && keys->dk_usable <= usable); in _PyDict_CheckConsistency()
511 CHECK(0 <= keys->dk_nentries && keys->dk_nentries <= usable); in _PyDict_CheckConsistency()
512 CHECK(keys->dk_usable + keys->dk_nentries <= usable); in _PyDict_CheckConsistency()
525 CHECK(DKIX_DUMMY <= ix && ix <= usable); in _PyDict_CheckConsistency()
528 for (i=0; i < usable; i++) { in _PyDict_CheckConsistency()
569 Py_ssize_t es, usable; in new_keys_object() local
574 usable = USABLE_FRACTION(size); in new_keys_object()
602 + sizeof(PyDictKeyEntry) * usable); in new_keys_object()
[all …]
/third_party/openssl/doc/man3/
DSSL_get_ciphers.pod44 For example, additional ciphers may be usable by a server if there is
46 usable by a server if there is not a suitable certificate configured.
/third_party/cef/patch/patches/
Dlinux_chrome_widevine_3149.patch21 +// file will be checked, and if it references a usable Widevine CDM, use this
/third_party/python/Mac/BuildScript/
DREADME.rst12 macOS systems; it is usable on macOS 10.6 and earlier systems.
13 To be usable on newer versions of macOS, the bits in the bundle package
/third_party/freetype/
DLICENSE.TXT6 usable to a vast majority of developers, we distribute it under two
/third_party/ltp/testcases/kernel/fs/fs_di/
Dfs_di73 …-S SIZE in Mb Size of usable partition (in MBs) on which the testing is carried out (needs to be…
/third_party/EGL/extensions/EXT/
DEGL_EXT_device_query_name.txt85 devices might not be usable with EGL_EXT_platform_device. This
/third_party/skia/third_party/externals/freetype/
DLICENSE.TXT6 usable to a vast majority of developers, we distribute it under two
/third_party/iptables/
Diptables-config58 # Only usable with IPTABLES_RESTORE_WAIT > 0

12345678910>>...17