Home
last modified time | relevance | path

Searched defs:format (Results 1276 - 1300 of 4230) sorted by relevance

1...<<51525354555657585960>>...170

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceZirconHandle.cpp36 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() argument
82 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DExternalTextureTests.cpp21 Create2DTexture(wgpu::Device device, uint32_t width, uint32_t height, wgpu::TextureFormat format, wgpu::TextureUsage usage) Create2DTexture() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp45 bool Adapter::IsDepthStencilFormatSupported(VkFormat format) { in IsDepthStencilFormatSupported() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DFormat.h75 wgpu::TextureFormat format; member
87 wgpu::TextureFormat format; member
[all...]
H A DShaderModule.cpp38 tint::transform::VertexFormat ToTintVertexFormat(wgpu::VertexFormat format) { in ToTintVertexFormat() argument
158 TintImageFormatToTextureFormat( tint::inspector::ResourceBinding::ImageFormat format) TintImageFormatToTextureFormat() argument
[all...]
/third_party/openssl/crypto/bio/
H A Dossl_core_bio.c121 int ossl_core_bio_vprintf(OSSL_CORE_BIO *cb, const char *format, va_list args) in ossl_core_bio_vprintf() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcache.h913 FT_Byte format; member
H A Dftglyph.h116 FT_Glyph_Format format; member
[all...]
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvbsln.c285 FT_UShort format; in gxv_bsln_validate() local
[all...]
H A Dgxvprop.c270 FT_UShort format; in gxv_prop_validate() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttkern.c87 FT_UInt num_pairs, length, coverage, format; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-trak-table.hh214 HBUINT16 format; /* Format of the tracking table (set to 0). */ member
H A Dhb-buffer-serialize.cc90 hb_buffer_serialize_format_to_string (hb_buffer_serialize_format_t format) in hb_buffer_serialize_format_to_string() argument
459 hb_buffer_serialize_glyphs(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize_glyphs() argument
561 hb_buffer_serialize_unicode(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize_unicode() argument
603 _hb_buffer_serialize_invalid(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_invalid() argument
659 hb_buffer_serialize(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize() argument
744 hb_buffer_deserialize_glyphs(hb_buffer_t *buffer, const char *buf, int buf_len, const char **end_ptr, hb_font_t *font, hb_buffer_serialize_format_t format) hb_buffer_deserialize_glyphs() argument
816 hb_buffer_deserialize_unicode(hb_buffer_t *buffer, const char *buf, int buf_len, const char **end_ptr, hb_buffer_serialize_format_t format) hb_buffer_deserialize_unicode() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Doptions.hh57 fail (hb_bool_t suggest_help, const char *format, ...) in fail() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatVariadic.h105 void format(raw_ostream &S) const { in format() function in llvm::formatv_object_base
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h97 void format(raw_ostream &S) const { in format() function in llvm::formatv_object_base
[all...]
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc112 void Formatter::format(const List& list, Printer* printer) const { in format() function in tint::diag::Formatter
130 void Formatter::format(const Diagnostic& diag, State& state) const { in format() function in tint::diag::Formatter
250 std::string Formatter::format(const List& list) const { in format() function in tint::diag::Formatter
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Denum_converter_test.cc318 SpvImageFormat format; member
/third_party/skia/third_party/externals/zlib/
H A Dgzwrite.c379 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) in gzvprintf() argument
451 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() argument
[all...]
/third_party/skia/tools/gpu/
H A DProxyUtils.cpp65 const GrBackendFormat format = caps->getDefaultBackendFormat(pixmap.colorType(), renderable); in MakeTextureProxyViewFromData() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DCopyTextureForBrowserTests.cpp25 Create2DTexture(uint32_t width, uint32_t height, uint32_t mipLevelCount, uint32_t arrayLayerCount, wgpu::TextureFormat format, wgpu::TextureUsage usage, uint32_t sampleCount = 1) Create2DTexture() argument
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTestUtils.cpp27 uint32_t GetMinimumBytesPerRow(wgpu::TextureFormat format, uint32_t width) { in GetMinimumBytesPerRow() argument
138 uint32_t VertexFormatSize(wgpu::VertexFormat format) { in VertexFormatSize() argument
34 GetTextureDataCopyLayoutForTextureAtLevel( wgpu::TextureFormat format, wgpu::Extent3D textureSizeAtLevel0, uint32_t mipmapLevel, wgpu::TextureDimension dimension, uint32_t rowsPerImage) GetTextureDataCopyLayoutForTextureAtLevel() argument
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_android.h65 VkFormat format; member
96 VkFormat format; member
/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc49 GzipInputStream::GzipInputStream(ZeroCopyInputStream* sub_stream, Format format, in GzipInputStream() argument
77 internalInflateInit2(z_stream* zcontext, GzipInputStream::Format format) internalInflateInit2() argument
H A Dgzip_stream.h120 Format format; member

Completed in 15 milliseconds

1...<<51525354555657585960>>...170