Home
last modified time | relevance | path

Searched refs:stencilClearValue (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.h188 uint8_t stencilClearValue,
DGrD3DCommandList.cpp474 uint8_t stencilClearValue, in clearDepthStencilView() argument
480 stencilClearValue, numRects, rect); in clearDepthStencilView()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp57 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()
DContext.h308 int stencilClearValue; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp4255 constexpr GLint stencilClearValue = 0x40; in TEST_P() local
4256 glClearBufferiv(GL_STENCIL, 0, &stencilClearValue); in TEST_P()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp3327 const int stencilClearValue = 0; in invalidateSubFramebuffer() local
3369 rr::clear(access, tcu::IVec4(stencilClearValue)); in invalidateSubFramebuffer()