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

  /external/deqp/framework/referencerenderer/
rrMultisamplePixelBufferAccess.cpp 239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil)
241 tcu::clearStencil(access.raw(), stencil);
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLContextAttributes.java 58 public final native void clearStencil () /*-{
WebGLRenderingContext.java 597 public final native void clearStencil (int s) /*-{
598 this.clearStencil(s);
    [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 236 gl.clearStencil(0);
257 gl.clearStencil(0);
453 gl.clearStencil(123);
799 const int clearStencil = 123;
809 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break;
810 case CLEAR_DEPTH_STENCIL: gl.clearBufferfi (GL_DEPTH_STENCIL, 0, clearDepth, clearStencil); break;
828 gl.stencilFunc(GL_EQUAL, clearStencil, ~0u);
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 453 void GLContext::clearStencil (int stencil)
  /system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h 299 void (*clearStencil)(void* c, GGLint s);
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]

Completed in 319 milliseconds