Searched refs:image64 (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | typedefTagNested.types | 6 * @property {string} icons.image64 14 …ons: { image32: 'x.png', image64: 'y.png', }} : { name: string; icons: { image32:… 21 >icons : { image32: string; image64: string; } 22 >{ image32: 'x.png', image64: 'y.png', } : { image32: string; image64: string; } 28 image64: 'y.png', 29 >image64 : string
|
D | typedefTagNested.symbols | 6 * @property {string} icons.image64 24 image64: 'y.png', 25 >image64 : Symbol(image64, Decl(a.js, 12, 25))
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | typedefTagNested.ts | 20 image64: 'y.png',
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 584 …const std::string image64 = ((mapTextureFormat(format) == VK_FORMAT_R64_UINT || mapTextureFormat(f… in getFormatPrefix() local 585 …:getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER ? "u" + image64 : in getFormatPrefix() 586 …TextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" + image64 : ""; in getFormatPrefix()
|