Searched refs:clearDepth (Results 1 - 25 of 44) sorted by path

12

/external/chromium_org/content/test/data/gpu/functional_files/
H A Dcontext.js29 gl_context.clearDepth(1);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp839 webContext()->clearDepth(1.0f);
874 webContext()->clearDepth(m_clearDepth);
1376 void WebGLRenderingContextBase::clearDepth(GLfloat depth) function in class:blink::__anon11092::WebGLRenderingContextBase
1381 webContext()->clearDepth(depth);
H A DWebGLRenderingContextBase.h138 void clearDepth(GLfloat);
H A DWebGLRenderingContextBase.idl499 void clearDepth(GLclampf depth);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js2767 gl.clearDepth(glState.DEPTH_CLEAR_VALUE);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp850 m_context->clearDepth(1.0f);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h91 virtual void clearDepth(WGC3Dclampf depth) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h225 virtual void clearDepth(WGC3Dclampf depth) = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp1576 clearParams.clearDepth = true;
1646 clearParams.clearDepth = true;
H A DState.cpp237 clearParams.clearDepth = false;
261 clearParams.clearDepth = true;
H A Dangletypes.h176 bool clearDepth; member in struct:gl::ClearParameters
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DClear11.cpp282 if (clearParams.clearDepth || clearParams.clearStencil)
310 UINT clearFlags = (clearParams.clearDepth ? D3D11_CLEAR_DEPTH : 0) |
507 dsKey.clearDepth = clearParams.clearDepth;
519 dsDesc.DepthEnable = dsKey.clearDepth ? TRUE : FALSE;
520 dsDesc.DepthWriteMask = dsKey.clearDepth ? D3D11_DEPTH_WRITE_MASK_ALL : D3D11_DEPTH_WRITE_MASK_ZERO;
H A DClear11.h71 bool clearDepth; member in struct:rx::Clear11::ClearDepthStencilInfo
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp1988 if (clearParams.clearDepth)
2000 else if (clearColor || clearParams.clearDepth || clearParams.clearStencil)
2007 if (clearParams.clearDepth)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc262 DELEGATE_TO_GL_1(clearDepth, ClearDepthf, WGC3Dclampf)
H A Dwebgraphicscontext3d_impl.h100 virtual void clearDepth(WGC3Dclampf depth);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp528 void clearDepth (const PixelBufferAccess& access, float depth) function in namespace:tcu
H A DtcuTextureUtil.hpp88 void clearDepth (const PixelBufferAccess& access, float depth);
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl145 m_gl.clearDepth(param0);
H A DgluStateReset.cpp834 gl.clearDepth (1.0);
/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl23 glClearDepthFunc clearDepth;
H A DglwImpl.inl162 gl->clearDepth(depth);
H A DglwInitGL30.inl21 gl->clearDepth = (glClearDepthFunc) loader->get("glClearDepth");
H A DglwInitGL31.inl21 gl->clearDepth = (glClearDepthFunc) loader->get("glClearDepth");
H A DglwInitGL32.inl21 gl->clearDepth = (glClearDepthFunc) loader->get("glClearDepth");

Completed in 1299 milliseconds

12