Home
last modified time | relevance | path

Searched defs:format (Results 1851 - 1875 of 4230) sorted by relevance

1...<<71727374757677787980>>...170

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp357 GLint format = colorbuffer->getFormat(); in completeness() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DPrint.hpp87 const std::string format; member in rr::PrintValue
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DConfigurator.cpp240 unsigned int Configurator::getFormatted(string keyName, string valueName, char *format, in getFormatted() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalAndroid.cpp26 uint32_t GetAHBFormatFromVkFormat(VkFormat format) in GetAHBFormatFromVkFormat() argument
149 VkFormat format = AHardwareBufferExternalMemory::GetVkFormatFromAHBFormat(ahbFormat); in GetVkFormatFeaturesFromAHBFormat() local
[all...]
H A DVkFormat.cpp2561 pack(VkFormat format) pack() argument
2612 unpack(uint8_t format) unpack() argument
2659 mapTo8bit(VkFormat format) mapTo8bit() argument
2667 mapFrom8bit(uint8_t format) mapFrom8bit() argument
[all...]
H A DVkImage.hpp147 Format format; member in vk::Image
H A DVkImageView.cpp50 VkComponentMapping ResolveComponentMapping(VkComponentMapping mapping, vk::Format format) in ResolveComponentMapping() argument
[all...]
/third_party/openssl/providers/common/
H A Dbio_prov.c141 int ossl_prov_bio_vprintf(OSSL_CORE_BIO *bio, const char *format, va_list ap) in ossl_prov_bio_vprintf() argument
148 int ossl_prov_bio_printf(OSSL_CORE_BIO *bio, const char *format, ...) in ossl_prov_bio_printf() argument
/third_party/openssl/test/
H A Dbioprinttest.c112 const char *format; member
144 const char *format; member
192 char format[80], result[80]; in dofptest() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapGlyph.java79 private int format; field in BitmapGlyph
81 createGlyph(ReadableFontData data, int format) createGlyph() argument
90 BitmapGlyph(ReadableFontData data, int format) BitmapGlyph() argument
95 BitmapGlyph(ReadableFontData data, int offset, int length, int format) BitmapGlyph() argument
100 public int format() { format() method in BitmapGlyph
106 private final int format; global() field in BitmapGlyph.Builder
108 createGlyphBuilder( ReadableFontData data, int format) createGlyphBuilder() argument
126 Builder(WritableFontData data, int format) Builder() argument
131 Builder(ReadableFontData data, int format) Builder() argument
136 public int format() { format() method in BitmapGlyph.Builder
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMap.java36 protected final int format; field in CMap
85 protected CMap(ReadableFontData data, int format, CMapId cmapId) { in CMap() argument
96 public int format() { format() method in CMap
222 private final CMapFormat format; global() field in CMap.Builder
233 Builder(ReadableFontData data, CMapFormat format, CMapId cmapId) Builder() argument
269 public CMapFormat format() { format() method in CMap.Builder
284 Builder(WritableFontData data, CMapFormat format, CMapId cmapId) Builder() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dexternal_interface.h111 enum spirv_cross_format format; member
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.c420 uint32_t format = sNetToNative32(parse_msg); in sProcessMessage() local
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_diff.c171 const char format[] = "Frame #%d, duration mismatch"; in CompareAnimatedImagePair() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_formatimpl.cpp58 int32_t NumberFormatterImpl::format(UFormattedNumberData *results, UErrorCode &status) const { in format() function in NumberFormatterImpl
H A Dnumrange_impl.cpp138 void NumberRangeFormatterImpl::format(UFormattedNumberRangeData& data, bool equalBeforeRounding, UErrorCode& status) const { in format() function in NumberRangeFormatterImpl
H A Dwinnmfmt.cpp303 UnicodeString& Win32NumberFormat::format(double number, UnicodeString& appendTo, FieldPosition& /* pos */) const in format() function in Win32NumberFormat
308 UnicodeString& Win32NumberFormat::format(int32_t number, UnicodeString& appendTo, FieldPosition& /* pos */) const in format() function in Win32NumberFormat
313 UnicodeString& Win32NumberFormat::format(int64_t number, UnicodeString& appendTo, FieldPosition& /* pos */) const in format() function in Win32NumberFormat
338 UnicodeString &Win32NumberFormat::format(int32_t numDigits, UnicodeString &appendTo, const wchar_t *fmt, ...) const in format() function in Win32NumberFormat
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.cpp138 open(jint nativeApi, jint sampleRate, jint channelCount, jint format, jint sharingMode, jint performanceMode, jint inputPreset, jint deviceId, jint sessionId, jint framesPerBurst, jboolean channelConversionAllowed, jboolean formatConversionAllowed, jint rateConversionQuality, jboolean isMMap, jboolean isInput) open() argument
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStreamBuilder.h102 AudioStreamBuilder *setFormat(AudioFormat format) { in setFormat() argument
/third_party/skia/tests/
H A DLazyProxyTest.cpp81 const GrBackendFormat format = in Op() local
144 const GrBackendFormat format = in ClipFP() local
245 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST() local
349 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in LazyFailedInstantiationTestOp() local
[all...]
H A DBulkRectTest.cpp28 const GrBackendFormat format = rContext->priv().caps()->getDefaultBackendFormat( in create_proxy() local
H A DCompressedBackendAllocationTest.cpp293 GrBackendFormat format = dContext->compressedBackendFormat(combo.fCompression); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DGrSurfaceTest.cpp36 auto format = context->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
[all...]
H A DOpChainTest.cpp180 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST() local
/third_party/skia/src/sfnt/
H A DSkOTTable_name.h24 SK_OT_USHORT format; member

Completed in 21 milliseconds

1...<<71727374757677787980>>...170