Searched refs:DrawBuffersArray (Results 1 – 3 of 3) sorted by relevance
305 const gl::DrawBuffersArray<vk::ImageHelper *> &colorSrc, in GetUnresolveFlags()308 gl::DrawBuffersArray<UnresolveColorAttachmentType> *attachmentTypesOut) in GetUnresolveFlags()917 gl::DrawBuffersArray<UnresolveColorAttachmentType> &colorAttachmentTypes, in MakeFragShader()973 gl::DrawBuffersArray<UnresolveColorAttachmentType> &colorAttachmentTypes, in GetUnresolveFrag()3221 gl::DrawBuffersArray<vk::ImageHelper *> colorSrc = {}; in unresolve()3222 gl::DrawBuffersArray<const vk::ImageView *> colorSrcView = {}; in unresolve()3362 gl::DrawBuffersArray<UnresolveColorAttachmentType> colorAttachmentTypes; in unresolve()
1930 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; in initializePipeline()
863 using DrawBuffersArray = std::array<T, IMPLEMENTATION_MAX_DRAW_BUFFERS>; variable