Home
last modified time | relevance | path

Searched defs:format (Results 1251 - 1275 of 4230) sorted by relevance

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImageView.hpp54 VkFormat format; member
67 uint32_t format : 8; member
144 const Format format = VK_FORMAT_UNDEFINED; member in vk::ImageView
H A DVkSampler.hpp96 const VkFormat format = VK_FORMAT_UNDEFINED; member in vk::SamplerYcbcrConversion
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp72 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 DEbdtTable.java56 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 DGlyph.java156 protected int format; field in Glyph.Builder
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp192 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 Dlog.h93 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 Dlog.h93 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 Ddwebp.c44 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 Dquantityformatter.cpp117 UnicodeString &QuantityFormatter::format( in format() function in QuantityFormatter
217 UnicodeString &QuantityFormatter::format( in format() function in QuantityFormatter
H A Dscientificnumberformatter.cpp128 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 Dselfmt.cpp71 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 Ddate.c77 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 Dw32functions.c647 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 DUtilities.cpp54 int32_t convertFormatToSizeInBytes(AudioFormat format) { in convertFormatToSizeInBytes() argument
95 const char *convertToText<AudioFormat>(AudioFormat format) { in convertToText() argument
/third_party/skia/tests/
H A DNdkEncodeTest.cpp29 SkEncodedImageFormat format; member
40 static sk_sp<SkData> encode_ndk(const SkPixmap& pmap, SkEncodedImageFormat format, int quality) { in encode_ndk() argument
[all...]
H A DProxyTest.cpp129 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 DRectangleTextureTest.cpp137 auto format = GrBackendFormat::MakeGL(GR_GL_RGBA8, GR_GL_TEXTURE_RECTANGLE); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
H A DTextureOpTest.cpp45 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_proxy() local
/third_party/skia/src/ports/
H A DSkImageGeneratorNDK.cpp49 auto format = SkNDKConversions::toAndroidBitmapFormat(colorType); in set_android_bitmap_format() local
59 auto format = static_cast<AndroidBitmapFormat>( in colorType() local
H A DSkImageEncoder_WIC.cpp33 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 DAngleNativeTest.cpp106 void AndroidLog(int priority, const char *format, ...) in AndroidLog() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.h47 wgpu::VertexFormat format; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DNativeSwapChainImplVk.cpp100 DawnSwapChainError NativeSwapChainImpl::Configure(WGPUTextureFormat format, in Configure() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DReadOnlyDepthStencilAttachmentTests.cpp118 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...]

Completed in 14 milliseconds

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