| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkImageView.hpp | 54 VkFormat format; member 67 uint32_t format : 8; member 144 const Format format = VK_FORMAT_UNDEFINED; member in vk::ImageView
|
| H A D | VkSampler.hpp | 96 const VkFormat format = VK_FORMAT_UNDEFINED; member in vk::SamplerYcbcrConversion
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| H A D | Util.cpp | 72 void transitionImageLayout(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Image image, vk::Format format, vk::ImageLayout oldLayout, vk::ImageLayout newLayout) in transitionImageLayout() argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
| H A D | EbdtTable.java | 56 public BitmapGlyph glyph(int offset, int length, int format) { in glyph() argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
| H A D | Glyph.java | 156 protected int format; field in Glyph.Builder
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_glsl.cpp | 192 static const char *to_pls_layout(PlsFormat format) in to_pls_layout() argument 225 static SPIRType::BaseType pls_format_to_basetype(PlsFormat format) in pls_format_to_basetype() argument 250 static uint32_t pls_format_to_components(PlsFormat format) in pls_format_to_components() argument [all...] |
| /third_party/skia/third_party/externals/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/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
|
| /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
|
| /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...] |