Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h35 struct ClearRectParams struct
37 ClearRectParams() { clearWriteMaskArray.fill(MTLColorWriteMaskAll); } in ClearRectParams() argument
39 Optional<ClearColorValue> clearColor;
40 Optional<float> clearDepth;
41 Optional<uint32_t> clearStencil;
43 WriteMaskArray clearWriteMaskArray;
45 const mtl::Format *colorFormat = nullptr;
46 gl::Extents dstTextureSize;
49 gl::DrawBufferMask enabledBuffers;
50 gl::Rectangle clearArea;
[all …]