/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlTexture.h | 22 MTLPixelFormat format,
|
/third_party/skia/src/gpu/ |
H A D | GrTexture.h | 58 const GrBackendFormat& format,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | debug.h | 33 void trace(const char *format, ...);
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | libXCB.hpp | 31 xcb_void_cookie_t (*xcb_put_image)(xcb_connection_t *c, uint8_t format, xcb_drawable_t drawable, xcb_gcontext_t gc, uint16_t width, uint16_t height, int16_t dst_x, int16_t dst_y, uint8_t left_pad, uint8_t depth, uint32_t data_len, const uint8_t *data) = nullptr;
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Util.hpp | 31 void transitionImageLayout(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Image image, vk::Format format, vk::ImageLayout oldLayout, vk::ImageLayout newLayout);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_reflect.hpp | 66 void set_format(const std::string &format);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/scripts/ |
H A D | test_compact_ids.py | 58 print(template.format(script=sys.argv[0]));
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_registry_tables.py | 61 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | image_enc.h | 53 WebPOutputFileFormat format, const char* const out_file_name); 63 // Save to PPM format (RGB, no alpha) 66 // Save to PAM format (= PPM + alpha) 81 // Save as YUV samples as PGM format (using IMC4 layout). 83 // (very convenient format for viewing the samples, esp. for odd dimensions). 89 // Save 16b mode (RGBA4444, RGB565, ...) as PGM format, for debugging purposes.
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_impl.h | 48 void format(UFormattedNumberRangeData& data, bool equalBeforeRounding, UErrorCode& status) const;
|
/third_party/skia/third_party/externals/icu/source/samples/datefmt/answers/ |
H A D | main_2.cpp | 81 fmt->format(date, str, status); in main()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderEncoderBase.h | 53 wgpu::IndexFormat format,
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ViewportOrientationTests.cpp | 40 descriptor.cTargets[0].format = renderPass.colorFormat; in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | UtilsMetal.h | 73 MTLBlitOption ComputeMTLBlitOption(const Format& format, Aspect aspect);
|
/third_party/python/Modules/_blake2/ |
H A D | blake2b2s.py | 30 print('#define {0:<18} PyBlake2_{0}'.format(f))
|
/third_party/python/Lib/ |
H A D | _aix_support.py | 20 return "aix-{:1x}{:1d}{:02d}-{:04d}-{}".format(vrtl[0], vrtl[1], vrtl[2], _bd, _sz) 61 "aix-{:1x}{:1d}{:02d}-{:04d}-{}".format(v, r, tl, builddate, bitsize)
|
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.h | 88 extern void SkDebugf(const char * format, ...);
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | ComboRenderPipelineDescriptor.h | 51 wgpu::TextureFormat format = wgpu::TextureFormat::Depth24PlusStencil8);
|
/third_party/protobuf/js/experimental/runtime/kernel/conformance/ |
H A D | conformance_testee.js | 20 response.setSkipped('Json is not supported as input format.'); 25 response.setSkipped('Text format is not supported as input format.'); 35 throw new Error('Request didn\'t have accepted input format.'); 39 response.setSkipped('Json is not supported as output format.'); 44 response.setSkipped('Text format is not supported as output format.'); 49 response.setRuntimeError('Unspecified output format'); 54 throw new Error('Request didn\'t have accepted output format.');
|
/third_party/python/Doc/tools/extensions/ |
H A D | glossary_search.py | 23 if app.builder.format != 'html':
|
/third_party/python/Lib/test/test_json/ |
H A D | test_encode_basestring_ascii.py | 26 '{0!r} != {1!r} for {2}({3!r})'.format(
|
/third_party/rust/crates/clap/examples/tutorial_derive/ |
H A D | 04_03_relations.rs | 59 format!("{major}.{minor}.{patch}") in main()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/ |
H A D | SurfaceRenderer.java | 68 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() argument
|
/third_party/skia/gn/ |
H A D | codesign_ios.py | 72 '''.format(prefix=prefix, app=app))
|
/third_party/rust/crates/rustix/tests/ |
H A D | backends.rs | 107 .arg(&format!("--invert={}", dependency)) in has_dependency()
|