HomeSort by relevance Sort by last modified time
    Searched full:clear_stencil (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 50 uint32_t clear_params, clear_color, clear_depth, clear_stencil, local
85 clear_depth = clear_stencil = 0;
98 clear_stencil = packed_z_stencil >> 24;
116 clear_stencil = packed_z_stencil >> 24;
144 OUT_BATCH(clear_stencil);
163 OUT_BATCH(clear_stencil);
195 OUT_BATCH(clear_stencil);
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 50 uint32_t clear_params, clear_color, clear_depth, clear_stencil, local
85 clear_depth = clear_stencil = 0;
98 clear_stencil = packed_z_stencil >> 24;
116 clear_stencil = packed_z_stencil >> 24;
144 OUT_BATCH(clear_stencil);
163 OUT_BATCH(clear_stencil);
195 OUT_BATCH(clear_stencil);
  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 462 basic->addChild(new RasterizerDiscardCase(m_context, "clear_stencil", "clear_stencil", 4, CASE_CLEAR_STENCIL, 0));
484 scissor->addChild(new RasterizerDiscardCase(m_context, "clear_stencil", "clear_stencil", 4, CASE_CLEAR_STENCIL, CASEOPTION_SCISSOR));
506 fbo->addChild(new RasterizerDiscardCase(m_context, "clear_stencil", "clear_stencil", 4, CASE_CLEAR_STENCIL, CASEOPTION_FBO));
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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup.h 60 unsigned clear_stencil,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 60 unsigned clear_stencil,
  /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/gles2/functional/
es2fScissorTests.cpp 95 addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_STENCIL_BUFFER_BIT));
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/auxiliary/util/
u_surface.c 271 * Fallback for pipe->clear_stencil() function.
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 271 * Fallback for pipe->clear_stencil() function.
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 263 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls",
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 298 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls",
  /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...]
  /external/deqp/android/cts/
com.drawelements.deqp.gles2.xml     [all...]

Completed in 659 milliseconds