Home
last modified time | relevance | path

Searched full:extensions (Results 1 – 25 of 3373) sorted by relevance

12345678910>>...135

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c33 * Initializes potential list of extensions if ctx == NULL, or actually enables
34 * extensions for a context.
43 ctx->Extensions.ARB_arrays_of_arrays = true; in intelInitExtensions()
44 ctx->Extensions.ARB_buffer_storage = true; in intelInitExtensions()
45 ctx->Extensions.ARB_clear_texture = true; in intelInitExtensions()
46 ctx->Extensions.ARB_clip_control = true; in intelInitExtensions()
47 ctx->Extensions.ARB_copy_image = true; in intelInitExtensions()
48 ctx->Extensions.ARB_depth_buffer_float = true; in intelInitExtensions()
49 ctx->Extensions.ARB_depth_clamp = true; in intelInitExtensions()
50 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
[all …]
/external/mesa3d/src/mesa/main/
Dversion.c202 ctx->Extensions.Version = ctx->Version; in _mesa_override_gl_version()
231 * Examine enabled GL extensions to determine GL version.
234 compute_version(const struct gl_extensions *extensions, in compute_version() argument
239 const bool ver_1_3 = (extensions->ARB_texture_border_clamp && in compute_version()
240 extensions->ARB_texture_cube_map && in compute_version()
241 extensions->ARB_texture_env_combine && in compute_version()
242 extensions->ARB_texture_env_dot3); in compute_version()
244 extensions->ARB_depth_texture && in compute_version()
245 extensions->ARB_shadow && in compute_version()
246 extensions->ARB_texture_env_crossbar && in compute_version()
[all …]
Dextensions.c36 #include "extensions.h"
78 * Overrides extensions in \c ctx based on the values in
89 GLboolean *ctx_ext = (GLboolean*)&ctx->Extensions; in override_extensions_in_context()
105 * Enable all extensions suitable for a software-only renderer.
111 ctx->Extensions.ARB_depth_clamp = GL_TRUE; in _mesa_enable_sw_extensions()
112 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
113 ctx->Extensions.ARB_draw_elements_base_vertex = GL_TRUE; in _mesa_enable_sw_extensions()
114 ctx->Extensions.ARB_draw_instanced = GL_TRUE; in _mesa_enable_sw_extensions()
115 ctx->Extensions.ARB_explicit_attrib_location = GL_TRUE; in _mesa_enable_sw_extensions()
116 ctx->Extensions.ARB_fragment_coord_conventions = GL_TRUE; in _mesa_enable_sw_extensions()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c37 * Initializes potential list of extensions if ctx == NULL, or actually enables
38 * extensions for a context.
47 ctx->Extensions.ARB_draw_elements_base_vertex = true; in intelInitExtensions()
48 ctx->Extensions.ARB_explicit_attrib_location = true; in intelInitExtensions()
49 ctx->Extensions.ARB_explicit_uniform_location = true; in intelInitExtensions()
50 ctx->Extensions.ARB_framebuffer_object = true; in intelInitExtensions()
51 ctx->Extensions.ARB_internalformat_query = true; in intelInitExtensions()
52 ctx->Extensions.ARB_map_buffer_range = true; in intelInitExtensions()
53 ctx->Extensions.ARB_point_sprite = true; in intelInitExtensions()
54 ctx->Extensions.ARB_sync = true; in intelInitExtensions()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c76 struct gl_constants *c, struct gl_extensions *extensions) in st_init_limits() argument
393 extensions->ARB_uniform_buffer_object = GL_TRUE; in st_init_limits()
420 extensions->ARB_shader_atomic_counters = GL_TRUE; in st_init_limits()
421 extensions->ARB_shader_atomic_counter_ops = GL_TRUE; in st_init_limits()
433 extensions->ARB_shader_storage_buffer_object = GL_TRUE; in st_init_limits()
446 extensions->ARB_shader_image_load_store = GL_TRUE; in st_init_limits()
447 extensions->ARB_shader_image_size = GL_TRUE; in st_init_limits()
483 /* If TRUE, at least one format must be supported for the extensions to be
489 * Enable extensions if certain pipe formats are supported by the driver.
490 * What extensions will be enabled and what formats must be supported is
[all …]
/external/webrtc/talk/media/webrtc/
Dwebrtcmediaengine_unittest.cc66 bool IsSorted(const std::vector<webrtc::RtpExtension>& extensions) { in IsSorted() argument
68 for (const auto& extension : extensions) { in IsSorted()
79 std::vector<RtpHeaderExtension> extensions; in TEST() local
80 EXPECT_TRUE(ValidateRtpExtensions(extensions)); in TEST()
84 std::vector<RtpHeaderExtension> extensions = MakeUniqueExtensions(); in TEST() local
85 EXPECT_TRUE(ValidateRtpExtensions(extensions)); in TEST()
89 std::vector<RtpHeaderExtension> extensions = MakeUniqueExtensions(); in TEST() local
90 extensions.push_back(RtpHeaderExtension("foo", 0)); in TEST()
91 EXPECT_FALSE(ValidateRtpExtensions(extensions)); in TEST()
95 std::vector<RtpHeaderExtension> extensions = MakeUniqueExtensions(); in TEST() local
[all …]
/external/protobuf/python/google/protobuf/internal/
Dtest_util.py208 extensions = message.Extensions
216 extensions[pb2.optional_int32_extension] = 101
217 extensions[pb2.optional_int64_extension] = 102
218 extensions[pb2.optional_uint32_extension] = 103
219 extensions[pb2.optional_uint64_extension] = 104
220 extensions[pb2.optional_sint32_extension] = 105
221 extensions[pb2.optional_sint64_extension] = 106
222 extensions[pb2.optional_fixed32_extension] = 107
223 extensions[pb2.optional_fixed64_extension] = 108
224 extensions[pb2.optional_sfixed32_extension] = 109
[all …]
Ddescriptor_test.py152 self.assertEqual(9876543210, file_options.Extensions[file_opt1])
155 self.assertEqual(-56, message_options.Extensions[message_opt1])
158 self.assertEqual(8765432109, field_options.Extensions[field_opt1])
160 self.assertEqual(42, field_options.Extensions[field_opt2])
163 self.assertEqual(-789, enum_options.Extensions[enum_opt1])
166 self.assertEqual(123, enum_value_options.Extensions[enum_value_opt1])
170 self.assertEqual(-9876543210, service_options.Extensions[service_opt1])
174 method_options.Extensions[method_opt1])
192 self.assertEqual(False, message_options.Extensions[
194 self.assertEqual(kint32min, message_options.Extensions[
[all …]
/external/clang/test/Index/
Dproperties-class-extensions.m1 // Test that @properties within class extensions are visited by
46 // CHECK: properties-class-extensions.m:4:12: ObjCInterfaceDecl=Foo:4:12 Extent=[4:1 - 4:23]
47 // CHECK-NOT: properties-class-extensions.m:9:15: ObjCInstanceMethodDecl=setB::9:15 Extent=[9:15 - …
48 // CHECK-NOT: properties-class-extensions.m:9:15: ParmDecl=b:9:15 (Definition) Extent=[9:15 - 9:16]
49 // CHECK: properties-class-extensions.m:5:12: ObjCCategoryDecl=Cat:5:12 Extent=[5:1 - 7:5]
50 // CHECK: properties-class-extensions.m:5:12: ObjCClassRef=Foo:4:12 Extent=[5:12 - 5:15]
51 // CHECK: properties-class-extensions.m:6:15: ObjCPropertyDecl=a:6:15 Extent=[6:1 - 6:16]
52 // CHECK: properties-class-extensions.m:6:15: ObjCInstanceMethodDecl=a:6:15 Extent=[6:15 - 6:16]
53 // CHECK: properties-class-extensions.m:6:15: ObjCInstanceMethodDecl=setA::6:15 Extent=[6:15 - 6:16]
54 // CHECK: properties-class-extensions.m:6:15: ParmDecl=a:6:15 (Definition) Extent=[6:15 - 6:16]
[all …]
/external/vulkan-validation-layers/layers/
Dvk_validation_error_messages.h2322 … VkInstance handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2323 …-terminated string' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2324 …id VkDevice handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2325 …-terminated string' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2326 …eateInfo structure' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2327 …allbacks structure' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2328 … VkInstance handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2329 …STANCE_CREATE_INFO' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2330 …pNext must be NULL' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
2331 …s 'flags must be 0' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
[all …]
Dvk_validation_error_database.txt11 … VkInstance handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
12 …-terminated string' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
13 …id VkDevice handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
14 …-terminated string' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
15 …eateInfo structure' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
16 …allbacks structure' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
17 … VkInstance handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
18 …STANCE_CREATE_INFO' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
19 …pNext must be NULL' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
20 …s 'flags must be 0' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.htm…
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DExtensions.java16 public class Extensions class
19 private Hashtable extensions = new Hashtable(); field in Extensions
22 public static Extensions getInstance( in getInstance()
29 public static Extensions getInstance( in getInstance()
32 if (obj instanceof Extensions) in getInstance()
34 return (Extensions)obj; in getInstance()
38 return new Extensions(ASN1Sequence.getInstance(obj)); in getInstance()
47 …* The extensions are a list of constructed sequences, either with (OID, OctetString) or (OID, Bool…
50 private Extensions( in Extensions() method in Extensions
59 extensions.put(ext.getExtnId(), ext); in Extensions()
[all …]
DV3TBSCertificateGenerator.java24 * extensions [ 3 ] Extensions OPTIONAL
39 Extensions extensions; field in V3TBSCertificateGenerator
134 * @deprecated use method taking Extensions
135 * @param extensions
138 X509Extensions extensions) in setExtensions() argument
140 setExtensions(Extensions.getInstance(extensions)); in setExtensions()
144 Extensions extensions) in setExtensions() argument
146 this.extensions = extensions; in setExtensions()
147 if (extensions != null) in setExtensions()
149 Extension altName = extensions.getExtension(Extension.subjectAlternativeName); in setExtensions()
[all …]
/external/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.cpp168 ctx->Extensions.dummy_false = false; in initialize_context_to_defaults()
169 ctx->Extensions.dummy_true = true; in initialize_context_to_defaults()
170 ctx->Extensions.ARB_compute_shader = true; in initialize_context_to_defaults()
171 ctx->Extensions.ARB_compute_variable_group_size = true; in initialize_context_to_defaults()
172 ctx->Extensions.ARB_conservative_depth = true; in initialize_context_to_defaults()
173 ctx->Extensions.ARB_draw_instanced = true; in initialize_context_to_defaults()
174 ctx->Extensions.ARB_ES2_compatibility = true; in initialize_context_to_defaults()
175 ctx->Extensions.ARB_ES3_compatibility = true; in initialize_context_to_defaults()
176 ctx->Extensions.ARB_explicit_attrib_location = true; in initialize_context_to_defaults()
177 ctx->Extensions.ARB_fragment_coord_conventions = true; in initialize_context_to_defaults()
[all …]
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp75 GrGLExtensions extensions; in GrGLAssembleGLInterface() local
76 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLAssembleGLInterface()
94 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLAssembleGLInterface()
96 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLAssembleGLInterface()
108 if (glVer >= GR_GL_VER(4,4) || extensions.has("GL_ARB_clear_texture")) { in GrGLAssembleGLInterface()
133 if (glVer >= GR_GL_VER(3,1) || extensions.has("GL_ARB_draw_instanced") || in GrGLAssembleGLInterface()
134 extensions.has("GL_EXT_draw_instanced")) { in GrGLAssembleGLInterface()
139 if (glVer >= GR_GL_VER(4,0) || extensions.has("GL_ARB_draw_indirect")) { in GrGLAssembleGLInterface()
154 if (glVer >= GR_GL_VER(3,2) || extensions.has("GL_ARB_texture_multisample")) { in GrGLAssembleGLInterface()
159 if (glVer >= GR_GL_VER(3,3) || extensions.has("GL_ARB_timer_query")) { in GrGLAssembleGLInterface()
[all …]
/external/skia/src/gpu/vk/
DGrVkExtensions.cpp78 // instance extensions in initInstance()
85 VkExtensionProperties* extensions = new VkExtensionProperties[extensionCount]; in initInstance() local
86 res = EnumerateInstanceExtensionProperties(nullptr, &extensionCount, extensions); in initInstance()
88 delete[] extensions; in initInstance()
92 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion)) { in initInstance()
93 fInstanceExtensionStrings->push_back() = extensions[i].extensionName; in initInstance()
96 delete [] extensions; in initInstance()
110 VkExtensionProperties* extensions = new VkExtensionProperties[extensionCount]; in initInstance() local
112 &extensionCount, extensions); in initInstance()
114 delete[] extensions; in initInstance()
[all …]
/external/boringssl/src/crypto/x509/
Dx509_ext.c67 return (X509v3_get_ext_count(x->crl->extensions)); in X509_CRL_get_ext_count()
72 return (X509v3_get_ext_by_NID(x->crl->extensions, nid, lastpos)); in X509_CRL_get_ext_by_NID()
77 return (X509v3_get_ext_by_OBJ(x->crl->extensions, obj, lastpos)); in X509_CRL_get_ext_by_OBJ()
82 return (X509v3_get_ext_by_critical(x->crl->extensions, crit, lastpos)); in X509_CRL_get_ext_by_critical()
87 return (X509v3_get_ext(x->crl->extensions, loc)); in X509_CRL_get_ext()
92 return (X509v3_delete_ext(x->crl->extensions, loc)); in X509_CRL_delete_ext()
97 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx); in X509_CRL_get_ext_d2i()
103 return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags); in X509_CRL_add1_ext_i2d()
108 return (X509v3_add_ext(&(x->crl->extensions), ex, loc) != NULL); in X509_CRL_add_ext()
113 return (X509v3_get_ext_count(x->cert_info->extensions)); in X509_get_ext_count()
[all …]
/external/libxml2/result/HTML/
Dfp40.htm6 <title>README - Microsoft FrontPage 2000 Server Extensions</title>
12 <h1><a name="top">Microsoft FrontPage 2000 Server Extensions, UNIX</a></h1>
17 <p>The FrontPage Server Extensions are a set of programs on the Web server that support:
36 information to supplement the Microsoft FrontPage Server Extensions documentation.</p>
39 <a href="#upgrading">Upgrading from previous version of FrontPage Server Extensions</a><br>
48 <p>You need to take some special steps to run the FrontPage Server Extensions with Apache 1.3.4.
49 FrontPage Server Extensions expect to find all resource directives in the main server
50 configuration file, usually http.conf. To prevent the server extensions from using any secondary
73 <h3><a name="upgrading">Upgrading from previous version of FrontPage Server Extensions</a></h3>
77 <p>When you install FrontPage 2000 Server Extensions, a new frontpage.cnf file is created in the /u…
[all …]
/external/libxml2/test/HTML/
Dfp40.htm6 <title>README - Microsoft FrontPage 2000 Server Extensions</title>
12 <h1><a name="top">Microsoft FrontPage 2000 Server Extensions, UNIX</a></h1>
17 <p>The FrontPage Server Extensions are a set of programs on the Web server that support:
35 information to supplement the Microsoft FrontPage Server Extensions documentation.</p>
38 <a href="#upgrading">Upgrading from previous version of FrontPage Server Extensions</a><br>
47 <p>You need to take some special steps to run the FrontPage Server Extensions with Apache 1.3.4.
48 FrontPage Server Extensions expect to find all resource directives in the main server
49 configuration file, usually http.conf. To prevent the server extensions from using any secondary
72 <h3><a name="upgrading">Upgrading from previous version of FrontPage Server Extensions</a></h3>
76 <p>When you install FrontPage 2000 Server Extensions, a new frontpage.cnf file is created in the /u…
[all …]
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go251 extensions := hello.addU16LengthPrefixed()
253 extensions.addU16(extensionPreSharedKey)
254 pskExtension := extensions.addU16LengthPrefixed()
268 extensions.addU16(0xffff)
269 extensions.addU16(0) // 0-length for empty extension
272 extensions.addU16(extensionNextProtoNeg)
273 extensions.addU16(0) // The length is always 0
276 extensions.addU16(extensionServerName)
277 serverNameList := extensions.addU16LengthPrefixed()
304 extensions.addU16(extensionStatusRequest)
[all …]
/external/guice/
Dbuild.properties4 servlet.src.dir=extensions/servlet/src
5 spring.src.dir=extensions/spring/src
6 assistedinject.src.dir=extensions/assistedinject/src
7 jmx.src.dir=extensions/jmx/src
8 jndi.src.dir=extensions/jndi/src
9 throwingproviders.src.dir=extensions/throwingproviders/src
10 multibindings.src.dir=extensions/multibindings/src
11 daggeradapter.src.dir=extensions/dagger-adapter/src
12 privatemodules.src.dir=extensions/privatemodules/src
13 lifecycle.src.dir=extensions/lifecycle/src
[all …]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DOCSPUtils.java12 import org.bouncycastle.asn1.x509.Extensions;
34 static Set getCriticalExtensionOIDs(Extensions extensions) in getCriticalExtensionOIDs() argument
36 if (extensions == null) in getCriticalExtensionOIDs()
41 …return Collections.unmodifiableSet(new HashSet(Arrays.asList(extensions.getCriticalExtensionOIDs()… in getCriticalExtensionOIDs()
44 static Set getNonCriticalExtensionOIDs(Extensions extensions) in getNonCriticalExtensionOIDs() argument
46 if (extensions == null) in getNonCriticalExtensionOIDs()
52 …return Collections.unmodifiableSet(new HashSet(Arrays.asList(extensions.getNonCriticalExtensionOID… in getNonCriticalExtensionOIDs()
55 static List getExtensionOIDs(Extensions extensions) in getExtensionOIDs() argument
57 if (extensions == null) in getExtensionOIDs()
62 return Collections.unmodifiableList(Arrays.asList(extensions.getExtensionOIDs())); in getExtensionOIDs()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509CRLHolder.java21 import org.bouncycastle.asn1.x509.Extensions;
38 private Extensions extensions; field in X509CRLHolder
63 private static boolean isIndirectCRL(Extensions extensions) in isIndirectCRL() argument
65 if (extensions == null) in isIndirectCRL()
70 Extension ext = extensions.getExtension(Extension.issuingDistributionPoint); in isIndirectCRL()
107 this.extensions = x509CRL.getTBSCertList().getExtensions(); in X509CRLHolder()
108 this.isIndirect = isIndirectCRL(extensions); in X509CRLHolder()
186 * Return whether or not the holder's CRL contains extensions.
192 return extensions != null; in hasExtensions()
204 if (extensions != null) in getExtension()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c41 #include "main/extensions.h"
336 ctx->Extensions.ARB_occlusion_query = true; in r200CreateContext()
337 ctx->Extensions.ARB_point_sprite = true; in r200CreateContext()
338 ctx->Extensions.ARB_texture_border_clamp = true; in r200CreateContext()
339 ctx->Extensions.ARB_texture_cube_map = true; in r200CreateContext()
340 ctx->Extensions.ARB_texture_env_combine = true; in r200CreateContext()
341 ctx->Extensions.ARB_texture_env_dot3 = true; in r200CreateContext()
342 ctx->Extensions.ARB_texture_env_crossbar = true; in r200CreateContext()
343 ctx->Extensions.ARB_texture_mirror_clamp_to_edge = true; in r200CreateContext()
344 ctx->Extensions.ARB_vertex_program = true; in r200CreateContext()
[all …]
/external/iptables/iptables/
DMakefile.am11 xtables_multi_LDADD = ../extensions/libext.a
19 xtables_multi_LDADD += ../libiptc/libip4tc.la ../extensions/libext4.a
25 xtables_multi_LDADD += ../libiptc/libip6tc.la ../extensions/libext6.a
35 xtables_compat_multi_LDADD = ../extensions/libext.a ../extensions/libext_ebt.a
48 …${libnetfilter_conntrack_LIBS} ../extensions/libext4.a ../extensions/libext6.a ../extensions/libex…
61 ip6tables-save.8 iptables-extensions.8
80 iptables-extensions.8: iptables-extensions.8.tmpl ../extensions/matches.man ../extensions/targets.m…
82 -e '/@MATCH@/ r ../extensions/matches.man' \
83 -e '/@TARGET@/ r ../extensions/targets.man' $< >$@;

12345678910>>...135