/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
H A D | NativeWindow11WinRT.h | 34 DXGI_FORMAT format,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | formatutils11.h | 32 // information about the wrong format. Therefore, use of this should be avoided where possible. 44 const DXGIFormatSize &GetDXGIFormatSizeInfo(DXGI_FORMAT format);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedBlending.hpp | 61 unsigned int NumComponents(glw::GLenum format);
|
/third_party/vk-gl-cts/external/amber/src/include/amber/ |
H A D | shader_info.h | 46 /// The format of the shader. 47 ShaderFormat format; member 54 /// This is the shader source, the source is in the |format| given above.
|
/third_party/skia/third_party/externals/swiftshader/include/Android/nativebase/ |
H A D | nativebase.h | 24 // clang-format off 30 // clang-format on 54 int format; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES3.h | 31 GLenum format,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImageView.h | 27 static sk_sp<const GrVkImageView> Make(GrVkGpu* gpu, VkImage image, VkFormat format,
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Image.hpp | 23 Image(vk::Device device, vk::PhysicalDevice physicalDevice, uint32_t width, uint32_t height, vk::Format format, vk::SampleCountFlagBits sampleCount = vk::SampleCountFlagBits::e1);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | GsubLookupType.java | 25 System.err.format("unknown gsub lookup typeNum: %d\n", typeNum); in forTypeNum()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_util.h | 37 AnimatedFileFormat format; member
|
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/answers/ |
H A D | main_2.cpp | 18 // The message format pattern. It takes a single argument, an integer, 31 // Create a message format in main() 41 msg.format(msgArgs, 2, str, pos, status); in main() 42 check(status, "MessageFormat::format"); in main()
|
H A D | main_3.cpp | 18 // The message format pattern. It takes a single argument, an integer, 31 // Create a message format in main() 41 msg.format(msgArgs, 2, str, pos, status); in main() 42 check(status, "MessageFormat::format"); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/ |
H A D | main.cpp | 18 // The message format pattern. It takes a single argument, an integer, 31 // Create a message format in main() 41 msg.format(msgArgs, 2, str, pos, status); in main() 42 check(status, "MessageFormat::format"); in main()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | SpirvUtils.h | 37 // Returns the texture format corresponding to format. 38 wgpu::TextureFormat SpirvImageFormatToTextureFormat(spv::ImageFormat format); 40 // Returns the format "component type" corresponding to the SPIRV base type.
|
H A D | NativeSwapChainImplGL.h | 35 DawnSwapChainError Configure(WGPUTextureFormat format,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.h | 42 bool IsDepthStencilFormatSupported(VkFormat format);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-harfbuzzcc.py | 15 f.write ("".join ('#include "{}"\n'.format (os.path.basename (x)) for x in sources if x.endswith (".cc")).encode ())
|
H A D | hb-dispatch.hh | 50 bool may_dispatch (const T *obj HB_UNUSED, const F *format HB_UNUSED) { return true; } in may_dispatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | Formatters.h | 26 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, in format() function
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | test_inspector_runner.cc | 32 << diag::Formatter().format(program_->Diagnostics()); in Initialize()
|
/third_party/skia/third_party/externals/tint/src/reader/ |
H A D | reader.h | 40 return formatter.format(diags_); in error()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | test_helper.h | 36 << formatter.format(Diagnostics()); in Build()
|
/third_party/rust/crates/env_logger/examples/ |
H A D | syslog_friendly_format.rs | 6 .format(|buf, record| {
in main()
|
/third_party/rust/crates/nom/src/branch/ |
H A D | tests.rs | 21 ErrorStr(format!("custom error code: {}", i)) in from() 28 ErrorStr(format!("custom error message: {}", i)) in from() 35 ErrorStr(format!("custom error message: ({:?}, {:?})", input, kind)) in from() 39 ErrorStr(format!( in from()
|
/third_party/rust/crates/nom/tests/ |
H A D | custom_errors.rs | 17 CustomError(format!("error code was: {:?}", error)) in from() 23 CustomError(format!("error code was: {:?}", kind)) in from() 27 CustomError(format!("{:?}\nerror code was: {:?}", other, kind)) in append()
|