Lines Matching defs:set
116 auto set = [&changed](auto& var, auto value) {
124 set(fWidth, 63);
127 set(fHeight, 63);
130 set(fOrigin, kBottomLeft_GrSurfaceOrigin);
133 set(fColorType, kRGBA_F16_SkColorType);
138 set(fColorSpace, SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB,
142 set(fSampleCount, 4);
145 set(fSurfaceProps, SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry));
148 set(fSurfaceProps, SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag,
152 set(fShouldCreateMipMaps, false);
156 set(fUsesGLFBO0, true);
157 set(fShouldCreateMipMaps, false); // needs to changed in tandem w/ textureability
158 set(fIsTextureable, false);
162 set(fShouldCreateMipMaps, false); // needs to changed in tandem w/ textureability
163 set(fIsTextureable, false);
167 set(fIsProtected, GrProtected(!static_cast<bool>(fIsProtected)));
172 set(fForVulkanSecondaryCommandBuffer, true);
173 set(fUsesGLFBO0, false);
174 set(fShouldCreateMipMaps, false); // needs to changed in tandem w/ textureability
175 set(fIsTextureable, false);
176 set(fVkRTSupportsInputAttachment, false);
224 // Create the surface with the current set of parameters
1016 // The following set vulkan only flags on non vulkan backends.