Searched refs:keyed (Results 1 – 25 of 72) sorted by relevance
123
/third_party/openGLES/extensions/EXT/ |
D | EXT_win32_keyed_mutex.txt | 66 have a synchronization object known as a keyed mutex associated with 72 To block GL command processing until a keyed mutex is acquired, call 78 where <memory> identifies which keyed mutex to acquire, <key> is the 86 To release a keyed mutex after all prior GL command processing has 92 where <memory> identifies the keyed mutex to release, and <key> is 106 <memory> has no associated keyed mutex.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_win32_keyed_mutex.txt | 66 have a synchronization object known as a keyed mutex associated with 72 To block GL command processing until a keyed mutex is acquired, call 78 where <memory> identifies which keyed mutex to acquire, <key> is the 86 To release a keyed mutex after all prior GL command processing has 92 where <memory> identifies the keyed mutex to release, and <key> is 106 <memory> has no associated keyed mutex.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_win32_keyed_mutex/ |
D | keyed_mutex_submit.txt | 8 resource to a queue, the keyed mutex mechanism may: be used in addition to 15 To acquire keyed mutexes before submitted work and/or release them after, 29 Entries refer to the keyed mutex associated with the corresponding 40 Entries refer to the keyed mutex associated with the corresponding
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_keyed_mutex.txt | 65 if a keyed mutex for the surface is not available. The keyed mutex 68 Before using the keyed mutex, ensure that all rendering to the EGLSurface
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_win32_keyed_mutex.txt | 21 API may wish to use the native keyed mutex mechanism to synchronize access 23 This extension provides a way for an application to access the keyed mutex
|
D | VK_NV_win32_keyed_mutex.txt | 20 API may wish to use the native keyed mutex mechanism to synchronize access 22 This extension provides a way for an application to access the keyed mutex 35 // access to it in Vulkan using keyed mutex objects.
|
D | VK_KHR_external_semaphore_win32.txt | 61 with the keyed mutex extensions. 62 The latter is more flexible and consistent with the keyed mutex usage, but
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11device.cpp | 142 ComPtr<IDXGIKeyedMutex> keyed; in prepare_shared_texture() local 144 hr = shared_texture.As (&keyed); in prepare_shared_texture() 184 if (keyed && keyed_mutex) in prepare_shared_texture() 185 *keyed_mutex = keyed.Detach(); in prepare_shared_texture()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | module.mk | 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRI…
|
/third_party/typescript/tests/baselines/reference/ |
D | symbolProperty56.types | 21 …// The following should be of type 'any'. This is because even though obj has a property keyed by …
|
D | symbolProperty55.types | 21 …// The following should be of type 'any'. This is because even though obj has a property keyed by …
|
D | symbolProperty56.symbols | 19 …// The following should be of type 'any'. This is because even though obj has a property keyed by …
|
D | symbolProperty55.symbols | 20 …// The following should be of type 'any'. This is because even though obj has a property keyed by …
|
/third_party/skia/third_party/externals/freetype/builds/amiga/ |
D | smakefile | 30 #define FT_USE_T1CID // cid-keyed type1 font driver 233 # freetype library CID-keyed Type1 font driver 238 # freetype library CID-keyed Type1 font driver extensions
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 40 makes attacks easier, there is no replay protection, and non-keyed 49 keyed packet authentication mechanism (Michael MIC).</para>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 44 makes attacks easier, there is no replay protection, and non-keyed 53 keyed packet authentication mechanism (Michael MIC).</para>
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | PROBLEMS | 11 * Some Type 1, Multiple Masters, and CID-keyed PostScript fonts aren't
|
/third_party/node/doc/contributing/ |
D | using-symbols.md | 7 Symbol-keyed properties of an object are not included in the output of
|
/third_party/openssl/doc/internal/man7/ |
D | VERSION.pod | 19 This file is a set of keyed information looking like simple variable
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpmac_blake.txt | 144 Title = Custom keyed BLAKE2 tests
|
/third_party/python/Doc/library/ |
D | importlib.metadata.rst | 57 You can also get the set of entry points keyed by group, such as 146 no parameters and always returned a dictionary of entry points, keyed
|
D | hashlib.rst | 311 BLAKE2 supports **keyed mode** (a faster and simpler replacement for HMAC_), 343 * *key*: key for keyed hashing (up to 64 bytes for BLAKE2b, up to 32 bytes for 546 Even though there's a native keyed hashing mode, BLAKE2 can, of course, be used 644 Personalization together with the keyed mode can also be used to derive different
|
/third_party/openssl/doc/man7/ |
D | EVP_KDF-KB.pod | 10 (KBKDF). KBKDF derives a key from repeated application of a keyed MAC to an
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
D | README.md | 51 * A query cache is desirable. This would be a hash table keyed by the
|
/third_party/openssl/crypto/property/ |
D | README.md | 51 * A query cache is desirable. This would be a hash table keyed by the
|
123