Searched defs:StencilState (Results 1 – 5 of 5) sorted by relevance
57 struct StencilState struct59 deUint32 function;60 int reference;61 deUint32 compareMask;63 deUint32 stencilFailOp;64 deUint32 depthFailOp;65 deUint32 depthPassOp;67 deUint32 writeMask;69 StencilState (void) in StencilState() argument
83 struct StencilState struct85 bool stencilTestEnabled;86 GLenum stencilFrontFunc;87 GLint stencilFrontRef;88 GLenum stencilFrontMask;89 GLenum stencilBackFunc;90 GLint stencilBackRef;91 GLenum stencilBackMask;92 GLint stencilClear;93 GLenum stencilFrontWritemask;[all …]
185 struct StencilState struct187 TestFunc func;188 int ref;189 deUint32 compMask;190 StencilOp sFail;191 StencilOp dpFail;192 StencilOp dpPass;193 deUint32 writeMask;195 StencilState (void) in StencilState() function
859 struct StencilState struct in sglr::ReferenceContext861 deUint32 func;862 int ref;863 deUint32 opMask;864 deUint32 opStencilFail;865 deUint32 opDepthFail;866 deUint32 opDepthPass;867 deUint32 writeMask;
315 ReferenceContext::StencilState::StencilState (void) in StencilState() function in sglr::ReferenceContext::StencilState