Home
last modified time | relevance | path

Searched refs:colorRef (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp63 VkAttachmentReference colorRef; in init() local
84 colorRef.attachment = currentAttachment++; in init()
85 colorRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in init()
94 colorRef.attachment = VK_ATTACHMENT_UNUSED; in init()
95 colorRef.layout = VK_IMAGE_LAYOUT_UNDEFINED; in init()
98 subpassDesc.pColorAttachments = &colorRef; in init()
/external/skia/src/sfnt/
DSkOTTable_EBLC.h48 SK_OT_ULONG colorRef; //not used; set to 0. member
/external/harfbuzz_ng/src/
Dhb-ot-cbdt-table.hh281 ULONG colorRef; member