Home
last modified time | relevance | path

Searched refs:colorRef (Results 1 – 5 of 5) 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()
89 fClearValueCount = colorRef.attachment + 1; 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/skqp/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()
89 fClearValueCount = colorRef.attachment + 1; 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/skqp/src/sfnt/
DSkOTTable_EBLC.h48 SK_OT_ULONG colorRef; //not used; set to 0. member
/external/skia/src/sfnt/
DSkOTTable_EBLC.h48 SK_OT_ULONG colorRef; //not used; set to 0. member
/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh290 HBUINT32 colorRef; member