/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_color_unquantize.cpp | 799 unpack_color_endpoints( astc_decode_mode decode_mode, int format, int quantization_level, const int* input, int* rgb_hdr, int* alpha_hdr, int* nan_endpoint, uint4* output0, uint4* output1 ) unpack_color_endpoints() argument
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngerror.c | 133 png_format_number(png_const_charp start, png_charp end, int format, in png_format_number() argument 255 png_warning_parameter_unsigned(png_warning_parameters p, int number, int format, in png_warning_parameter_unsigned() argument 263 png_warning_parameter_signed(png_warning_parameters p, int number, int format, in png_warning_parameter_signed() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | webp_dec.c | 277 ParseHeadersInternal(const uint8_t* data, size_t data_size, int* const width, int* const height, int* const has_alpha, int* const has_animation, int* const format, WebPHeaderStructure* const headers) ParseHeadersInternal() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | listformatter.cpp | 641 UnicodeString& ListFormatter::format( in format() function in ListFormatter 650 UnicodeString& ListFormatter::format( in format() function in ListFormatter
|
H A D | measfmt.cpp | 470 UnicodeString &MeasureFormat::format( in format() function in MeasureFormat
|
H A D | nfrs.cpp | 400 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() function in NFRuleSet 414 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() function in NFRuleSet
|
H A D | unum.cpp | 256 unum_formatDoubleForFields(const UNumberFormat* format, in unum_formatDoubleForFields() argument
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | sfnt.h | 65 le_uint16 format; member 112 le_uint32 format; member
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 589 int32_t format=getDataFormat(pInfo->dataFormat); in enumDependencies() local
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | icuzdump.cpp | 57 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { in format() function in DumpFormatter
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | decode.h | 417 int format; // 0 = undefined (/mixed), 1 = lossy, 2 = lossless member
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | jni-bridge.cpp | 113 Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative( JNIEnv *env, jobject synth, 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) Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative() argument
|
/third_party/skia/src/utils/win/ |
H A D | SkWGL_win.cpp | 351 int* format = -1 == formatsToTry[0] ? &formatsToTry[0] : &formatsToTry[1]; in get_pixel_formats_to_try() local
|
/third_party/skia/tests/ |
H A D | ResourceAllocatorTest.cpp | 64 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_deferred() local 91 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_fully_lazy() local 107 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_lazy() local
|
H A D | BackendAllocationTest.cpp | 123 static bool isBGRA8(const GrBackendFormat& format) { in isBGRA8() argument 172 static bool isRGB(const GrBackendFormat& format) { in isRGB() argument 805 GrBackendFormat format = GrBackendFormat::MakeGL(combo.fFormat, target); DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local 958 GrBackendFormat format = GrBackendFormat::MakeVk(combo.fFormat); DEF_GPUTEST_FOR_VULKAN_CONTEXT() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | TextureD3D12.cpp | 37 D3D12_RESOURCE_STATES D3D12TextureUsage(wgpu::TextureUsage usage, const Format& format) { in D3D12TextureUsage() argument 113 DXGI_FORMAT D3D12TypelessTextureFormat(wgpu::TextureFormat format) { in D3D12TypelessTextureFormat() argument 266 DXGI_FORMAT D3D12TextureFormat(wgpu::TextureFormat format) { in D3D12TextureFormat() argument 76 D3D12ResourceFlags(wgpu::TextureUsage usage, const Format& format, bool isMultisampledTexture) D3D12ResourceFlags() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | CopyTextureForBrowserTests.cpp | 63 wgpu::TextureFormat format = kTextureFormat; member 265 static uint32_t GetTextureFormatComponentCount(wgpu::TextureFormat format) { in GetTextureFormatComponentCount() argument [all...] |
H A D | TextureZeroInitTests.cpp | 40 CreateTextureDescriptor(uint32_t mipLevelCount, uint32_t arrayLayerCount, wgpu::TextureUsage usage, wgpu::TextureFormat format) CreateTextureDescriptor() argument [all...] |
H A D | MultisampledRenderingTests.cpp | 108 wgpu::Texture CreateTextureForRenderAttachment(wgpu::TextureFormat format, in CreateTextureForRenderAttachment() argument
|
H A D | StorageTextureTests.cpp | 25 bool OpenGLESSupportsStorageTexture(wgpu::TextureFormat format) { in OpenGLESSupportsStorageTexture() argument 163 std::string GetImageDeclaration(wgpu::TextureFormat format, in GetImageDeclaration() argument 189 const char* GetExpectedPixelValue(wgpu::TextureFormat format) { in GetExpectedPixelValue() argument 34 FillExpectedData(void* pixelValuePtr, wgpu::TextureFormat format, uint32_t x, uint32_t y, uint32_t depthOrArrayLayer) FillExpectedData() argument 246 GetComparisonFunction(wgpu::TextureFormat format) GetComparisonFunction() argument 298 CommonReadOnlyTestCode( wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonReadOnlyTestCode() argument 348 CommonWriteOnlyTestCode( const char* stage, wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonWriteOnlyTestCode() argument 404 CommonReadWriteTestCode( wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonReadWriteTestCode() argument 451 GetExpectedData(wgpu::TextureFormat format, uint32_t sliceCount = 1) GetExpectedData() argument 468 CreateTexture(wgpu::TextureFormat format, wgpu::TextureUsage usage, uint32_t width = kWidth, uint32_t height = kHeight, uint32_t sliceCount = 1, wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) CreateTexture() argument 492 CreateTextureWithTestData( const std::vector<uint8_t>& initialTextureData, wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CreateTextureWithTestData() argument 696 CheckOutputStorageTexture(wgpu::Texture writeonlyStorageTexture, wgpu::TextureFormat format, uint32_t sliceCount = 1) CheckOutputStorageTexture() argument [all...] |
H A D | TextureFormatTests.cpp | 118 wgpu::TextureFormat format; member [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandEncoder.cpp | 265 const Format& format = attachment->GetFormat(); ValidateRenderPassDepthStencilAttachment() local [all...] |
H A D | Queue.cpp | 326 const Format& format = destination.texture->GetFormat(); in WriteTextureImpl() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 172 VkFormat format; member 183 VkFormat format; member
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 112 int format; /* Format of the property. */ member
|