Home
last modified time | relevance | path

Searched refs:color_ref (Results 1 – 2 of 2) sorted by relevance

/external/freetype/include/freetype/internal/
Dtttypes.h771 FT_ULong color_ref; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp6613 VkAttachmentReference color_ref = {}; in TEST_F() local
6614 color_ref.attachment = 0; in TEST_F()
6615 color_ref.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in TEST_F()
6624 subpass.pColorAttachments = &color_ref; in TEST_F()
6872 VkAttachmentReference color_ref = {1, VK_IMAGE_LAYOUT_GENERAL}; in TEST_F() local
6874 …ption subpass = {0, VK_PIPELINE_BIND_POINT_GRAPHICS, 1, &input_ref, 1, &color_ref, nullptr, nullpt… in TEST_F()