Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrUserStencilSettings.h46 template<typename TTest, typename TOp> struct GrTStencilFaceSettings { struct
47 uint16_t fRef; // Reference value for stencil test and ops.
48 TTest fTest; // Stencil test function, where fRef is on the left side.
49 uint16_t fTestMask; // Bitwise "and" to perform on fRef and stencil values before testing.
51 TOp fPassOp; // Op to perform when the test passes.
52 TOp fFailOp; // Op to perform when the test fails.
53 uint16_t fWriteMask; // Indicates which bits in the stencil buffer should be updated.
/external/skqp/src/gpu/
DGrUserStencilSettings.h45 template<typename TTest, typename TOp> struct GrTStencilFaceSettings { struct
46 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.