Home
last modified time | relevance | path

Searched defs:Format (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DFormat.h33 struct Format { struct
41 dawn::TextureFormat format; argument
64 using FormatTable = std::array<Format, kKnownFormatCount>; argument
/third_party/boost/boost/algorithm/string/
Dreplace.hpp62 const Range2T& Format) in replace_range_copy()
81 const RangeT& Format) in replace_range_copy()
104 const RangeT& Format) in replace_range()
139 const Range3T& Format) in replace_first_copy()
156 const Range2T& Format ) in replace_first_copy()
177 const Range2T& Format ) in replace_first()
214 const Range3T& Format, in ireplace_first_copy()
232 const Range1T& Format, in ireplace_first_copy()
256 const Range2T& Format, in ireplace_first()
292 const Range3T& Format ) in replace_last_copy()
[all …]
Dregex.hpp98 const std::basic_string<CharT, FormatStringTraitsT, FormatStringAllocatorT>& Format, in replace_regex_copy()
120 const std::basic_string<CharT, FormatStringTraitsT, FormatStringAllocatorT>& Format, in replace_regex_copy()
147 const std::basic_string<CharT, FormatStringTraitsT, FormatStringAllocatorT>& Format, in replace_regex()
184 const std::basic_string<CharT, FormatStringTraitsT, FormatStringAllocatorT>& Format, in replace_all_regex_copy()
206 const std::basic_string<CharT, FormatStringTraitsT, FormatStringAllocatorT>& Format, in replace_all_regex_copy()
233 const std::basic_string<CharT, FormatStringTraitsT, FormatStringAllocatorT>& Format, in replace_all_regex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.h68 struct Format : public FormatBase struct
77 bool valid() const { return metalFormat != MTLPixelFormatInvalid; } in valid() argument
80 return actualAngleFormat().depthBits && actualAngleFormat().stencilBits; in hasDepthAndStencilBits() argument
84 return actualAngleFormat().depthBits || actualAngleFormat().stencilBits; in hasDepthOrStencilBits() argument
88 const FormatCaps &getCaps() const { return *caps; } in getCaps() argument
93 MTLPixelFormat metalFormat = MTLPixelFormatInvalid; argument
98 const FormatCaps *caps = nullptr; argument
104 void init(const DisplayMtl *display, angle::FormatID intendedFormatId); argument
106 friend class FormatTable; argument
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlStencilAttachment.h20 struct Format { struct
21 MTLPixelFormat fInternalFormat; argument
28 int sampleCnt, const Format& format); argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.h86 struct Format { struct
87 wgpu::TextureFormat format; argument
110 // in [0, kKnownFormatCount) argument
/third_party/flutter/skia/src/gpu/vk/
DGrVkStencilAttachment.h20 struct Format { struct
21 VkFormat fInternalFormat; argument
28 int sampleCnt, const Format& format); argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Denums.go154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { func
162 func (e InitializeError) Format(f fmt.State, c rune) { func
170 func (e MessageType) Format(f fmt.State, c rune) { func
178 func (e FileChangeType) Format(f fmt.State, c rune) { func
186 func (e WatchKind) Format(f fmt.State, c rune) { func
194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) { func
202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) { func
210 func (e DiagnosticTag) Format(f fmt.State, c rune) { func
218 func (e CompletionItemKind) Format(f fmt.State, c rune) { func
226 func (e InsertTextFormat) Format(f fmt.State, c rune) { func
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { func
162 func (e InitializeError) Format(f fmt.State, c rune) { func
170 func (e MessageType) Format(f fmt.State, c rune) { func
178 func (e FileChangeType) Format(f fmt.State, c rune) { func
186 func (e WatchKind) Format(f fmt.State, c rune) { func
194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) { func
202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) { func
210 func (e DiagnosticTag) Format(f fmt.State, c rune) { func
218 func (e CompletionItemKind) Format(f fmt.State, c rune) { func
226 func (e InsertTextFormat) Format(f fmt.State, c rune) { func
[all …]
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-lock-json.md41 #### name
46 #### version
51 #### lockfileVersion
56 #### packageIntegrity
64 #### preserveSymlinks
70 #### dependencies
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go63 func (e EnumDecl) Format(w fmt.State, verb rune) { func
79 func (e EnumEntry) Format(w fmt.State, verb rune) { func
95 func (m MatcherDecl) Format(w fmt.State, verb rune) { func
112 func (f FunctionDecl) Format(w fmt.State, verb rune) { func
126 func (l Parameters) Format(w fmt.State, verb rune) { func
145 func (p Parameter) Format(w fmt.State, verb rune) { func
156 func (o MatcherOptions) Format(w fmt.State, verb rune) { func
171 func (l TemplatedNames) Format(w fmt.State, verb rune) { func
190 func (t TemplatedName) Format(w fmt.State, verb rune) { func
208 func (p TypeDecl) Format(w fmt.State, verb rune) { func
[all …]
/third_party/flutter/skia/src/gpu/gl/
DGrGLStencilAttachment.h19 struct Format { struct
20 GrGLenum fInternalFormat; argument
35 const Format& format) in GrGLStencilAttachment() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.hpp24 class Format class
27 Format() {} in Format() function in vk::Format
28 Format(VkFormat format) in Format() function in vk::Format
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc74 TEST(Format, TimePointResolution) { in TEST() argument
103 TEST(Format, TimePointExtendedResolution) { in TEST() argument
130 TEST(Format, Basics) { in TEST() argument
155 TEST(Format, PosixConversions) { in TEST() argument
197 TEST(Format, LocaleSpecific) { in TEST() argument
246 TEST(Format, Escaping) { in TEST() argument
265 TEST(Format, ExtendedSeconds) { in TEST() argument
327 TEST(Format, ExtendedSubeconds) { in TEST() argument
389 TEST(Format, CompareExtendSecondsVsSubseconds) { in TEST() argument
431 TEST(Format, ExtendedOffset) { in TEST() argument
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc74 TEST(Format, TimePointResolution) { in TEST() argument
103 TEST(Format, TimePointExtendedResolution) { in TEST() argument
130 TEST(Format, Basics) { in TEST() argument
155 TEST(Format, PosixConversions) { in TEST() argument
197 TEST(Format, LocaleSpecific) { in TEST() argument
246 TEST(Format, Escaping) { in TEST() argument
265 TEST(Format, ExtendedSeconds) { in TEST() argument
327 TEST(Format, ExtendedSubeconds) { in TEST() argument
389 TEST(Format, CompareExtendSecondsVsSubseconds) { in TEST() argument
431 TEST(Format, ExtendedOffset) { in TEST() argument
[all …]
/third_party/skia/src/sfnt/
DSkOTTable_post.h23 struct Format { struct
24 enum Value : SK_OT_Fixed {
31 SK_OT_Fixed value;
/third_party/flutter/skia/src/sfnt/
DSkOTTable_post.h23 struct Format { struct
24 enum Value : SK_OT_Fixed {
31 SK_OT_Fixed value;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h451 SampleProfileFormat Format = SPF_None; variable
473 : SampleProfileReader(std::move(B), C, Format) {} in SampleProfileReader() argument
551 : SampleProfileReaderBinary(std::move(B), C, Format) {} in SampleProfileReaderBinary() argument
597 LLVMContext &C, SampleProfileFormat Format) in SampleProfileReaderExtBinaryBase()
630 : SampleProfileReaderExtBinaryBase(std::move(B), C, Format) {} in SampleProfileReaderExtBinaryBase() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/tok/
Dtok.go64 func (l Location) Format(w fmt.State, verb rune) { func
91 func (s Source) Format(w fmt.State, verb rune) { func
111 func (t Token) Format(w fmt.State, verb rune) { func
/third_party/grpc/doc/
Dbinary-logging.md3 ## Format section in Binary Logging
Dservice_config.md9 # Format chapter
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table.h69 constexpr Format::Format() in Format() function
82 constexpr Format::Format(GLenum internalFormat, in Format() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table.h69 constexpr Format::Format() in Format() function
82 constexpr Format::Format(GLenum internalFormat, in Format() function
/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.h62 enum Format { enum
110 enum Format { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enum

1234567