| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLRenderTarget.h | 63 GrGLFormat format() const { return fRTFormat; } in format() function in GrGLRenderTarget
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Debug.cpp | 102 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 D | BitmapGlyphInfo.java | 32 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 D | CompositeBitmapGlyph.java | 81 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 D | sampler.hpp | 87 spirv_cross_format format; member
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | format.cpp | 111 Format::format(const Formattable& obj, in format() function in Format 127 Format::format(const Formattable& /* unused obj */, in format() function in Format
|
| H A D | number_asformat.cpp | 50 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 D | NDKExtractor.cpp | 46 AMediaFormat *format = AMediaExtractor_getTrackFormat(extractor, 0); in decode() local [all...] |
| /third_party/skia/tests/ |
| H A D | VkWrapTests.cpp | 100 GrBackendFormat format = gpu->caps()->getDefaultBackendFormat(ct, GrRenderable::kYes); in wrap_rt_test() local
|
| H A D | ProxyConversionTest.cpp | 132 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| H A D | StringTest.cpp | 330 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 D | TypefaceMacTest.cpp | 27 static void SkMaybeDebugf(const char format[], ...) { } in SkMaybeDebugf() argument
|
| H A D | TextureBindingsResetTest.cpp | 78 GrBackendFormat format = gpu->caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
|
| /third_party/skia/src/ports/ |
| H A D | SkImageGeneratorWIC.cpp | 98 WICPixelFormatGUID format; in MakeFromEncodedWIC() local 182 GUID format = GUID_WICPixelFormat32bppPBGRA; onGetPixels() local [all...] |
| /third_party/skia/src/sfnt/ |
| H A D | SkOTTable_post.h | 32 } format; variable
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | RenderBundleEncoder.cpp | 32 const Format* format = nullptr; in ValidateColorAttachmentFormat() local 44 const Format* format = nullptr; in ValidateDepthStencilAttachmentFormat() local [all...] |
| H A D | Subresource.cpp | 22 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 D | NativeSwapChainImplD3D12.cpp | 51 DawnSwapChainError NativeSwapChainImpl::Configure(WGPUTextureFormat format, in Configure() argument
|
| H A D | D3D12Backend.cpp | 151 const Format* format = in Create() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | CullingTests.cpp | 59 wgpu::Texture Create2DTextureForTest(wgpu::TextureFormat format) { in Create2DTextureForTest() argument
|
| H A D | IndexFormatTests.cpp | 33 wgpu::RenderPipeline MakeTestPipeline(wgpu::IndexFormat format, in MakeTestPipeline() argument [all...] |
| H A D | SubresourceRenderAttachmentTests.cpp | 106 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 D | MemoryServiceOpaqueFD.cpp | 36 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() argument 82 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument
|
| H A D | MemoryServiceNull.cpp | 32 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 D | SwapChainVk.h | 63 VkFormat format; member
|