Home
last modified time | relevance | path

Searched defs:format (Results 826 - 850 of 4230) sorted by relevance

1...<<31323334353637383940>>...170

/third_party/skia/src/gpu/gl/
H A DGrGLRenderTarget.h63 GrGLFormat format() const { return fRTFormat; } in format() function in GrGLRenderTarget
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DDebug.cpp102 void logv(Level level, const char *format, va_list args) in logv() argument
138 void trace(const char *format, ...) in trace() argument
146 void warn(const char *format, ...) in warn() argument
154 void abort(const char *format, argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapGlyphInfo.java32 private final int format; field in BitmapGlyphInfo
44 public BitmapGlyphInfo(int glyphId, int blockOffset, int startOffset, int length, int format) { in BitmapGlyphInfo() argument
62 public BitmapGlyphInfo(int glyphId, int startOffset, int length, int format) { in BitmapGlyphInfo() argument
95 public int format() { format() method in BitmapGlyphInfo
[all...]
H A DCompositeBitmapGlyph.java81 protected CompositeBitmapGlyph(ReadableFontData data, int format) { in CompositeBitmapGlyph() argument
91 private void initialize(int format) { in initialize() argument
119 protected Builder(WritableFontData data, int format) { in Builder() argument
123 Builder(ReadableFontData data, int format) Builder() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dsampler.hpp87 spirv_cross_format format; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformat.cpp111 Format::format(const Formattable& obj, in format() function in Format
127 Format::format(const Formattable& /* unused obj */, in format() function in Format
H A Dnumber_asformat.cpp50 UnicodeString& LocalizedNumberFormatterAsFormat::format(const Formattable& obj, UnicodeString& appendTo, in format() function in LocalizedNumberFormatterAsFormat
74 UnicodeString& LocalizedNumberFormatterAsFormat::format(const Formattable& obj, UnicodeString& appendTo, in format() function in LocalizedNumberFormatterAsFormat
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DNDKExtractor.cpp46 AMediaFormat *format = AMediaExtractor_getTrackFormat(extractor, 0); in decode() local
[all...]
/third_party/skia/tests/
H A DVkWrapTests.cpp100 GrBackendFormat format = gpu->caps()->getDefaultBackendFormat(ct, GrRenderable::kYes); in wrap_rt_test() local
H A DProxyConversionTest.cpp132 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DStringTest.cpp330 static void test_va_list_print(skiatest::Reporter* r, const char format[], ...) { in test_va_list_print() argument
341 static void test_va_list_append(skiatest::Reporter* r, const char format[], ...) { in test_va_list_append() argument
352 static void test_va_list_prepend(skiatest::Reporter* r, const char format[], ...) { in test_va_list_prepend() argument
369 static void test_va_list_overflow_print(skiatest::Reporter* r, const char format[], argument
380 test_va_list_overflow_append(skiatest::Reporter* r, const char format[], ...) test_va_list_overflow_append() argument
393 test_va_list_overflow_prepend(skiatest::Reporter* r, const char format[], ...) test_va_list_overflow_prepend() argument
[all...]
H A DTypefaceMacTest.cpp27 static void SkMaybeDebugf(const char format[], ...) { } in SkMaybeDebugf() argument
H A DTextureBindingsResetTest.cpp78 GrBackendFormat format = gpu->caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/skia/src/ports/
H A DSkImageGeneratorWIC.cpp98 WICPixelFormatGUID format; in MakeFromEncodedWIC() local
182 GUID format = GUID_WICPixelFormat32bppPBGRA; onGetPixels() local
[all...]
/third_party/skia/src/sfnt/
H A DSkOTTable_post.h32 } format; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderBundleEncoder.cpp32 const Format* format = nullptr; in ValidateColorAttachmentFormat() local
44 const Format* format = nullptr; in ValidateDepthStencilAttachmentFormat() local
[all...]
H A DSubresource.cpp22 Aspect ConvertSingleAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertSingleAspect() argument
28 Aspect ConvertAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertAspect() argument
34 Aspect ConvertViewAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertViewAspect() argument
49 Aspect SelectFormatAspects(const Format& format, wgpu::TextureAspect aspect) { in SelectFormatAspects() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DNativeSwapChainImplD3D12.cpp51 DawnSwapChainError NativeSwapChainImpl::Configure(WGPUTextureFormat format, in Configure() argument
H A DD3D12Backend.cpp151 const Format* format = in Create() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCullingTests.cpp59 wgpu::Texture Create2DTextureForTest(wgpu::TextureFormat format) { in Create2DTextureForTest() argument
H A DIndexFormatTests.cpp33 wgpu::RenderPipeline MakeTestPipeline(wgpu::IndexFormat format, in MakeTestPipeline() argument
[all...]
H A DSubresourceRenderAttachmentTests.cpp106 wgpu::TextureFormat format; in DoTest() local
28 DoSingleTest(Type type, wgpu::TextureFormat format, wgpu::Texture renderTarget, uint32_t textureSize, uint32_t baseArrayLayer, uint32_t baseMipLevel) DoSingleTest() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceOpaqueFD.cpp36 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() argument
82 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument
H A DMemoryServiceNull.cpp32 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() argument
40 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.h63 VkFormat format; member

Completed in 11 milliseconds

1...<<31323334353637383940>>...170