Home
last modified time | relevance | path

Searched refs:name_prefix (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/scripts/
Dgen_proc_table.py142 name_prefix = "GL_ES_VERSION_"
144 name_prefix = "GL_VERSION_ES_CM_"
145 feature_name = "{}{}".format(name_prefix, annotation)
165 name_prefix = "EGL_VERSION_"
166 feature_name = "{}{}".format(name_prefix, annotation)
205 name_prefix = "GL_VERSION_"
206 feature_name = "{}{}".format(name_prefix, annotation)
214 name_prefix = "WGL_VERSION_"
215 feature_name = "{}{}".format(name_prefix, annotation)
250 name_prefix = "CL_VERSION_"
[all …]
Dgenerate_loader.py112 name_prefix = "EGL_VERSION_"
114 feature_name = "{}{}".format(name_prefix, annotation)
144 name_prefix = "GL_ES_VERSION_"
148 name_prefix = "GL_VERSION_ES_CM_"
150 feature_name = "{}{}".format(name_prefix, annotation)
188 name_prefix = "EGL_VERSION_"
190 feature_name = "{}{}".format(name_prefix, annotation)
246 name_prefix = "WGL_VERSION_"
248 feature_name = "{}{}".format(name_prefix, annotation)
Dgenerate_entry_points.py2424 name_prefix = "EGL_VERSION_"
2426 feature_name = "{}{}".format(name_prefix, annotation)
2649 name_prefix = "GL_ES_VERSION_"
2652 name_prefix = "GL_VERSION_ES_CM_"
2655 feature_name = "{}{}".format(name_prefix, version)
2792 name_prefix = "GL_VERSION_"
2795 feature_name = "{}{}".format(name_prefix, version)
2858 name_prefix = "CL_VERSION_"
2861 feature_name = "%s%s" % (name_prefix, version)
2934 name_prefix = "EGL_VERSION_"
[all …]
/third_party/nghttp2/doc/_exts/rubydomain/
Drubydomain.py107 name_prefix, name, arglist, retann = m.groups()
108 if not name_prefix:
109 name_prefix = ""
121 if name_prefix and name_prefix.startswith(classname):
122 fullname = name_prefix + name
124 name_prefix = name_prefix[len(classname):].lstrip('.')
127 fullname = classname + separator + name_prefix + name
130 if name_prefix:
131 classname = name_prefix.rstrip('.')
132 fullname = name_prefix + name
[all …]
/third_party/mesa3d/src/compiler/glsl/tests/
Dbuiltin_variable_test.cpp92 char *const name_prefix = new char[len + 1]; in string_starts_with_prefix() local
94 strncpy(name_prefix, str, len); in string_starts_with_prefix()
95 name_prefix[len] = '\0'; in string_starts_with_prefix()
96 EXPECT_STREQ(prefix, name_prefix) << "Bad name " << str; in string_starts_with_prefix()
98 delete [] name_prefix; in string_starts_with_prefix()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dentity_db.py379 return entity_name.lower().startswith(self.name_prefix)
569 self.name_prefix = self.getNamePrefix().lower()
570 self.mixed_case_name_prefix = self.name_prefix[:1].upper(
571 ) + self.name_prefix[1:]
574 ('[{}{}]'.format(c.upper(), c) for c in self.name_prefix))
645 if requires and not requires.lower().startswith(self.name_prefix):
Dmacro_checker.py55 r'=+ (?P<command>{}[\w]+)'.format(self.entity_db.name_prefix)
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
Drole.js272 name_prefix: this.namePrefix, property
277 const { keyids, threshold, bit_length, name_prefix, ...rest } = data;
287 if (typeof name_prefix !== 'string') {
294 namePrefix: name_prefix,
/third_party/node/deps/v8/src/heap/cppgc/
Dtrace-event.h88 #define INTERNAL_TRACE_EVENT_UID(name_prefix) \ argument
89 INTERNAL_TRACE_EVENT_UID2(name_prefix, __LINE__)
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1930 const char *name_prefix, *input_description, *output_description; in create_card_ports() local
1936 name_prefix = "unknown"; in create_card_ports()
1943 name_prefix = "headset"; in create_card_ports()
1949 name_prefix = "handsfree"; in create_card_ports()
1955 name_prefix = "microphone"; in create_card_ports()
1962 name_prefix = "speaker"; in create_card_ports()
1969 name_prefix = "headphone"; in create_card_ports()
1976 name_prefix = "portable"; in create_card_ports()
1982 name_prefix = "car"; in create_card_ports()
1988 name_prefix = "hifi"; in create_card_ports()
[all …]
/third_party/skia/src/core/
DSkTraceEvent.h89 #define INTERNAL_TRACE_EVENT_UID(name_prefix) \ argument
90 INTERNAL_TRACE_EVENT_UID2(name_prefix, __LINE__)
/third_party/mesa3d/src/gallium/targets/lavapipe/
Dmeson.build13 name_prefix : host_machine.system() == 'windows' ? '' : 'lib',
/third_party/cef/include/base/
Dcef_trace_event.h174 #define CEF_INTERNAL_TRACE_EVENT_UID(name_prefix) \ argument
175 CEF_INTERNAL_TRACE_EVENT_UID2(name_prefix, __LINE__)
/third_party/mesa3d/src/gallium/targets/libgl-d3d12/
Dmeson.build36 name_prefix : '', # otherwise mingw will create libopenglon12.dll
/third_party/mesa3d/src/gallium/targets/graw-gdi/
Dmeson.build36name_prefix : host_machine.system() == 'windows' ? '' : 'lib', # otherwise mingw will create libg…
/third_party/mesa3d/src/gallium/targets/graw-null/
Dmeson.build38name_prefix : host_machine.system() == 'windows' ? '' : 'lib', # otherwise mingw will create libg…
/third_party/mesa3d/src/microsoft/clc/
Dmeson.build34 name_prefix : '' # otherwise mingw will create libclon12compiler.dll
/third_party/mesa3d/src/gallium/targets/wgl/
Dmeson.build49 name_prefix : 'lib',
/third_party/mesa3d/src/gallium/targets/d3d10sw/
Dmeson.build45 name_prefix : '', # otherwise mingw will create libd3d10sw.dll
/third_party/mesa3d/src/mapi/shared-glapi/
Dmeson.build60 name_prefix : 'lib',
/third_party/mesa3d/src/gallium/targets/osmesa/
Dmeson.build62name_prefix : host_machine.system() == 'windows' ? '' : 'lib', # otherwise mingw will create libo…
/third_party/mesa3d/src/mapi/es1api/
Dmeson.build63 name_prefix : 'lib',
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dmeson.build48 name_prefix : '', # otherwise mingw will create libopengl32.dll
/third_party/mesa3d/src/mapi/es2api/
Dmeson.build63 name_prefix : 'lib',
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
Dmeson.build69 name_prefix : '',

12