Searched defs:AttachmentFlags (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkRenderPass.h80 enum AttachmentFlags { enum in class:GrVkRenderPass
84 GR_DECL_BITFIELD_OPS_FRIENDS(AttachmentFlags);
127 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const;
132 AttachmentFlags fAttachmentFlags;
140 GR_MAKE_BITFIELD_OPS(GrVkRenderPass::AttachmentFlags); variable

Completed in 96 milliseconds