Home
last modified time | relevance | path

Searched refs:extension_name (Results 1 – 25 of 37) sorted by relevance

12

/external/angle/scripts/
Dregistry_xml.py369 extension_name = extension.attrib['name']
370 if not extension_name in supported_extensions:
373 ext_annotations[extension_name] = self._ClassifySupport(extension.attrib['supported'])
393 self.ext_data[extension_name] = sorted(ext_cmd_names)
395 for extension_name, ext_cmd_names in sorted(self.ext_data.items()):
406 self.ext_data[extension_name] = sorted(ext_cmd_names)
407 self.ext_dupes[extension_name] = dupes
408 self.all_cmd_names.add_commands(ext_annotations[extension_name], ext_cmd_names)
Dgenerate_entry_points.py2378 for extension_name, ext_cmd_names in sorted(egl.ext_data.items()):
2383 exports.append("\n ; %s" % extension_name)
2664 for extension_name, ext_cmd_names in sorted(xml.ext_data.items()):
2665 extension_commands.extend(xml.ext_data[extension_name])
2671 comment = "\n// {}".format(extension_name)
2672 libgles_ep_exports.append("\n ; %s" % extension_name)
2678 for dupe in xml.ext_dupes[extension_name]:
2690 if (extension_name in registry_xml.gles1_extensions and
2691 extension_name not in GLES1_NO_CONTEXT_DECL_EXTENSIONS):
2692 glesdecls['exts']['GLES1 Extensions'][extension_name] = get_decls(
[all …]
Dgen_proc_table.py152 for extension_name, ext_cmd_names in sorted(glesxml.ext_data.items()):
153 extension_commands.extend(glesxml.ext_data[extension_name])
/external/vulkan-validation-layers/scripts/
Dlayer_dispatch_table_generator.py203 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): argument
230 if 'VK_VERSION_' in extension_name:
232 self.CommandData(name=name, ext_name=extension_name,
242 self.CommandData(name=name, ext_name=extension_name,
252 if 'VK_VERSION_' in extension_name:
254 self.CommandData(name=name, ext_name=extension_name,
265 self.CommandData(name=name, ext_name=extension_name,
/external/angle/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py309 extension_name = extension.attrib['name']
315 if '_KHR_' in extension_name and not command_name.endswith('KHR'):
316 safe_append(gl_extension_commands, command_name, extension_name)
317 safe_append(gles2_extension_commands, command_name, extension_name)
319 safe_append(both_extension_commands, command_name, extension_name)
321 safe_append(gl_extension_commands, command_name, extension_name)
323 safe_append(gles2_extension_commands, command_name, extension_name)
/external/python/cpython3/Tools/peg_generator/pegen/
Dbuild.py57 extension_name = source_file_path.stem
64 extension_name,
83 dist = Distribution({"name": extension_name, "ext_modules": extension})
93 extension_path = source_file_path.parent / cmd.get_ext_filename(extension_name)
94 shutil.move(cmd.get_ext_fullpath(extension_name), extension_path)
/external/mesa3d/src/gallium/drivers/zink/
Dzink_device_info.py299 def extension_name(self): member in Extension
330 + self.extension_name()
338 + self.extension_name())
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dstrip_debug_info_pass.cpp49 const char* extension_name = reinterpret_cast<const char*>( in Process() local
51 if (0 == std::strncmp(extension_name, "NonSemantic.", 12)) { in Process()
Dstrip_reflect_info_pass.cpp87 const char* extension_name = in Process() local
89 if (0 == std::strncmp(extension_name, "NonSemantic.", 12)) { in Process()
Dir_context.cpp622 const char* extension_name = in AddCombinatorsForExtension() local
624 if (!strcmp(extension_name, "GLSL.std.450")) { in AddCombinatorsForExtension()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrip_debug_info_pass.cpp49 const char* extension_name = reinterpret_cast<const char*>( in Process() local
51 if (0 == std::strncmp(extension_name, "NonSemantic.", 12)) { in Process()
Dstrip_reflect_info_pass.cpp87 const char* extension_name = in Process() local
89 if (0 == std::strncmp(extension_name, "NonSemantic.", 12)) { in Process()
Dir_context.cpp626 const char* extension_name = in AddCombinatorsForExtension() local
628 if (!strcmp(extension_name, "GLSL.std.450")) { in AddCombinatorsForExtension()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrip_debug_info_pass.cpp49 const char* extension_name = reinterpret_cast<const char*>( in Process() local
51 if (0 == std::strncmp(extension_name, "NonSemantic.", 12)) { in Process()
Dstrip_reflect_info_pass.cpp87 const char* extension_name = in Process() local
89 if (0 == std::strncmp(extension_name, "NonSemantic.", 12)) { in Process()
Dir_context.cpp626 const char* extension_name = in AddCombinatorsForExtension() local
628 if (!strcmp(extension_name, "GLSL.std.450")) { in AddCombinatorsForExtension()
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc209 string extension_name; in ExtractXmpMeta() local
213 XmpConst::HasExtension(), &extension_name)) { in ExtractXmpMeta()
217 if (!ParseExtendedXmpSections(sections, extension_name, xmp_data)) { in ExtractXmpMeta()
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_plugin.cc353 std::string extension_name = extension->extension_scope()->name(); in CollectDescriptors() local
354 extensions_[extension_name].push_back(extension); in CollectDescriptors()
897 const std::string& extension_name, in GenerateExtension() argument
907 extension_name, "extendee", in GenerateExtension()
916 GenerateFieldDescriptor(extension_name, field); in GenerateExtension()
/external/vulkan-validation-layers/layers/
Dstateless_validation.h808 const char *extension_name) { in validate_extension_reqs() argument
810 if (!extension_name) { in validate_extension_reqs()
813 auto info = ExtensionState::get_info(extension_name); in validate_extension_reqs()
832 … ((missing.size() > 1) ? "s" : ""), extension_type, extension_name, missing_joined_list.c_str()); in validate_extension_reqs()
964 bool require_device_extension(bool flag, char const *function_name, char const *extension_name);
990 bool OutputExtensionError(const std::string &api_name, const std::string &extension_name);
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py362 for extension_name, extension_field in extensions.items():
363 assert extension_name not in dictionary
364 dictionary[extension_name] = extension_field
771 for extension_name, extension_field in extensions.items():
772 constant_name = extension_name.upper() + '_FIELD_NUMBER'
/external/deqp/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp60 static bool isExtensionSupported(deqp::Context& context, const GLchar* extension_name);
354 bool Utils::isExtensionSupported(deqp::Context& context, const GLchar* extension_name) in isExtensionSupported() argument
358 if (std::find(extensions.begin(), extensions.end(), extension_name) == extensions.end()) in isExtensionSupported()
361 message.append(extension_name); in isExtensionSupported()
Dgl4cVertexAttrib64BitTest.cpp77 void RequireExtension(const GLchar* extension_name) const;
263 void Base::RequireExtension(const GLchar* extension_name) const in RequireExtension()
267 if (std::find(extensions.begin(), extensions.end(), extension_name) == extensions.end()) in RequireExtension()
270 message.append(extension_name); in RequireExtension()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c1081 char* extension_name; in pysqlite_load_extension() local
1088 if (!PyArg_ParseTuple(args, "s", &extension_name)) { in pysqlite_load_extension()
1092 rc = sqlite3_load_extension(self->db, extension_name, 0, &errmsg); in pysqlite_load_extension()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c1104 char* extension_name; in pysqlite_load_extension() local
1111 if (!PyArg_ParseTuple(args, "s", &extension_name)) { in pysqlite_load_extension()
1115 rc = sqlite3_load_extension(self->db, extension_name, 0, &errmsg); in pysqlite_load_extension()
/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py536 message_name, _, extension_name = full_name.rpartition('.')
543 return scope.extensions_by_name[extension_name]

12