HomeSort by relevance Sort by last modified time
    Searched refs:clearStencil (Results 51 - 74 of 74) sorted by null

1 23

  /external/deqp/modules/egl/
teglImageFormatTests.cpp 852 GLU_CHECK_GLW_CALL(gl, clearStencil(m_stencil));
855 tcu::clearStencil(reference.getLevel(0), m_stencil);
    [all...]
teglRenderTests.cpp 524 gl.clearStencil(stencil);
    [all...]
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 708 clearStencil (depthStencil.getAccess(), 0);
ditTextureFormatTests.cpp     [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 597 public final native void clearStencil (int s) /*-{
598 this.clearStencil(s);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 770 void clearStencil (const PixelBufferAccess& access, int stencil)
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitGL40.inl 45 gl->clearStencil = (glClearStencilFunc) loader->get("glClearStencil");
    [all...]
glwInitGL41.inl 48 gl->clearStencil = (glClearStencilFunc) loader->get("glClearStencil");
    [all...]
glwInitGL42.inl 49 gl->clearStencil = (glClearStencilFunc) loader->get("glClearStencil");
    [all...]
glwInitGL43.inl 52 gl->clearStencil = (glClearStencilFunc) loader->get("glClearStencil");
    [all...]
glwInitGL44.inl 59 gl->clearStencil = (glClearStencilFunc) loader->get("glClearStencil");
    [all...]
glwInitGL45.inl 68 gl->clearStencil = (glClearStencilFunc) loader->get("glClearStencil");
    [all...]
glwImpl.inl 516 gl->clearStencil(s);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 69 gl->clearStencil = glClearStencil;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 453 void GLContext::clearStencil (int stencil)
sglrReferenceContext.hpp 664 virtual void clearStencil (int stencil);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 71 void clearMultisampleStencilBuffer (const tcu::PixelBufferAccess& dst, int v, const WindowRectangle& r) { tcu::clearStencil(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); }
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 493 tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), maskedVal);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 493 tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), maskedVal);
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20.java 241 gl.clearStencil(s);
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl 458 m_gl.clearStencil(s);
    [all...]

Completed in 1207 milliseconds

1 23