HomeSort by relevance Sort by last modified time
    Searched defs:AttachmentFlags (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/vk/
GrVkRenderPass.h 87 enum AttachmentFlags {
96 GR_DECL_BITFIELD_OPS_FRIENDS(AttachmentFlags);
141 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const;
146 AttachmentFlags fAttachmentFlags;
156 GR_MAKE_BITFIELD_OPS(GrVkRenderPass::AttachmentFlags);
  /external/skqp/src/gpu/vk/
GrVkRenderPass.h 87 enum AttachmentFlags {
96 GR_DECL_BITFIELD_OPS_FRIENDS(AttachmentFlags);
141 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const;
146 AttachmentFlags fAttachmentFlags;
156 GR_MAKE_BITFIELD_OPS(GrVkRenderPass::AttachmentFlags);

Completed in 342 milliseconds