Home
last modified time | relevance | path

Searched defs:format (Results 1551 - 1575 of 3148) sorted by relevance

1...<<61626364656667686970>>...126

/third_party/skia/src/core/
H A DSkM44.cpp294 static const char* format = "|%g %g %g %g|\n" in dump() local
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp214 GrDrawOpAtlas::GrDrawOpAtlas(GrProxyProvider* proxyProvider, const GrBackendFormat& format, in GrDrawOpAtlas() argument
58 Make(GrProxyProvider* proxyProvider, const GrBackendFormat& format, GrColorType colorType, int width, int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter, AllowMultitexturing allowMultitexturing, int atlasPageNum, EvictionCallback* evictor) Make() argument
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp305 SkString format; in getShaderDfxInfo() local
H A DGrSkSLFP.cpp373 SkString format; in getShaderDfxInfo() local
H A DGrRRectEffect.cpp377 SkString format; in getShaderDfxInfo() local
677 SkString format; in getShaderDfxInfo() local
/third_party/skia/src/gpu/ops/
H A DSoftwarePathRenderer.cpp90 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in make_deferred_mask_texture_view() local
H A DQuadPerEdgeAA.cpp635 SkString format; variable
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp32 bool GrAtlasManager::hasGlyph(GrMaskFormat format, GrGlyph* glyph) { in hasGlyph() argument
190 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, GrMaskFormat format, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* atlasLocator) global() argument
199 addGlyphToBulkAndSetUseToken(GrDrawOpAtlas::BulkUseTokenUpdater* updater, GrMaskFormat format, GrGlyph* glyph, GrDeferredUploadToken token) global() argument
301 initAtlas(GrMaskFormat format) global() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.cpp227 const GrBackendFormat& format = nonMSAAColorAttachment->backendFormat(); in dynamicMSAAAttachment() local
413 VkFormat format; in ReconstructAttachmentsDescriptor() local
H A DGrVkImage.cpp369 VkImageAspectFlags vk_format_to_aspect_flags(VkFormat format) { in vk_format_to_aspect_flags() argument
19 MakeStencil(GrVkGpu* gpu, SkISize dimensions, int sampleCnt, VkFormat format) MakeStencil() argument
37 MakeMSAA(GrVkGpu* gpu, SkISize dimensions, int numSamples, VkFormat format, GrProtected isProtected, GrMemoryless memoryless) MakeMSAA() argument
63 MakeTexture(GrVkGpu* gpu, SkISize dimensions, VkFormat format, uint32_t mipLevels, GrRenderable renderable, int numSamples, SkBudgeted budgeted, GrProtected isProtected) MakeTexture() argument
131 Make(GrVkGpu* gpu, SkISize dimensions, UsageFlags attachmentUsages, int sampleCnt, VkFormat format, uint32_t mipLevels, VkImageUsageFlags vkUsageFlags, GrProtected isProtected, GrMemoryless memoryless, SkBudgeted budgeted) Make() argument
[all...]
/third_party/skia/src/gpu/mock/
H A DGrMockGpu.cpp94 onCreateTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrProtected isProtected, int mipLevelCount, uint32_t levelClearMask) onCreateTexture() argument
126 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, const void* data, size_t dataSize) onCreateCompressedTexture() argument
153 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, OH_NativeBuffer* nativeBuffer, size_t bufferSize) onCreateCompressedTexture() argument
232 onCreateBackendTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable, GrMipmapped mipMapped, GrProtected) onCreateBackendTexture() argument
253 onCreateCompressedBackendTexture( SkISize dimensions, const GrBackendFormat& format, GrMipmapped mipMapped, GrProtected) onCreateCompressedBackendTexture() argument
[all...]
/third_party/skia/src/opts/
H A DSkSwizzler_opts.h296 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() argument
542 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() argument
793 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() argument
1023 static void inverted_cmyk_to(Format format, uint32_ argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp264 void CompilerReflection::set_format(const std::string &format) in set_format() argument
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c550 WebPSaveImage(const WebPDecBuffer* const buffer, WebPOutputFileFormat format, const char* const out_file_name) WebPSaveImage() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchoicfmt.cpp379 ChoiceFormat::format(int64_t number, in format() function in ChoiceFormat
391 ChoiceFormat::format(int32_t number, in format() function in ChoiceFormat
402 ChoiceFormat::format(double number, format() function in ChoiceFormat
470 ChoiceFormat::format(const Formattable* objs, format() function in ChoiceFormat
[all...]
H A Ddatefmt.cpp197 DateFormat::format(const Formattable& obj, in format() function in DateFormat
232 DateFormat::format(const Formattable& obj, in format() function in DateFormat
268 DateFormat::format(Calendar& /* unused cal */, in format() function in DateFormat
281 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const { in format() function in DateFormat
300 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter, in format() function in DateFormat
318 DateFormat::format(UDat function in DateFormat
[all...]
H A Dplurfmt.cpp207 PluralFormat::format(const Formattable& obj, in format() function in PluralFormat
223 PluralFormat::format(int32_t number, UErrorCode& status) const { in format() function in PluralFormat
230 PluralFormat::format(double number, UErrorCode& status) const { in format() function in PluralFormat
238 PluralFormat::format(int32_t number, in format() function in PluralFormat
246 PluralFormat::format(double number, in format() function in PluralFormat
254 PluralFormat::format(const Formattable& numberObject, double number, format() function in PluralFormat
352 setNumberFormat(const NumberFormat* format, UErrorCode& status) setNumberFormat() argument
[all...]
H A Dreldtfmt.cpp154 UnicodeString& RelativeDateFormat::format( Calendar& cal, in format() function in RelativeDateFormat
224 RelativeDateFormat::format(const Formattable& obj, in format() function in RelativeDateFormat
[all...]
H A Dumsg.cpp263 umsg_close(UMessageFormat* format) in umsg_close() argument
H A Dwindtfmt.cpp223 UnicodeString &Win32DateFormat::format(Calendar &cal, UnicodeString &appendTo, FieldPosition & /* pos */) const in format() function in Win32DateFormat
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c16 asprintf (char **resultp, const char *format, ...) in asprintf() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DOboeAudioStream.java98 openNative( int nativeApi, int sampleRate, int channelCount, int format, int sharingMode, int performanceMode, int inputPreset, int deviceId, int sessionId, int framesPerRead, boolean channelConversionAllowed, boolean formatConversionAllowed, int rateConversionQuality, boolean isMMap, boolean isInput) openNative() argument
H A DStreamConfigurationView.java455 public void setFormat(int format) { in setFormat() argument
/third_party/skia/tests/
H A DTransferPixelsTest.cpp303 auto format = context->priv().caps()->getDefaultBackendFormat(colorType, renderable); in basic_transfer_from_test() local
/third_party/skia/src/sksl/
H A DSkSLMain.cpp31 void SkDebugf(const char format[], ...) { in SkDebugf() argument

Completed in 26 milliseconds

1...<<61626364656667686970>>...126