HomeSort by relevance Sort by last modified time
    Searched refs:colorRef (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 63 VkAttachmentReference colorRef;
84 colorRef.attachment = currentAttachment++;
85 colorRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
94 colorRef.attachment = VK_ATTACHMENT_UNUSED;
95 colorRef.layout = VK_IMAGE_LAYOUT_UNDEFINED;
98 subpassDesc.pColorAttachments = &colorRef;
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 48 SK_OT_ULONG colorRef; //not used; set to 0.
  /external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh 281 ULONG colorRef;

Completed in 519 milliseconds