Searched refs:stencilClearValue (Results 1 – 6 of 6) sorted by relevance
188 uint8_t stencilClearValue,
474 uint8_t stencilClearValue, in clearDepthStencilView() argument480 stencilClearValue, numRects, rect); in clearDepthStencilView()
57 mState.stencilClearValue = 0; in Context()358 mState.stencilClearValue = stencil; in setClearStencil()2006 …case GL_STENCIL_CLEAR_VALUE: *params = mState.stencilClearValue; return t… in getIntegerv()3468 int stencil = mState.stencilClearValue & 0x000000FF; in clear()
308 int stencilClearValue; member
4255 constexpr GLint stencilClearValue = 0x40; in TEST_P() local4256 glClearBufferiv(GL_STENCIL, 0, &stencilClearValue); in TEST_P()
3327 const int stencilClearValue = 0; in invalidateSubFramebuffer() local3369 rr::clear(access, tcu::IVec4(stencilClearValue)); in invalidateSubFramebuffer()