| /third_party/skia/src/core/ |
| H A D | SkMask.cpp | 102 static int maskFormatToShift(SkMask::Format format) { in maskFormatToShift() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrTexture.cpp | 103 ComputeScratchKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrMipmapped mipMapped, GrProtected isProtected, GrScratchKey* key) ComputeScratchKey() argument
|
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnTexture.cpp | 22 Make(GrDawnGpu* gpu, SkISize dimensions, wgpu::TextureFormat format, GrRenderable renderable, int sampleCnt, SkBudgeted budgeted, int mipLevels, GrMipmapStatus status) Make() argument
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrBlendFragmentProcessor.cpp | 39 SkString format; variable
|
| H A D | GrCoverageSetOpXP.cpp | 50 SkString format; in getShaderDfxInfo() local
|
| H A D | GrBitmapTextGeoProc.h | 32 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const SkPMColor4f& color, bool wideColor, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState p, GrMaskFormat format, const SkMatrix& localMatrix, bool usesW) Make() argument
|
| /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...] |
| /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
|
| /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
|
| /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
|