/third_party/mesa3d/src/egl/ |
D | egl-entrypoint-check.py | 20 def check_entrypoint_sorted(entrypoints): argument 23 for i, _ in enumerate(entrypoints): 27 if entrypoints[i - 1] > entrypoints[i]: 28 print('ERROR: ' + entrypoints[i] + ' should come before ' + entrypoints[i - 1]) 69 entrypoints = [] 74 entrypoints.append(line[len(PREFIX):-len(SUFFIX)]) 76 check_entrypoint_sorted(entrypoints) 80 check_glvnd_entrypoints(entrypoints, glvnd_entrypoints)
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadisplay_priv.c | 35 VAEntrypoint *entrypoints; in gst_va_display_get_profiles() local 50 entrypoints = g_new (VAEntrypoint, num_entrypoints); in gst_va_display_get_profiles() 65 status = vaQueryConfigEntrypoints (dpy, profiles[i], entrypoints, in gst_va_display_get_profiles() 74 if (entrypoints[j] == entrypoint) { in gst_va_display_get_profiles() 84 g_free (entrypoints); in gst_va_display_get_profiles() 143 VAEntrypoint *entrypoints; in gst_va_display_has_vpp() local 155 entrypoints = g_new (VAEntrypoint, max); in gst_va_display_has_vpp() 158 status = vaQueryConfigEntrypoints (dpy, VAProfileNone, entrypoints, &num); in gst_va_display_has_vpp() 166 if (entrypoints[i] == VAEntrypointVideoProc) { in gst_va_display_has_vpp() 173 g_free (entrypoints); in gst_va_display_has_vpp()
|
D | plugin.c | 246 VAEntrypoint *entrypoints = g_new (VAEntrypoint, vaMaxNumEntrypoints (dpy)); in plugin_register_elements() local 269 status = vaQueryConfigEntrypoints (dpy, profiles[i], entrypoints, in plugin_register_elements() 277 if (entrypoints[j] == VAEntrypointVLD) in plugin_register_elements() 279 else if (entrypoints[j] == VAEntrypointEncSlice) in plugin_register_elements() 281 else if (entrypoints[j] == VAEntrypointEncSliceLP) in plugin_register_elements() 283 else if (entrypoints[j] == VAEntrypointEncPicture) in plugin_register_elements() 285 else if (entrypoints[j] == VAEntrypointVideoProc) in plugin_register_elements() 305 g_free (entrypoints); in plugin_register_elements()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_dispatch_table_gen.py | 817 entrypoints = OrderedDict() 823 entrypoints[alias] = EntrypointAlias(alias, entrypoints[target]) 835 assert name not in entrypoints 836 entrypoints[name] = Entrypoint(name, ret_type, params, guard) 842 e = entrypoints[command.attrib['name']] 856 e = entrypoints[command.attrib['name']] 860 return entrypoints.values() 884 entrypoints = [] 888 entrypoints += get_entrypoints(doc, get_entrypoints_defines(doc)) 890 return entrypoints [all …]
|
D | vk_entrypoints_gen.py | 209 entrypoints = get_entrypoints_from_xml(args.xml_files) 214 for e in entrypoints:
|
D | vk_instance.h | 93 const struct vk_instance_entrypoint_table *entrypoints,
|
D | vk_instance.c | 203 const struct vk_instance_entrypoint_table *entrypoints, in vk_instance_get_proc_addr() argument 217 return (PFN_vkVoidFunction)entrypoints->entrypoint in vk_instance_get_proc_addr()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | README.chromium | 11 entrypoints required to use Vulkan without linking to vulkan-1.dll 14 entrypoints. Finally, volk enables loading Vulkan entrypoints directly
|
D | README.md | 13 volk is a meta-loader for Vulkan. It allows you to dynamically load entrypoints required to use Vul… 14 …s the use of Vulkan extensions by automatically loading all associated entrypoints. Finally, volk … 15 Vulkan entrypoints directly from the driver which can increase performance by skipping loader dispa… 47 This function will load all required Vulkan entrypoints, including all extensions; you can use Vulk… 56 1. For applications that use just one VkDevice object, load device-related Vulkan entrypoints direc… 62 2. For applications that use multiple VkDevice objects, load device-related Vulkan entrypoints into… 70 …entrypoints are loaded using `vkGetDeviceProcAddr`; when no layers are present, this commonly resu…
|
/third_party/flutter/flutter/dev/integration_tests/named_isolates/lib/ |
D | main.dart | 21 // `first` and `second` are the actual entrypoints to this app, but dart specs
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.0.1.rst | 30 - Added a few missing OpenGL 2.0 API entrypoints:
|
D | 20.1.6.rst | 82 - egl/entrypoint-check: add check that GLVND and plain EGL have the same entrypoints
|
D | 6.5.1.rst | 88 entrypoints for some extensions were removed. This means GL function
|
D | 18.1.6.rst | 137 - radv: generate entrypoints for VK_ANDROID_native_buffer
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | fuzzing.md | 13 … API usage which allows the fuzzer to quickly discover and use new API entrypoints and usage patte…
|
D | overview.md | 49 …- It avoids applications that know they will only use Dawn to query all entrypoints at once instea…
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/web/ |
D | compile.dart | 80 /// the entrypoints for dart2js to later take over.
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_user_clip_plane.txt | 146 0.2, 3/11/2004 bcb: Renamed entrypoints to add IMG suffix.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_user_clip_plane.txt | 146 0.2, 3/11/2004 bcb: Renamed entrypoints to add IMG suffix.
|
/third_party/icu/docs/userguide/packaging/ |
D | plug-ins.md | 47 At u_init time, ICU will read from a list of DLLs and entrypoints, and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_buffer_range.txt | 247 8 08/07/2013 mjk Better indicate DSA entrypoints
|
/third_party/mesa3d/docs/ |
D | libGL.txt | 150 The __driRegisterExtensions() function can add new entrypoints to libGL
|
D | sourcetree.rst | 52 entrypoints like glClear, glBegin, etc. are generated, as well as
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_buffer_range.txt | 257 8 08/07/2013 mjk Better indicate DSA entrypoints
|
/third_party/skia/third_party/externals/egl-registry/extensions/ARM/ |
D | EGL_ARM_implicit_external_sync.txt | 190 may be unwilling to expose OpenGL ES 3 entrypoints to applications. As
|