HomeSort by relevance Sort by last modified time
    Searched refs:CLEAR_STENCIL (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/glshared/
glsScissorTests.hpp 69 CLEAR_STENCIL,
glsScissorTests.cpp 809 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break;
817 const bool useStencil = (m_clearType == CLEAR_STENCIL || m_clearType == CLEAR_DEPTH_STENCIL);
  /external/deqp/modules/gles3/functional/
es3fScissorTests.cpp 105 addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_STENCIL_BUFFER_BIT));
112 addChild(createFramebufferClearTest(tc, rc, "clear_stencil_buffer", "Stencil buffer clear", CLEAR_STENCIL));
es3fRandomFragmentOpTests.cpp 71 static const int CLEAR_STENCIL = 0;
310 const int clearStencil = CLEAR_STENCIL;
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 71 static const int CLEAR_STENCIL = 0;
310 const int clearStencil = CLEAR_STENCIL;
  /external/deqp/modules/egl/
teglRenderTests.cpp 77 static const int CLEAR_STENCIL = 0;
455 rr::clearMultisampleStencilBuffer(stencilBuffer, CLEAR_STENCIL, rr::WindowRectangle(0, 0, width, height));
788 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
1020 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 392 BEGIN_NV04(push, NV50_3D(CLEAR_STENCIL), 1);
565 BEGIN_NV04(push, NV50_3D(CLEAR_STENCIL), 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 650 BEGIN_NVC0(push, NVC0_3D(CLEAR_STENCIL), 1);
724 BEGIN_NVC0(push, NVC0_3D(CLEAR_STENCIL), 1);
    [all...]

Completed in 2360 milliseconds