Home
last modified time | relevance | path

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

123

/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/flutter/skia/third_party/externals/angle2/doc/
DExtensionSupport.md60 ### Notes
DUpdate20120704.md15 ## Extensions section in ANGLE Development Update - July 4, 2012
/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/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.rst132 Extensions chapter
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dceleba_node.h78 const std::set<std::string> &Extensions() const { return extensions_; } in Extensions() function
/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()
DARMTargetParser.cpp402 bool ARM::getExtensionFeatures(unsigned Extensions, in getExtensionFeatures()
/third_party/typescript/tests/cases/user/chrome-devtools-frontend/
Ddefinitions.js30 var Extensions = {}; variable
/third_party/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc159 TEST_P(DynamicMessageTest, Extensions) { in TEST_P() argument
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts67 enum Extensions { enum
930 const tsExtensions = [Extensions.TypeScript, Extensions.JavaScript]; constant
931 const tsPlusJsonExtensions = [...tsExtensions, Extensions.Json]; constant
/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/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h116 typedef std::vector<std::string> Extensions; typedef
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h109 typedef std::vector<std::string> Extensions; typedef
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h116 typedef std::vector<std::string> Extensions; typedef

123