Home
last modified time | relevance | path

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

12345678910>>...19

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestbounds.c26 SDL_Rect bounds = { -1,-1,-1,-1 }, usable = { -1,-1,-1,-1 }; in main() local
28 SDL_GetDisplayUsableBounds(i, &usable); in main()
32 usable.x, usable.y, usable.w, usable.h); in main()
/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/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/
DSDL_coreaudio.m117 int usable = 0;
146 usable = 1;
154 if (!usable)
167 usable = ((ptr != NULL) &&
173 if (usable) {
179 usable = (len > 0);
182 if (usable) {
/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…
Dlibxml2.doap10 project (but usable outside of the Gnome platform), it is free software
/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/flutter/flutter/packages/flutter/test/foundation/
Dplatform_helper.dart7 /// Returns [Platform.pathSeparator], suitably escaped so as to be usable in a
/third_party/gstreamer/gstplugins_bad/data/targets/device/
Ddvd.gep9 description[c]=This is an encoding profile usable for DVDs
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
DREADME5 provides a usable ABI (e.g., does not use standard library in the interfaces).
/third_party/openssl/include/openssl/
Dfipskey.h.in21 * The FIPS validation HMAC key, usable as an array initializer.
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-cmake.md11 While still experimental, the build system should be usable on the following
/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/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/typescript/tests/baselines/reference/
DdefaultDeclarationEmitShadowedNamedCorrectly.types34 let MyComponent = 2; // Shadow declaration, so symbol is only usable via the self-import
/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/gstreamer/gstplugins_base/gst-libs/gst/riff/
Dmeson.build42 # usable in binded languages.
/third_party/skia/third_party/externals/tint/src/reader/spirv/
DREADME.md8 It's usable from the Tint command line:
/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/node/deps/npm/node_modules/http-cache-semantics/
DREADME.md13 // throw the response away, it's not usable at all
35 …ers specified in `Vary`. Even a matching fresh response may still not be usable if the new request…
99 After that time (when `timeToLive() <= 0`) the response might not be usable without revalidation. H…
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentModesCreateInfo.adoc5 [open,refpage='VkSwapchainPresentModesCreateInfoEXT',desc='All presentation modes usable by the swa…
/third_party/node/deps/npm/node_modules/es6-promisify/
DREADME.md27 // Now usable as a promise!

12345678910>>...19