Home
last modified time | relevance | path

Searched refs:entrypoints (Results 1 – 25 of 68) sorted by relevance

123

/third_party/mesa3d/src/egl/
Degl-entrypoint-check.py20 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/
Dgstvadisplay_priv.c35 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()
Dplugin.c246 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/
Dvk_dispatch_table_gen.py817 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 …]
Dvk_entrypoints_gen.py209 entrypoints = get_entrypoints_from_xml(args.xml_files)
214 for e in entrypoints:
Dvk_instance.h93 const struct vk_instance_entrypoint_table *entrypoints,
Dvk_instance.c203 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/
DREADME.chromium11 entrypoints required to use Vulkan without linking to vulkan-1.dll
14 entrypoints. Finally, volk enables loading Vulkan entrypoints directly
DREADME.md13 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…
70entrypoints are loaded using `vkGetDeviceProcAddr`; when no layers are present, this commonly resu…
/third_party/flutter/flutter/dev/integration_tests/named_isolates/lib/
Dmain.dart21 // `first` and `second` are the actual entrypoints to this app, but dart specs
/third_party/mesa3d/docs/relnotes/
D7.0.1.rst30 - Added a few missing OpenGL 2.0 API entrypoints:
D20.1.6.rst82 - egl/entrypoint-check: add check that GLVND and plain EGL have the same entrypoints
D6.5.1.rst88 entrypoints for some extensions were removed. This means GL function
D18.1.6.rst137 - radv: generate entrypoints for VK_ANDROID_native_buffer
/third_party/skia/third_party/externals/dawn/docs/
Dfuzzing.md13 … API usage which allows the fuzzer to quickly discover and use new API entrypoints and usage patte…
Doverview.md49 …- 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/
Dcompile.dart80 /// the entrypoints for dart2js to later take over.
/third_party/openGLES/extensions/IMG/
DIMG_user_clip_plane.txt146 0.2, 3/11/2004 bcb: Renamed entrypoints to add IMG suffix.
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_user_clip_plane.txt146 0.2, 3/11/2004 bcb: Renamed entrypoints to add IMG suffix.
/third_party/icu/docs/userguide/packaging/
Dplug-ins.md47 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/
DARB_texture_buffer_range.txt247 8 08/07/2013 mjk Better indicate DSA entrypoints
/third_party/mesa3d/docs/
DlibGL.txt150 The __driRegisterExtensions() function can add new entrypoints to libGL
Dsourcetree.rst52 entrypoints like glClear, glBegin, etc. are generated, as well as
/third_party/openGLES/extensions/ARB/
DARB_texture_buffer_range.txt257 8 08/07/2013 mjk Better indicate DSA entrypoints
/third_party/skia/third_party/externals/egl-registry/extensions/ARM/
DEGL_ARM_implicit_external_sync.txt190 may be unwilling to expose OpenGL ES 3 entrypoints to applications. As

123