Home
last modified time | relevance | path

Searched defs:format (Results 801 - 825 of 4095) sorted by relevance

1...<<31323334353637383940>>...164

/third_party/skia/src/core/
H A DSkMask.cpp102 static int maskFormatToShift(SkMask::Format format) { in maskFormatToShift() argument
/third_party/skia/src/gpu/
H A DGrTexture.cpp103 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 DGrDawnTexture.cpp22 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 DGrBlendFragmentProcessor.cpp39 SkString format; variable
H A DGrCoverageSetOpXP.cpp50 SkString format; in getShaderDfxInfo() local
H A DGrBitmapTextGeoProc.h32 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 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...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DNativeSwapChainImplD3D12.cpp51 DawnSwapChainError NativeSwapChainImpl::Configure(WGPUTextureFormat format, in Configure() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCullingTests.cpp59 wgpu::Texture Create2DTextureForTest(wgpu::TextureFormat format) { in Create2DTextureForTest() 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

Completed in 10 milliseconds

1...<<31323334353637383940>>...164