Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DDrawTypes.h218 struct DepthStencilSettings { struct
220 struct Face {
253 constexpr DepthStencilSettings(Face front, in DepthStencilSettings() function
278 Face fFrontStencil;
279 Face fBackStencil;
280 uint32_t fStencilReferenceValue = 0;
281 CompareOp fDepthCompareOp = CompareOp::kAlways;
282 bool fStencilTestEnabled = false;
283 bool fDepthTestEnabled = false;
284 bool fDepthWriteEnabled = false;