Searched refs:DrawBuffersArray (Results 1 – 3 of 3) sorted by relevance
312 const gl::DrawBuffersArray<vk::ImageHelper *> &colorSrc, in GetUnresolveFlags()315 gl::DrawBuffersArray<UnresolveColorAttachmentType> *attachmentTypesOut) in GetUnresolveFlags()924 gl::DrawBuffersArray<UnresolveColorAttachmentType> &colorAttachmentTypes, in MakeFragShader()980 gl::DrawBuffersArray<UnresolveColorAttachmentType> &colorAttachmentTypes, in GetUnresolveFrag()3207 gl::DrawBuffersArray<vk::ImageHelper *> colorSrc = {}; in unresolve()3208 gl::DrawBuffersArray<const vk::ImageView *> colorSrcView = {}; in unresolve()3348 gl::DrawBuffersArray<UnresolveColorAttachmentType> colorAttachmentTypes; in unresolve()
1719 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; in initializePipeline()
861 using DrawBuffersArray = std::array<T, IMPLEMENTATION_MAX_DRAW_BUFFERS>; variable