Home
last modified time | relevance | path

Searched refs:RGBA_F16 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/canvaskit/tests/
Dcore.spec.js1122 expect(info.colorType).toEqual(CanvasKit.ColorType.RGBA_F16);
1129 colorType: CanvasKit.ColorType.RGBA_F16,
1145 expect(info.colorType).toEqual(CanvasKit.ColorType.RGBA_F16);
1152 colorType: CanvasKit.ColorType.RGBA_F16,
/third_party/flutter/skia/site/user/api/
DSkImageInfo_Reference.md379 …<td style='text-align: left; border: 2px solid #dddddd; padding: 8px; '><a href='#RGBA_F16'>RGBA&n…
1930 RGBA_F16 width 16777216 (0x01000000) OK
1931 RGBA_F16 width 33554432 (0x02000000) OK
1932 RGBA_F16 width 67108864 (0x04000000) OK
1933 RGBA_F16 width 134217728 (0x08000000) OK
1934 RGBA_F16 width 268435456 (0x10000000) too large
1935 RGBA_F16 width 536870912 (0x20000000) too large
1936 RGBA_F16 width 1073741824 (0x40000000) too large
1937 RGBA_F16 width -2147483648 (0x80000000) too large
1969 RGBA_F16 width 16777216 (0x01000000) OK
[all …]
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js408 RGBA_F16: {}, property
/third_party/skia/modules/canvaskit/
Dexterns.js845 RGBA_F16: {}, property
Dinterface.js396 if (imageInfo['colorType'] === CanvasKit.ColorType.RGBA_F16) {
429 case CanvasKit.ColorType.RGBA_F16: // there is no half-float JS type, so we return raw bytes.
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3911 RGBA_F16: ColorType; property