HomeSort by relevance Sort by last modified time
    Searched refs:Extensions (Results 151 - 175 of 336) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 85 /*Extensions=*/{ },
164 ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>> Extensions;
167 Extensions, /*AllowASTWithErrors=*/true);
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 413 disp->Extensions.WL_bind_wayland_display =
416 disp->Extensions.WL_bind_wayland_display = EGL_TRUE;
  /external/protobuf/python/google/protobuf/internal/
test_util.py 208 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] = 10
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 332 allow_unknown_extension: if True, skip over missing extensions and keep
358 allow_unknown_extension: if True, skip over missing extensions and keep
379 allow_unknown_extension: if True, skip over missing extensions and keep
400 allow_unknown_extension: if True, skip over missing extensions and keep
481 'Message type "%s" does not have extensions.' %
484 field = message.Extensions._FindExtensionByName(name)
505 field = message.Extensions._FindExtensionByNumber(number)
587 sub_message = message.Extensions[field].add()
595 sub_message = message.Extensions[field]
658 message.Extensions[field].append(value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 110 typedef struct Extensions Extensions;
205 typedef Extensions *PEXTENSIONS;
206 typedef Extensions **PPEXTENSIONS;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 66 typedef vector<vk::VkExtensionProperties> Extensions;
68 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtensions)
80 const Extensions& supportedExtensions,
83 vector<string> extensions; local
85 extensions.push_back("VK_KHR_surface");
86 extensions.push_back("VK_KHR_get_surface_capabilities2");
89 extensions.push_back("VK_KHR_get_physical_device_properties2");
90 extensions.push_back(getExtensionName(wsiType));
92 checkAllSupported(supportedExtensions, extensions);
94 return vk::createDefaultInstance(vkp, vector<string>(), extensions);
157 const char* const extensions[] = local
    [all...]
vktWsiSurfaceTests.cpp 162 typedef vector<VkExtensionProperties> Extensions;
164 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtensions)
176 const Extensions& supportedExtensions,
181 vector<string> extensions = extraExtensions; local
183 extensions.push_back("VK_KHR_surface");
184 extensions.push_back(getExtensionName(wsiType));
186 checkAllSupported(supportedExtensions, extensions);
188 return createDefaultInstance(vkp, vector<string>(), extensions, pAllocator);
208 InstanceHelper (Context& context, Type wsiType, const vector<string>& extensions, const VkAllocationCallbacks* pAllocator = DE_NULL)
214 extensions,
    [all...]
vktWsiDisplayTimingTests.cpp 63 typedef vector<vk::VkExtensionProperties> Extensions;
65 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtensions)
77 const Extensions& supportedExtensions,
80 vector<string> extensions; local
82 extensions.push_back("VK_KHR_surface");
83 extensions.push_back(getExtensionName(wsiType));
85 checkAllSupported(supportedExtensions, extensions);
87 return vk::createDefaultInstance(vkp, vector<string>(), extensions);
132 const Extensions& supportedExtensions,
150 const char* const extensions[] local
    [all...]
vktWsiIncrementalPresentTests.cpp 66 typedef vector<vk::VkExtensionProperties> Extensions;
68 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtensions)
80 const Extensions& supportedExtensions,
83 vector<string> extensions; local
85 extensions.push_back("VK_KHR_surface");
86 extensions.push_back(getExtensionName(wsiType));
88 checkAllSupported(supportedExtensions, extensions);
90 return vk::createDefaultInstance(vkp, vector<string>(), extensions);
135 const Extensions& supportedExtensions,
153 const char* const extensions[] local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 251 if (ctx->Extensions.ARB_depth_buffer_float)
327 ctx->Extensions.EXT_texture_snorm ? GL_RGBA8_SNORM : GL_RGBA8;
332 ctx->Extensions.EXT_texture_snorm ? GL_RGBA16_SNORM : GL_RGBA16;
336 ctx->Extensions.ARB_texture_float ? GL_RGBA16F :
337 ctx->Extensions.EXT_texture_snorm ? GL_RGBA16_SNORM : GL_RGBA16;
342 ctx->Extensions.ARB_texture_float ? GL_RGBA32F :
343 ctx->Extensions.EXT_texture_snorm ? GL_RGBA16_SNORM : GL_RGBA16;
346 assert(ctx->Extensions.EXT_texture_shared_exponent);
350 assert(ctx->Extensions.EXT_packed_float);
    [all...]
st_cb_clear.c 217 int num_buffers = ctx->Extensions.EXT_draw_buffers2 ?
419 int colormask_index = ctx->Extensions.EXT_draw_buffers2 ? i : 0;
st_atom_blend.c 214 if (ctx->Extensions.ARB_draw_buffers_blend)
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 137 Extensions []pkix.Extension `asn1:"optional,explicit,tag:3"`
646 // Extensions contains raw X.509 extensions. When parsing certificates,
647 // this can be used to extract non-critical extensions that are not
648 // parsed by this package. When marshaling certificates, the Extensions
650 Extensions []pkix.Extension
652 // ExtraExtensions contains extensions to be copied, raw, into any
653 // marshaled certificates. Values override any extensions that would
655 // field is not populated when parsing certificates, see Extensions.
661 // library which understands all the critical extensions
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 137 Extensions []pkix.Extension `asn1:"optional,explicit,tag:3"`
646 // Extensions contains raw X.509 extensions. When parsing certificates,
647 // this can be used to extract non-critical extensions that are not
648 // parsed by this package. When marshaling certificates, the Extensions
650 Extensions []pkix.Extension
652 // ExtraExtensions contains extensions to be copied, raw, into any
653 // marshaled certificates. Values override any extensions that would
655 // field is not populated when parsing certificates, see Extensions.
661 // library which understands all the critical extensions
    [all...]
  /external/mesa3d/src/egl/main/
eglconfig.c 246 /* extensions */
497 return conf->Display->Extensions.NOK_texture_from_pixmap;
499 return conf->Display->Extensions.ANDROID_framebuffer_target;
501 return conf->Display->Extensions.ANDROID_recordable;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTs.c 105 /// extensions [1] IMPLICIT Extensions OPTIONAL }
117 STACK_OF(X509_EXTENSION) *Extensions;
134 ASN1_IMP_SEQUENCE_OF_OPT (TS_TST_INFO, Extensions, X509_EXTENSION, 1)
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-3.s 107 @CHECK-OBJ-NEXT: Description: TrustZone + Virtualization Extensions
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.cpp 79 /* Set default language version and extensions */
94 this->extensions = &ctx->Extensions;
228 if (ctx->API == API_OPENGLES2 || ctx->Extensions.ARB_ES2_compatibility) {
234 if (_mesa_is_gles3(ctx) || ctx->Extensions.ARB_ES3_compatibility) {
240 if (_mesa_is_gles31(ctx) || ctx->Extensions.ARB_ES3_1_compatibility) {
247 ctx->Extensions.ARB_ES3_2_compatibility) {
571 return ctx->Extensions.driver_cap && (version >= \
588 * Table of extensions that can be enabled/disabled within a shader,
592 /* ARB extensions go here, sorted alphabetically
    [all...]
  /external/mesa3d/src/mesa/main/
matrix.c 191 && (ctx->Extensions.ARB_vertex_program ||
192 ctx->Extensions.ARB_fragment_program)) {
uniforms.c 933 if (!ctx->Extensions.ARB_uniform_buffer_object) {
962 if (!ctx->Extensions.ARB_uniform_buffer_object) {
994 if (!ctx->Extensions.ARB_uniform_buffer_object) {
1037 if (!ctx->Extensions.ARB_shader_storage_buffer_object) {
    [all...]
fog.c 177 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.NV_fog_distance ||
pixelstore.c 96 if (!_mesa_is_desktop_gl(ctx) || !ctx->Extensions.MESA_pack_invert)
polygon.c 281 if (!ctx->Extensions.EXT_polygon_offset_clamp) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_queryobj.c 61 if (brw->ctx.Extensions.ARB_query_buffer_object &&
289 * between the full completion of these commands. Future extensions
  /frameworks/base/core/java/android/provider/
Contacts.java 705 * The extensions for a person
709 public static class Extensions implements BaseColumns, ExtensionsColumns {
715 private Extensions() {}
722 public static final String CONTENT_DIRECTORY = "extensions";
    [all...]

Completed in 2135 milliseconds

1 2 3 4 5 67 8 91011>>