Searched refs:keyed (Results 1 – 25 of 97) sorted by relevance
1234
/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/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/flutter/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/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/flutter/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/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/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/flutter/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/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/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/freetype/docs/ |
D | PROBLEMS | 11 * Some Type 1, Multiple Masters, and CID-keyed PostScript fonts aren't
|
/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/flutter/skia/third_party/externals/freetype/docs/ |
D | PROBLEMS | 11 * Some Type 1, Multiple Masters, and CID-keyed PostScript fonts aren't
|
/third_party/boost/libs/serialization/doc/ |
D | profile3.txt | 53 0.00 0.00 1/2 global constructors keyed to main [27] 54 0.00 0.00 1/2 global destructors keyed to main [24]
|
D | profile2.txt | 83 0.00 0.00 1/2 global constructors keyed to main [38] 84 0.00 0.00 1/2 global destructors keyed to main [35]
|
/third_party/node/doc/guides/ |
D | using-symbols.md | 7 Symbol-keyed properties of an object are not included in the output of
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | reparent_state_with_layout_builder_test.dart | 145 // the removal of the keyed child until this build scope.
|
/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
|
1234