Home
last modified time | relevance | path

Searched defs:Extensions (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgles_extensions_autogen.h17 struct Extensions struct
22 Extensions &operator=(const Extensions &other); argument
52 bool copyImageAny() const { return (copyImageEXT || copyImageOES); } in copyImageAny()
53 bool depthTextureAny() const { return (depthTextureANGLE || depthTextureOES); } in depthTextureAny()
54 bool drawBuffersIndexedAny() const { return (drawBuffersIndexedEXT || drawBuffersIndexedOES); } in drawBuffersIndexedAny()
55 bool drawElementsBaseVertexAny() const in drawElementsBaseVertexAny()
59 bool framebufferBlitAny() const { return (framebufferBlitANGLE || framebufferBlitNV); } in framebufferBlitAny()
60 bool geometryShaderAny() const { return (geometryShaderEXT || geometryShaderOES); } in geometryShaderAny()
61 bool instancedArraysAny() const { return (instancedArraysANGLE || instancedArraysEXT); } in instancedArraysAny()
62 bool shaderIoBlocksAny() const { return (shaderIoBlocksEXT || shaderIoBlocksOES); } in shaderIoBlocksAny()
[all …]
/third_party/openssl/doc/man1/
Dopenssl-verification-options.pod555 =head3 Basic Constraints
569 =head3 Key Usage
575 =head3 Extended Key Usage
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dspirvenv.adoc136 .List of SPIR-V Extensions and corresponding Vulkan extensions or core version
145 [[spirvenv-module-validation]]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktNativeObjectsUtil.hpp43 using Extensions = std::vector<vk::VkExtensionProperties>; typedef in vkt::wsi::NativeObjects
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
DvktNativeObjectsUtil.hpp43 using Extensions = std::vector<vk::VkExtensionProperties>; typedef in vkt::wsi::NativeObjects
/third_party/skia/third_party/externals/angle2/doc/
DUpdate20120704.md15 ## Extensions section in ANGLE Development Update - July 4, 2012
/third_party/protobuf/docs/csharp/
Dproto2.md58 ### Extensions subsection in Generated code
/third_party/mesa3d/docs/
Dxlibdriver.rst93 Extensions chapter
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dtedlium_node.h99 const std::string &Extensions() const { return extensions_; } in Extensions() function
Dceleba_node.h84 const std::set<std::string> &Extensions() const { return extensions_; } in Extensions() function
/third_party/protobuf/upb/text/
Dencode_debug_test.cc23 TEST(TextNoReflection, Extensions) { in TEST() argument
/third_party/grpc/third_party/upb/upb/text/
Dencode_debug_test.cc23 TEST(TextNoReflection, Extensions) { in TEST() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs56 public Extension[] Extensions { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
DMessageDescriptor.cs227 public ExtensionCollection Extensions { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DFileDescriptor.cs285 public ExtensionCollection Extensions { get; } property in Google.Protobuf.Reflection.FileDescriptor
/third_party/python/Doc/library/
Didle.rst978 Extensions section in Help and Preferences
/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageParser.cs26 internal ExtensionRegistry Extensions { get; } property in Google.Protobuf.MessageParser
/third_party/typescript/tests/cases/user/chrome-devtools-frontend/
Ddefinitions.js30 var Extensions = {}; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAArch64TargetParser.cpp62 bool AArch64::getExtensionFeatures(unsigned Extensions, in getExtensionFeatures()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestFeatures.pb.cs459 public static partial class Extensions { class in Pb.TestMessage.Types.Nested
474 public static partial class Extensions { class in Pb.TestMessage
/third_party/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc159 TEST_P(DynamicMessageTest, Extensions) { in TEST_P() argument
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_cl_enums.json7 "Extensions": "CL_PLATFORM_EXTENSIONS", string
62 "Extensions": "CL_DEVICE_EXTENSIONS", string
DPackedCLEnums_autogen.h129 Extensions = 48, enumerator
402 Extensions = 4, enumerator
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts88 enum Extensions { enum
1349 const tsExtensions = [Extensions.TypeScript, Extensions.JavaScript]; constant
1350 const tsPlusJsonExtensions = [...tsExtensions, Extensions.Json]; constant
1752 const extensions = resolveJs ? Extensions.JavaScript : Extensions.TypeScript; constant
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h116 typedef std::vector<std::string> Extensions; typedef

1234