HomeSort by relevance Sort by last modified time
    Searched refs:clearStencil (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 147 static StencilOp clearStencil (int stencil)
232 context.clearStencil(op.stencil);
425 dst.push_back(StencilOp::clearStencil(targetStencil | ~mask));
448 dst.push_back(StencilOp::clearStencil(targetStencil-1));
452 dst.push_back(StencilOp::clearStencil(targetStencil));
459 dst.push_back(StencilOp::clearStencil(targetStencil+1));
463 dst.push_back(StencilOp::clearStencil(targetStencil));
468 dst.push_back(StencilOp::clearStencil((targetStencil-1)&maxStencil));
474 dst.push_back(StencilOp::clearStencil((targetStencil+1)&maxStencil));
481 dst.push_back(StencilOp::clearStencil(targetStencil))
    [all...]
es2fDepthStencilClearTests.cpp 71 , clearStencil (0)
81 int clearStencil;
252 clear->clearStencil = rnd.getUint32();
285 gl.clearStencil (0);
301 gl.clearStencil (clear->clearStencil);
477 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
es2fRandomFragmentOpTests.cpp 308 const int clearStencil = CLEAR_STENCIL;
327 m_callLogWrapper.glClearStencil(clearStencil);
353 tcu::clearStencil (m_refStencilBuffer->getAccess(), clearStencil);
es2fFboRenderTest.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 150 static StencilOp clearStencil (int stencil)
235 context.clearStencil(op.stencil);
428 dst.push_back(StencilOp::clearStencil(targetStencil | ~mask));
451 dst.push_back(StencilOp::clearStencil(targetStencil-1));
455 dst.push_back(StencilOp::clearStencil(targetStencil));
462 dst.push_back(StencilOp::clearStencil(targetStencil+1));
466 dst.push_back(StencilOp::clearStencil(targetStencil));
471 dst.push_back(StencilOp::clearStencil((targetStencil-1)&maxStencil));
477 dst.push_back(StencilOp::clearStencil((targetStencil+1)&maxStencil));
484 dst.push_back(StencilOp::clearStencil(targetStencil))
    [all...]
es3fDepthStencilClearTests.cpp 71 , clearStencil (0)
81 int clearStencil;
255 clear->clearStencil = rnd.getUint32();
288 gl.clearStencil (0);
304 gl.clearStencil (clear->clearStencil);
480 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
es3fRandomFragmentOpTests.cpp 308 const int clearStencil = CLEAR_STENCIL;
327 m_callLogWrapper.glClearStencil(clearStencil);
353 tcu::clearStencil (m_refStencilBuffer->getAccess(), clearStencil);
es3fFboRenderTest.cpp 565 context.clearStencil(1);
568 context.clearStencil(2);
678 context.clearStencil(1);
708 context.clearStencil(1);
911 context.clearStencil(1);
926 context.clearStencil(0);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Clear11.h 62 bool clearStencil;
Clear11.cpp 288 if (clearParams.clearDepth || clearParams.clearStencil)
303 bool needMaskedStencilClear = clearParams.clearStencil && (clearParams.stencilWriteMask & stencilUnmasked) != stencilUnmasked;
319 (clearParams.clearStencil ? D3D11_CLEAR_STENCIL : 0);
516 dsKey.clearStencil = clearParams.clearStencil;
530 dsDesc.StencilEnable = dsKey.clearStencil ? TRUE : FALSE;
  /external/deqp/framework/referencerenderer/
rrMultisamplePixelBufferAccess.hpp 98 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil);
rrMultisamplePixelBufferAccess.cpp 171 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil)
173 tcu::clearStencil(access.raw(), stencil);
  /external/deqp/framework/common/
tcuTextureUtil.hpp 89 void clearStencil (const PixelBufferAccess& access, int stencil);
  /external/deqp/modules/glshared/
glsScissorTests.cpp 231 gl.clearStencil(0);
252 gl.clearStencil(0);
448 gl.clearStencil(123);
794 const int clearStencil = 123;
804 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break;
805 case CLEAR_DEPTH_STENCIL: gl.clearBufferfi (GL_DEPTH_STENCIL, 0, clearDepth, clearStencil); break;
823 gl.stencilFunc(GL_EQUAL, clearStencil, ~0u);
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 22 gl->clearStencil = &glClearStencil;
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 188 bool clearStencil;
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 481 virtual void clearStencil() = 0;
  /external/skia/src/gpu/
GrGpu.h 481 virtual void clearStencil() = 0;
  /system/core/libpixelflinger/
clear.cpp 41 GGL_INIT_PROC(procs, clearStencil);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 172 virtual void clearStencil() SK_OVERRIDE;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 22 dst->clearStencil = src.clearStencil;
  /external/skia/src/gpu/gl/
GrGpuGL.h 172 virtual void clearStencil() SK_OVERRIDE;
  /system/core/include/pixelflinger/
pixelflinger.h 299 void (*clearStencil)(void* c, GGLint s);
  /external/chromium_org/cc/test/
test_gles2_interface.cc 145 void TestGLES2Interface::ClearStencil(GLint s) {
146 test_context_->clearStencil(s);
test_web_graphics_context_3d.h 84 virtual void clearStencil(GLint s) {}

Completed in 739 milliseconds

1 2 3 4