Searched refs:mAttachmentFormats (Results 1 – 2 of 2) sorted by relevance
1399 ASSERT(colorIndexGL < mAttachmentFormats.size()); in packColorAttachment()1407 uint8_t &packedFormat = mAttachmentFormats[colorIndexGL]; in packColorAttachment()1417 ASSERT(colorIndexGL < mAttachmentFormats.size()); in packColorAttachmentGap()1424 uint8_t &packedFormat = mAttachmentFormats[colorIndexGL]; in packColorAttachmentGap()1433 ASSERT(index < mAttachmentFormats.size()); in packDepthStencilAttachment()1435 uint8_t &packedFormat = mAttachmentFormats[index]; in packDepthStencilAttachment()
219 return static_cast<angle::FormatID>(mAttachmentFormats[index]);280 FramebufferNonResolveAttachmentArray<uint8_t> mAttachmentFormats; variable