Home
last modified time | relevance | path

Searched refs:DrawBuffersArray (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DFramebufferWgpu.h110 const gl::DrawBuffersArray<wgpu::TextureFormat> &getCurrentColorAttachmentFormats() const in getCurrentColorAttachmentFormats()
133 gl::DrawBuffersArray<wgpu::TextureFormat> mCurrentColorAttachmentFormats;
H A DContextWgpu.h284 void setColorAttachmentFormats(const gl::DrawBuffersArray<wgpu::TextureFormat> &formats);
H A DContextWgpu.cpp129 const gl::DrawBuffersArray<wgpu::TextureFormat> &formats) in setColorAttachmentFormats()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.h232 const gl::DrawBuffersArray<VkClearColorValue> &clearColorValues,
241 const gl::DrawBuffersArray<VkClearColorValue> &clearColorValues,
H A DVulkanSecondaryCommandBuffer.cpp35 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut) in InitializeRenderPassInheritanceInfo()
H A DUtilsVk.cpp322 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()
H A DVulkanSecondaryCommandBuffer.h54 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut);
H A DFramebufferVk.cpp538 gl::DrawBuffersArray<VkClearColorValue> adjustedClearColorValues; in clearImpl()
3035 const gl::DrawBuffersArray<VkClearColorValue> &clearColorValues, in mergeClearsWithDeferredClears()
3077 const gl::DrawBuffersArray<VkClearColorValue> &clearColorValues, in clearWithDraw()
H A Dvk_cache_utils.h322 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut) const;
791 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState;
H A Dvk_cache_utils.cpp261 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()
H A DSecondaryCommandBuffer.h847 gl::DrawBuffersArray<VkFormat> *colorFormatStorageOut) in InitializeRenderPassInheritanceInfo()
H A Dvk_helpers.cpp3014 gl::DrawBuffersArray<VkFormat> colorFormatStorage; in beginRenderPassCommandBuffer()
/aosp_15_r20/external/angle/src/libANGLE/
H A DPixelLocalStorage.cpp141 DrawBuffersArray<std::array<bool, 4>> mSavedColorMasks;
885 DrawBuffersArray<GLenum> plsDrawBuffers; in onBegin()
H A Dangletypes.h1095 using DrawBuffersArray = std::array<T, IMPLEMENTATION_MAX_DRAW_BUFFERS>; variable