Searched defs:GrTStencilFaceSettings (Results 1 – 1 of 1) sorted by relevance
45 template<typename TTest, typename TOp> struct GrTStencilFaceSettings { struct46 uint16_t fRef; // Reference value for stencil test and ops.47 TTest fTest; // Stencil test function, where fRef is on the left side.48 uint16_t fTestMask; // Bitwise "and" to perform on fRef and stencil values before testing.50 TOp fPassOp; // Op to perform when the test passes.51 TOp fFailOp; // Op to perform when the test fails.52 uint16_t fWriteMask; // Indicates which bits in the stencil buffer should be updated.