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() function
90 struct StencilState struct92 bool stencilTestEnabled;93 GLenum stencilFrontFunc;94 GLint stencilFrontRef;95 GLenum stencilFrontMask;96 GLenum stencilBackFunc;97 GLint stencilBackRef;98 GLenum stencilBackMask;99 GLint stencilClear;100 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() argument
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;
317 ReferenceContext::StencilState::StencilState (void) in StencilState() function in sglr::ReferenceContext::StencilState