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

  /external/deqp/modules/glshared/
glsScissorTests.hpp 69 CLEAR_STENCIL,
glsScissorTests.cpp 804 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break;
812 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;
308 const int clearStencil = CLEAR_STENCIL;
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 71 static const int CLEAR_STENCIL = 0;
308 const int clearStencil = CLEAR_STENCIL;
  /external/deqp/modules/egl/
teglRenderTests.cpp 85 static const int CLEAR_STENCIL = 0;
382 rr::clearMultisampleStencilBuffer(stencilBuffer, CLEAR_STENCIL, rr::WindowRectangle(0, 0, width, height));
750 clear(api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
963 clear(api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 349 BEGIN_NV04(push, NV50_3D(CLEAR_STENCIL), 1);
413 BEGIN_NV04(push, NV50_3D(CLEAR_STENCIL), 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 366 BEGIN_NVC0(push, NVC0_3D(CLEAR_STENCIL), 1);
432 BEGIN_NVC0(push, NVC0_3D(CLEAR_STENCIL), 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 349 BEGIN_NV04(push, NV50_3D(CLEAR_STENCIL), 1);
413 BEGIN_NV04(push, NV50_3D(CLEAR_STENCIL), 1);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 366 BEGIN_NVC0(push, NVC0_3D(CLEAR_STENCIL), 1);
432 BEGIN_NVC0(push, NVC0_3D(CLEAR_STENCIL), 1);
    [all...]

Completed in 343 milliseconds