Searched defs:color_ref (Results 1 – 6 of 6) sorted by relevance
94 typedef ordered_index_color& color_ref; typedef143 struct color_ref struct145 color_ref(uintptr_type* r_):r(r_){} in color_ref() function146 color_ref(const color_ref& x):r(x.r){} in color_ref() argument148 operator ordered_index_color()const in operator ordered_index_color()153 color_ref& operator=(ordered_index_color c) in operator =()160 color_ref& operator=(const color_ref& x) in operator =()166 uintptr_type* r;259 typedef typename super::color_ref color_ref; typedef
20 pub color_ref: BigEndian<u32>, field57 pub fn color_ref(&self) -> u32 { in color_ref() method
680 FT_ULong color_ref; member
2533 VkAttachmentReference color_ref = {}; in TEST_F() local2767 VkAttachmentReference color_ref = {1, VK_IMAGE_LAYOUT_GENERAL}; in TEST_F() local
1804 GLuint color_ref = 1; in BlitSampleStencilToDefault() local