Home
last modified time | relevance | path

Searched defs:Extensions (Results 1 – 25 of 78) 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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h90 struct Extensions struct
121 bool depthTextureAny() const { return (depthTextureANGLE || depthTextureOES); } in depthTextureAny()
126 bool elementIndexUint = false;
129 bool packedDepthStencil = false;
132 bool getProgramBinary = false;
136 bool rgb8rgba8 = false;
140 bool textureFormatBGRA8888 = false;
143 bool readFormatBGRA = false;
146 bool pixelBufferObject = false;
149 bool mapBuffer = false;
[all …]
Dformatutils.cpp70 static bool AlwaysSupported(const Version &, const Extensions &) in AlwaysSupported()
75 static bool NeverSupported(const Version &, const Extensions &) in NeverSupported()
81 static bool RequireES(const Version &clientVersion, const Extensions &) in RequireES()
/third_party/openssl/doc/man1/
Dopenssl-verification-options.pod555 =head3 Basic Constraints
569 =head3 Key Usage
575 =head3 Extended Key Usage
/third_party/rust/crates/tracing/tracing-subscriber/src/registry/
Dextensions.rs39 pub struct Extensions<'a> { struct
40 inner: RwLockReadGuard<'a, ExtensionsInner>, argument
43 impl<'a> Extensions<'a> { impl
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dspirvenv.adoc105 .List of SPIR-V Extensions and corresponding Vulkan extensions or core version
114 [[spirvenv-module-validation]]
/third_party/flutter/skia/third_party/externals/angle2/doc/
DExtensionSupport.md60 ### Notes
DUpdate20120704.md15 ## Extensions section in ANGLE Development Update - July 4, 2012
/third_party/skia/third_party/externals/angle2/doc/
DUpdate20120704.md15 ## Extensions section in ANGLE Development Update - July 4, 2012
/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/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktNativeObjectsUtil.hpp43 using Extensions = std::vector<vk::VkExtensionProperties>; typedef in vkt::wsi::NativeObjects
/third_party/mesa3d/docs/
Dxlibdriver.rst93 Extensions chapter
/third_party/protobuf/docs/csharp/
Dproto2.md58 ### Extensions subsection in Generated code
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs66 public Extension[] Extensions { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
DMessageDescriptor.cs237 public ExtensionCollection Extensions { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DFileDescriptor.cs289 public ExtensionCollection Extensions { get; } property in Google.Protobuf.Reflection.FileDescriptor
/third_party/python/Doc/library/
Didle.rst950 Extensions section in Help and preferences
/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageParser.cs50 internal ExtensionRegistry Extensions { get; } property in Google.Protobuf.MessageParser
/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/typescript/tests/cases/user/chrome-devtools-frontend/
Ddefinitions.js30 var Extensions = {}; variable
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts67 enum Extensions { enum
931 const tsExtensions = [Extensions.TypeScript, Extensions.JavaScript]; constant
932 const tsPlusJsonExtensions = [...tsExtensions, Extensions.Json]; constant
/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/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h116 typedef std::vector<std::string> Extensions; typedef

1234