Home
last modified time | relevance | path

Searched refs:clearDepth (Results 1 – 25 of 43) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp76 float clearDepth = 1.0f; in render() local
103 glClearBufferfv(GL_DEPTH, 0, &clearDepth); in render()
168 const float clearDepth = 1.0f; in render() local
195 glClearBufferfv(GL_DEPTH, 0, &clearDepth); in render()
254 const float clearDepth = 1.0f; in render() local
281 glClearBufferfv(GL_DEPTH, 0, &clearDepth); in render()
Des3fDepthStencilClearTests.cpp70 , clearDepth (0.0f) in Clear()
80 float clearDepth; member
254 clear->clearDepth = rnd.getFloat(-0.2f, 1.2f); in generateClears()
303 gl.clearDepthf (clear->clearDepth); in renderGL()
434 rowAccess.setPixDepth(de::clamp(clear->clearDepth, 0.0f, 1.0f), x, 0); in renderReference()
Des3fRandomFragmentOpTests.cpp309 const float clearDepth = CLEAR_DEPTH; in iterate() local
328 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
354 tcu::clearDepth (m_refDepthBuffer->getAccess(), clearDepth); in iterate()
Des3fStencilTests.cpp157 static StencilOp clearDepth (float depth) in clearDepth() function in deqp::gles3::Functional::StencilOp
438 dst.push_back(StencilOp::clearDepth(0.0f)); in init()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp70 , clearDepth (0.0f) in Clear()
80 float clearDepth; member
251 clear->clearDepth = rnd.getFloat(-0.2f, 1.2f); in generateClears()
300 gl.clearDepthf (clear->clearDepth); in renderGL()
431 rowAccess.setPixDepth(de::clamp(clear->clearDepth, 0.0f, 1.0f), x, 0); in renderReference()
Des2fRandomFragmentOpTests.cpp309 const float clearDepth = CLEAR_DEPTH; in iterate() local
328 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
354 tcu::clearDepth (m_refDepthBuffer->getAccess(), clearDepth); in iterate()
Des2fStencilTests.cpp154 static StencilOp clearDepth (float depth) in clearDepth() function in deqp::gles2::Functional::StencilOp
435 dst.push_back(StencilOp::clearDepth(0.0f)); in init()
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLContextAttributes.java48 public final native void clearDepth () /*-{ in clearDepth() method in WebGLContextAttributes
DWebGLRenderingContext.java593 public final native void clearDepth (float depth) /*-{ in clearDepth() method in WebGLRenderingContext
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DI.js31 function initWebGL(canvasName, vshader, fshader, attribs, clearColor, clearDepth) argument
56 function simpleSetup(gl, vshader, fshader, attribs, clearColor, clearDepth) argument
93 gl.clearDepth(clearDepth);
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp234 void clearDepth (const MultisamplePixelBufferAccess& access, float depth) in clearDepth() function
236 tcu::clearDepth(access.raw(), depth); in clearDepth()
DrrMultisamplePixelBufferAccess.hpp100 void clearDepth (const MultisamplePixelBufferAccess& access, float depth);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp211 tcu::clearDepth(m_depthStencilBuffer.getAccess(), defaultClearDepth()); in ReferenceRenderer()
229 tcu::clearDepth(m_depthStencilBuffer.getAccess(), defaultClearDepth()); in ReferenceRenderer()
DvktPipelineEarlyFragmentTests.cpp329 const float clearDepth, in beginRenderPass() argument
335 makeClearValueDepthStencil(clearDepth, clearStencil), // attachment 1 in beginRenderPass()
/external/deqp/framework/common/
DtcuTextureUtil.hpp116 void clearDepth (const PixelBufferAccess& access, float depth);
DtcuTextureUtil.cpp763 void clearDepth (const PixelBufferAccess& access, float depth) in clearDepth() function
1051 tcu::clearDepth(dst, 0.0f); in copy()
/external/deqp/modules/egl/
DteglImageUtil.cpp402 tcu::clearDepth(ref.getLevel(0), 0.0f); in initializeDepthRbo()
419 tcu::clearDepth(tcu::getSubregion(ref.getLevel(0), 0, 0, size.x(), size.y()), depth); in initializeDepthRbo()
/external/deqp/modules/glshared/
DglsScissorTests.cpp800 const float clearDepth = 0.5f; in render() local
808 case CLEAR_DEPTH: gl.clearBufferfv (GL_DEPTH, 0, &clearDepth); break; in render()
810 case CLEAR_DEPTH_STENCIL: gl.clearBufferfi (GL_DEPTH_STENCIL, 0, clearDepth, clearStencil); break; in render()
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js388 ctx.clearDepth(1);
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl61 glClearDepthFunc clearDepth; variable
DglwInitGL30.inl36 gl->clearDepth = (glClearDepthFunc) loader->get("glClearDepth");
DglwInitGL31.inl36 gl->clearDepth = (glClearDepthFunc) loader->get("glClearDepth");
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1547 tcu::clearDepth(tmpAccess, 0.0f); in iterate()
DditFrameworkTests.cpp707 clearDepth (depthStencil.getAccess(), 0.0f); in runCase()
/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp1402 const float clearDepth = 0.5f; in renderToTexture() local
1403 gl.clearBufferfv(GL_DEPTH, 0, &clearDepth); in renderToTexture()

12