HomeSort by relevance Sort by last modified time
    Searched defs:clearStencil (Results 1 - 16 of 16) sorted by null

  /external/deqp/framework/referencerenderer/
rrMultisamplePixelBufferAccess.cpp 171 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil)
173 tcu::clearStencil(access.raw(), stencil);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Clear11.h 62 bool clearStencil;
  /external/deqp/framework/common/
tcuTextureUtil.cpp 556 void clearStencil (const PixelBufferAccess& access, int stencil)
    [all...]
  /external/deqp/modules/gles2/functional/
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;
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...]
  /external/deqp/modules/gles3/functional/
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;
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...]
  /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/chromium_org/cc/test/
test_web_graphics_context_3d.h 84 virtual void clearStencil(GLint s) {}
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 188 bool clearStencil;
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 453 void GLContext::clearStencil (int stencil)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 93 virtual void clearStencil(WGC3Dint s) { }
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 299 void (*clearStencil)(void* c, GGLint s);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 787 webContext()->clearStencil(m_clearStencil & m_stencilMask);
789 webContext()->clearStencil(0);
817 webContext()->clearStencil(m_clearStencil);
    [all...]

Completed in 618 milliseconds