Searched refs:DrawBuffersArray (Results 1 – 14 of 14) sorted by relevance
110 const gl::DrawBuffersArray<wgpu::TextureFormat> &getCurrentColorAttachmentFormats() const in getCurrentColorAttachmentFormats()133 gl::DrawBuffersArray<wgpu::TextureFormat> mCurrentColorAttachmentFormats;
284 void setColorAttachmentFormats(const gl::DrawBuffersArray<wgpu::TextureFormat> &formats);
129 const gl::DrawBuffersArray<wgpu::TextureFormat> &formats) in setColorAttachmentFormats()
232 const gl::DrawBuffersArray<VkClearColorValue> &clearColorValues,241 const gl::DrawBuffersArray<VkClearColorValue> &clearColorValues,
35 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut) in InitializeRenderPassInheritanceInfo()
322 const gl::DrawBuffersArray<vk::ImageHelper *> &colorSrc, in GetUnresolveFlags()325 gl::DrawBuffersArray<UnresolveColorAttachmentType> *attachmentTypesOut) in GetUnresolveFlags()1086 gl::DrawBuffersArray<UnresolveColorAttachmentType> &colorAttachmentTypes, in MakeFragShader()1146 gl::DrawBuffersArray<UnresolveColorAttachmentType> &colorAttachmentTypes, in GetUnresolveFrag()4444 gl::DrawBuffersArray<vk::ImageHelper *> colorSrc = {}; in unresolve()4445 gl::DrawBuffersArray<const vk::ImageView *> colorSrcView = {}; in unresolve()4585 gl::DrawBuffersArray<UnresolveColorAttachmentType> colorAttachmentTypes; in unresolve()
54 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut);
538 gl::DrawBuffersArray<VkClearColorValue> adjustedClearColorValues; in clearImpl()3035 const gl::DrawBuffersArray<VkClearColorValue> &clearColorValues, in mergeClearsWithDeferredClears()3077 const gl::DrawBuffersArray<VkClearColorValue> &clearColorValues, in clearWithDraw()
322 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut) const;791 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState;
261 gl::DrawBuffersArray<VkRenderingAttachmentInfo> colorAttachmentInfo;267 gl::DrawBuffersArray<VkFormat> colorAttachmentFormats;273 gl::DrawBuffersArray<uint32_t> colorAttachmentLocations;3072 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut) const in populateRenderingInheritanceInfo()7496 gl::DrawBuffersArray<vk::ImageLayout> colorResolveImageLayout = {}; in MakeRenderPass()
847 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut) in InitializeRenderPassInheritanceInfo()
3014 gl::DrawBuffersArray<VkFormat> colorFormatStorage; in beginRenderPassCommandBuffer()
141 DrawBuffersArray<std::array<bool, 4>> mSavedColorMasks;885 DrawBuffersArray<GLenum> plsDrawBuffers; in onBegin()
1095 using DrawBuffersArray = std::array<T, IMPLEMENTATION_MAX_DRAW_BUFFERS>; variable