| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | log.h | 93 Logf(const MessageConsumer& consumer, spv_message_level_t level, const char* source, const spv_position_t& position, const char* format, Args&&... args) Logf() argument 141 Errorf(const MessageConsumer& consumer, const char* source, const spv_position_t& position, const char* format, Args&&... args) Errorf() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/examples/ |
| H A D | dwebp.c | 44 SaveOutput(const WebPDecBuffer* const buffer, WebPOutputFileFormat format, const char* const out_file) SaveOutput() argument 116 AllocateExternalBuffer(WebPDecoderConfig* config, WebPOutputFileFormat format, int use_external_memory) AllocateExternalBuffer() argument 188 WebPOutputFileFormat format = PNG; main() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | quantityformatter.cpp | 117 UnicodeString &QuantityFormatter::format( in format() function in QuantityFormatter 217 UnicodeString &QuantityFormatter::format( in format() function in QuantityFormatter
|
| H A D | scientificnumberformatter.cpp | 128 UnicodeString &ScientificNumberFormatter::SuperscriptStyle::format( in format() function in ScientificNumberFormatter::SuperscriptStyle 202 UnicodeString &ScientificNumberFormatter::MarkupStyle::format( in format() function in ScientificNumberFormatter::MarkupStyle 277 UnicodeString &ScientificNumberFormatter::format( in format() function in ScientificNumberFormatter
|
| H A D | selfmt.cpp | 71 SelectFormat::format(const Formattable& obj, in format() function in SelectFormat 88 SelectFormat::format(const UnicodeString& keyword, in format() function in SelectFormat
|
| /third_party/skia/third_party/externals/icu/source/samples/date/ |
| H A D | date.c | 77 const char *format = NULL; in main() local 253 date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const char *locale, UErrorCode *status ) date() argument 305 getWhen(const char *millis, const char *seconds, const char *format, const char *locale, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) getWhen() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/platform/ |
| H A D | w32functions.c | 647 int W32_snprintf(char *__restrict s, size_t n, const char *__restrict format, ...) in W32_snprintf() argument
|
| /third_party/skia/third_party/externals/oboe/src/common/ |
| H A D | Utilities.cpp | 54 int32_t convertFormatToSizeInBytes(AudioFormat format) { in convertFormatToSizeInBytes() argument 95 const char *convertToText<AudioFormat>(AudioFormat format) { in convertToText() argument
|
| /third_party/skia/tests/ |
| H A D | NdkEncodeTest.cpp | 29 SkEncodedImageFormat format; member 40 static sk_sp<SkData> encode_ndk(const SkPixmap& pmap, SkEncodedImageFormat format, int quality) { in encode_ndk() argument [all...] |
| H A D | ProxyTest.cpp | 129 auto format = caps.getDefaultBackendFormat(ct, GrRenderable::kYes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 336 const GrBackendFormat format in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
| H A D | RectangleTextureTest.cpp | 137 auto format = GrBackendFormat::MakeGL(GR_GL_RGBA8, GR_GL_TEXTURE_RECTANGLE); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
|
| H A D | TextureOpTest.cpp | 45 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_proxy() local
|
| /third_party/skia/src/ports/ |
| H A D | SkImageGeneratorNDK.cpp | 49 auto format = SkNDKConversions::toAndroidBitmapFormat(colorType); in set_android_bitmap_format() local 59 auto format = static_cast<AndroidBitmapFormat>( in colorType() local
|
| H A D | SkImageEncoder_WIC.cpp | 33 SkEncodeImageWithWIC(SkWStream* stream, const SkPixmap& pixmap, SkEncodedImageFormat format, int quality) SkEncodeImageWithWIC() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/ |
| H A D | AngleNativeTest.cpp | 106 void AndroidLog(int priority, const char *format, ...) in AndroidLog() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | RenderPipeline.h | 47 wgpu::VertexFormat format; member
|
| H A D | Format.h | 75 wgpu::TextureFormat format; member 87 wgpu::TextureFormat format; member [all...] |
| H A D | ShaderModule.cpp | 38 tint::transform::VertexFormat ToTintVertexFormat(wgpu::VertexFormat format) { in ToTintVertexFormat() argument 158 TintImageFormatToTextureFormat( tint::inspector::ResourceBinding::ImageFormat format) TintImageFormatToTextureFormat() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | NativeSwapChainImplVk.cpp | 100 DawnSwapChainError NativeSwapChainImpl::Configure(WGPUTextureFormat format, in Configure() argument
|
| H A D | AdapterVk.cpp | 45 bool Adapter::IsDepthStencilFormatSupported(VkFormat format) { in IsDepthStencilFormatSupported() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | ReadOnlyDepthStencilAttachmentTests.cpp | 118 wgpu::Texture CreateTexture(wgpu::TextureFormat format, wgpu::TextureUsage usage) { in CreateTexture() argument 63 CreateRenderPipeline(wgpu::TextureAspect aspect, wgpu::TextureFormat format) CreateRenderPipeline() argument 126 DoTest(wgpu::TextureAspect aspect, wgpu::TextureFormat format, wgpu::Texture colorTexture, DepthStencilValues* values) DoTest() argument [all...] |
| H A D | ExternalTextureTests.cpp | 21 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/external_memory/ |
| H A D | MemoryServiceZirconHandle.cpp | 36 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() argument 82 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument
|
| /third_party/openssl/crypto/bio/ |
| H A D | ossl_core_bio.c | 121 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 D | ftcache.h | 913 FT_Byte format; member
|