Searched refs:intendedFormatID (Results 1 – 5 of 5) sorted by relevance
65 const angle::Format &intendedFormat() const { return angle::Format::Get(intendedFormatID); } in intendedFormat()99 angle::FormatID intendedFormatID; member
107 : intendedFormatID(angle::FormatID::NONE), in Format()231 format.intendedFormatID = formatID; in initialize()
162 if (mImage->valid() && (vkFormat.intendedFormatID == vkFormat.actualImageFormatID) && in isFastUnpackPossible()
1172 colorIndexGL, colorRenderTarget->getImage().getFormat().intendedFormatID); in updateRenderPassDesc()1184 depthStencilRenderTarget->getImage().getFormat().intendedFormatID); in updateRenderPassDesc()
1714 renderPassDesc.packColorAttachment(0, dstFormat.intendedFormatID); in copyImage()