Home
last modified time | relevance | path

Searched defs:ClearFramebufferParameters (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DUtilsVk.h96 struct ClearFramebufferParameters struct
102 gl::Rectangle clearArea;
104 bool clearColor;
105 bool clearDepth;
106 bool clearStencil;
108 uint8_t stencilMask;
109 VkColorComponentFlags colorMaskFlags;
110 uint32_t colorAttachmentIndexGL;
111 const angle::Format *colorFormat;
113 VkClearColorValue colorClearValue;
[all …]
H A DUtilsVk.cpp4955 UtilsVk::ClearFramebufferParameters::ClearFramebufferParameters() in ClearFramebufferParameters() function in rx::UtilsVk::ClearFramebufferParameters