Searched refs:CLEAR_STENCIL (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsScissorTests.hpp | 69 CLEAR_STENCIL, enumerator
|
H A D | glsScissorTests.cpp | 845 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break; in render() 853 const bool useStencil = (m_clearType == CLEAR_STENCIL || m_clearType == CLEAR_DEPTH_STENCIL); in render()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fScissorTests.cpp | 112 addChild(createFramebufferClearTest(tc, rc, "clear_stencil_buffer", "Stencil buffer clear", CLEAR_STENCIL)); in init()
|
H A D | es3fRandomFragmentOpTests.cpp | 71 static const int CLEAR_STENCIL = 0; member 310 const int clearStencil = CLEAR_STENCIL;
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderTests.cpp | 77 static const int CLEAR_STENCIL = 0; member 455 rr::clearMultisampleStencilBuffer(stencilBuffer, CLEAR_STENCIL, rr::WindowRectangle(0, 0, width, height)); in renderReference() 788 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL); in executeForContexts() 1023 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL); in executeForContexts()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRandomFragmentOpTests.cpp | 71 static const int CLEAR_STENCIL = 0; member 310 const int clearStencil = CLEAR_STENCIL;
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 41 syn keyword amberBlockCmd STRUCT VIRTUAL_FILE CLEAR_DEPTH CLEAR_STENCIL
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 392 BEGIN_NV04(push, NV50_3D(CLEAR_STENCIL), 1); in nv50_clear_depth_stencil() 578 BEGIN_NV04(push, NV50_3D(CLEAR_STENCIL), 1); in nv50_clear()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 651 BEGIN_NVC0(push, NVC0_3D(CLEAR_STENCIL), 1); in nvc0_clear_depth_stencil() 739 BEGIN_NVC0(push, NVC0_3D(CLEAR_STENCIL), 1); in nvc0_clear()
|
Completed in 11 milliseconds