Home
last modified time | relevance | path

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

12345678910>>...196

/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.
44 ctx->Extensions.ARB_arrays_of_arrays = true; in intelInitExtensions()
45 ctx->Extensions.ARB_buffer_storage = true; in intelInitExtensions()
46 ctx->Extensions.ARB_clear_texture = true; in intelInitExtensions()
47 ctx->Extensions.ARB_clip_control = true; in intelInitExtensions()
48 ctx->Extensions.ARB_copy_image = true; in intelInitExtensions()
49 ctx->Extensions.ARB_depth_buffer_float = true; in intelInitExtensions()
50 ctx->Extensions.ARB_depth_clamp = true; in intelInitExtensions()
51 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
[all …]
/external/mesa3d/src/mesa/main/
Dversion.c207 ctx->Extensions.Version = ctx->Version; in _mesa_override_gl_version()
236 * Examine enabled GL extensions to determine GL version.
239 compute_version(const struct gl_extensions *extensions, in compute_version() argument
244 const bool ver_1_3 = (extensions->ARB_texture_border_clamp && in compute_version()
245 extensions->ARB_texture_cube_map && in compute_version()
246 extensions->ARB_texture_env_combine && in compute_version()
247 extensions->ARB_texture_env_dot3); in compute_version()
249 extensions->ARB_depth_texture && in compute_version()
250 extensions->ARB_shadow && in compute_version()
251 extensions->ARB_texture_env_crossbar && in compute_version()
[all …]
Dextensions.c36 #include "extensions.h"
76 * Overrides extensions in \c ctx based on the values in
87 GLboolean *ctx_ext = (GLboolean*)&ctx->Extensions; in _mesa_override_extensions()
103 * Enable all extensions suitable for a software-only renderer.
109 ctx->Extensions.ARB_depth_clamp = GL_TRUE; in _mesa_enable_sw_extensions()
110 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
111 ctx->Extensions.ARB_draw_elements_base_vertex = GL_TRUE; in _mesa_enable_sw_extensions()
112 ctx->Extensions.ARB_draw_instanced = GL_TRUE; in _mesa_enable_sw_extensions()
113 ctx->Extensions.ARB_explicit_attrib_location = GL_TRUE; in _mesa_enable_sw_extensions()
114 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
405 extensions->ARB_uniform_buffer_object = GL_TRUE; in st_init_limits()
454 extensions->ARB_shader_atomic_counters = GL_TRUE; in st_init_limits()
455 extensions->ARB_shader_atomic_counter_ops = GL_TRUE; in st_init_limits()
469 extensions->ARB_shader_storage_buffer_object = GL_TRUE; in st_init_limits()
482 extensions->ARB_shader_image_load_store = GL_TRUE; in st_init_limits()
483 extensions->ARB_shader_image_size = GL_TRUE; in st_init_limits()
533 /* If TRUE, at least one format must be supported for the extensions to be
539 * Enable extensions if certain pipe formats are supported by the driver.
540 * What extensions will be enabled and what formats must be supported is
[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/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/vulkan-validation-layers/layers/
Dvk_validation_error_messages.h39 …anceCount must be 0 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
40 …ureInfoNV structure (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
41 …"pNext must be NULL (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
42 …TURE_CREATE_INFO_NV (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
43 …UILD_BIT_NV bit set (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
44 …reFlagBitsNV values (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
45 …V::maxGeometryCount (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
46 …V::maxInstanceCount (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
47 …V::maxTriangleCount (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
48 …ometryNV structures (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html…
[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/boringssl/src/ssl/test/runner/
Dhandshake_messages.go393 extensions := hello.addU16LengthPrefixed()
395 extensions.addU16(extensionPreSharedKey)
396 pskExtension := extensions.addU16LengthPrefixed()
410 extensions.addU16(0xffff)
411 extensions.addU16(0) // 0-length for empty extension
414 extensions.addU16(extensionNextProtoNeg)
415 extensions.addU16(0) // The length is always 0
418 extensions.addU16(extensionServerName)
419 serverNameList := extensions.addU16LengthPrefixed()
446 extensions.addU16(extensionStatusRequest)
[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 if (extensions.containsKey(ext.getExtnId())) in Extensions()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DExtensions.java20 public class Extensions class
23 private Hashtable extensions = new Hashtable(); field in Extensions
26 public static Extensions getInstance( in getInstance()
33 public static Extensions getInstance( in getInstance()
36 if (obj instanceof Extensions) in getInstance()
38 return (Extensions)obj; in getInstance()
42 return new Extensions(ASN1Sequence.getInstance(obj)); in getInstance()
51 …* The extensions are a list of constructed sequences, either with (OID, OctetString) or (OID, Bool…
54 private Extensions( in Extensions() method in Extensions
63 if (extensions.containsKey(ext.getExtnId())) in Extensions()
[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 GrGLMakeAssembledGLInterface() local
76 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface()
94 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface()
96 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface()
108 if (glVer >= GR_GL_VER(4,4) || extensions.has("GL_ARB_clear_texture")) { in GrGLMakeAssembledGLInterface()
133 if (glVer >= GR_GL_VER(3,1) || extensions.has("GL_ARB_draw_instanced") || in GrGLMakeAssembledGLInterface()
134 extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLInterface()
139 if (glVer >= GR_GL_VER(4,0) || extensions.has("GL_ARB_draw_indirect")) { in GrGLMakeAssembledGLInterface()
154 if (glVer >= GR_GL_VER(3,2) || extensions.has("GL_ARB_texture_multisample")) { in GrGLMakeAssembledGLInterface()
159 if (glVer >= GR_GL_VER(3,3) || extensions.has("GL_ARB_timer_query")) { in GrGLMakeAssembledGLInterface()
[all …]
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp75 GrGLExtensions extensions; in GrGLMakeAssembledGLInterface() local
76 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface()
94 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface()
96 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface()
108 if (glVer >= GR_GL_VER(4,4) || extensions.has("GL_ARB_clear_texture")) { in GrGLMakeAssembledGLInterface()
133 if (glVer >= GR_GL_VER(3,1) || extensions.has("GL_ARB_draw_instanced") || in GrGLMakeAssembledGLInterface()
134 extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLInterface()
139 if (glVer >= GR_GL_VER(4,0) || extensions.has("GL_ARB_draw_indirect")) { in GrGLMakeAssembledGLInterface()
154 if (glVer >= GR_GL_VER(3,2) || extensions.has("GL_ARB_texture_multisample")) { in GrGLMakeAssembledGLInterface()
159 if (glVer >= GR_GL_VER(3,3) || extensions.has("GL_ARB_timer_query")) { in GrGLMakeAssembledGLInterface()
[all …]
/external/epid-sdk/ext/ipp/sources/include/
Dasmdefs.inc46 _IPP_W7=8 ; Intel(R) Streaming SIMD Extensions 2 - ia32
47 _IPP_T7=16 ; Intel(R) Streaming SIMD Extensions 3 - ia32
48 _IPP_V8=32 ; Supplemental Streaming SIMD Extensions 3 (SSSE3)
50 _IPP_P8=64 ; Intel(R) Streaming SIMD Extensions 4.2 - ia32
51 _IPP_G9=128 ; Intel(R) Advanced Vector Extensions - ia32
52 _IPP_H9=256 ; Intel(R) Advanced Vector Extensions 2 - ia32
53 _IPP_I0=512 ; Intel(R) Advanced Vector Extensions 512 - Intel(R) Xeon Phi(TM) processor (formerly …
54 _IPP_S0=1024 ; Intel(R) Advanced Vector Extensions 512 - Intel(R) Xeon(R) processor (formerly Skyla…
57 _IPP32E_M7=32 ; Intel(R) Streaming SIMD Extensions 3 - intel64
58 _IPP32E_U8=64 ; Supplemental Streaming SIMD Extensions 3 (SSSE3) - intel64
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.cpp40 // Help manage multiple profiles, versions, extensions etc.
54 // extensions: A specific Feature F might be enabled by an extension, or a
108 // XXX_extension_X, // can be a list of extensions that all add the feature
111 // This allows the feature if either A) one of the extensions is enabled or
117 // extensions.
136 // will be automatically error checked against the extensions enabled at that moment.
139 // set of extensions that both enable them and are necessary, given the version of the symbol
149 // Initialize all extensions, almost always to 'disable', as once their features
278 // EXT extensions in initializeExtensionBehavior()
282 // OVR extensions in initializeExtensionBehavior()
[all …]
/external/kotlinc/lib/
Dandroid-extensions-runtime.jar ... .annotation.Annotation { } kotlinx/android/extensions/ kotlinx/android/extensions/ContainerOptions.class ...
/external/deqp-deps/glslang/Test/baseResults/
Dspv.16bitstorage_Error.frag.out2 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
6 …e with structs containing float16' : required extension not requested: Possible extensions include:
10 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
14 …erate on types containing float16' : required extension not requested: Possible extensions include:
18 … swizzle types containing float16' : required extension not requested: Possible extensions include:
22 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
26 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
30 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
34 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
38 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
[all …]
Dspv.16bitstorage_Error-uint.frag.out2 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
6 …se with structs containing uint16' : required extension not requested: Possible extensions include:
10 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
14 …rate on types containing (u)int16' : required extension not requested: Possible extensions include:
18 …swizzle types containing (u)int16' : required extension not requested: Possible extensions include:
22 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
26 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
30 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
34 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
38 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
[all …]
Dspv.8bitstorage_Error-int.frag.out2 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
5 … use with structs containing int8' : required extension not requested: Possible extensions include:
8 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
11 …erate on types containing (u)int8' : required extension not requested: Possible extensions include:
14 … swizzle types containing (u)int8' : required extension not requested: Possible extensions include:
17 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
20 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
23 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
26 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
29 …n uniform block or buffer storage' : required extension not requested: Possible extensions include:
[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/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/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 …]

12345678910>>...196