| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| H A D | MemoryServiceNull.cpp | 32 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() argument 40 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | IndexFormatTests.cpp | 33 wgpu::RenderPipeline MakeTestPipeline(wgpu::IndexFormat format, in MakeTestPipeline() argument [all...] |
| H A D | SubresourceRenderAttachmentTests.cpp | 106 wgpu::TextureFormat format; in DoTest() local 28 DoSingleTest(Type type, wgpu::TextureFormat format, wgpu::Texture renderTarget, uint32_t textureSize, uint32_t baseArrayLayer, uint32_t baseMipLevel) DoSingleTest() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | D3D12Backend.cpp | 151 const Format* format = in Create() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | SwapChainVk.h | 63 VkFormat format; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Subresource.cpp | 22 Aspect ConvertSingleAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertSingleAspect() argument 28 Aspect ConvertAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertAspect() argument 34 Aspect ConvertViewAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertViewAspect() argument 49 Aspect SelectFormatAspects(const Format& format, wgpu::TextureAspect aspect) { in SelectFormatAspects() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvlcar.c | 52 FT_UShort format; member
|
| H A D | gxvopbd.c | 52 FT_UShort format; member
|
| H A D | gxvtrak.c | 221 FT_UShort format; in gxv_trak_validate() local
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | ttcmap.h | 51 FT_UInt format; member
|
| H A D | ttpost.c | 375 FT_Fixed format; in load_post_names() local 413 FT_Fixed format; in tt_face_free_ps_names() local 482 FT_Fixed format; in FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-aat-layout-bsln-table.hh | 139 HBUINT16 format; /* Format of the baseline table. Only one baseline member
|
| H A D | hb-aat-layout-opbd-table.hh | 159 HBUINT16 format; /* Format of the optical bounds table. member
|
| H A D | hb-ot-var-common.hh | 128 HBUINT8 format; /* Format identifier--format = 0 */ member 172 HBUINT8 format; /* Format identifier--format = 1 */ member 253 HBUINT8 format; /* Format identifier */ global() member [all...] |
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | hb-fc-list.c | 104 const FcChar8 *format = NULL; in main() local [all...] |
| H A D | hb-shape.cc | 153 shape_format_options_t format; global() member [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| H A D | bitmap_glyph.h | 85 int32_t format() { retur function in sfntly::BitmapGlyph::Builder 102 int32_t format() { return format_; } format() function in sfntly::BitmapGlyph [all...] |
| H A D | bitmap_glyph_info.h | 60 int32_t format() const { return format_; } in format() function in sfntly::BitmapGlyphInfo
|
| H A D | composite_bitmap_glyph.cc | 46 void CompositeBitmapGlyph::Initialize(int32_t format) { in Initialize() argument 92 CompositeBitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format) in Builder() argument 96 CompositeBitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format) in Builder() argument 23 CompositeBitmapGlyph(ReadableFontData* data, int32_t format) CompositeBitmapGlyph() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 215 static void format(const codeview::LocallyHashedType &V, in format() function 223 static void format(const codeview::GloballyHashedType &V, in format() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | FormatAdapters.h | 38 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() function in llvm::detail::final 52 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() function in llvm::detail::final 67 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() function in llvm::detail::final 80 void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; } in format() function in llvm::detail::ErrorAdapter
|
| /third_party/toybox/toys/other/ |
| H A D | stat.c | 184 char *format, *f; in stat_main() local
|
| /third_party/tzdata/ |
| H A D | date.c | 50 register const char * format = "+%+"; in main() local 168 display(char const *format, time_t now) in display() argument 191 timeout(FILE *fp, char const *format, struct tm const *tmp) in timeout() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | TextureViewValidationTests.cpp | 57 wgpu::Texture CreateDepthStencilTexture(wgpu::Device& device, wgpu::TextureFormat format) { in CreateDepthStencilTexture() argument [all...] |
| H A D | VideoViewsValidationTests.cpp | 29 wgpu::Texture CreateVideoTextureForTest(wgpu::TextureFormat format, in CreateVideoTextureForTest() argument [all...] |