Searched refs:depthFunc (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/test/data/gpu/functional_files/
H A Dcontext.js28 gl_context.depthFunc(gl_context.LEQUAL);
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A Dangletypes.h83 GLenum depthFunc; member in struct:gl::DepthStencilState
H A DContext.h198 void setDepthFunc(GLenum depthFunc);
H A DContext.cpp86 mState.depthStencil.depthFunc = GL_LESS;
380 void Context::setDepthFunc(GLenum depthFunc) argument
382 mState.depthStencil.depthFunc = depthFunc;
1327 case GL_DEPTH_FUNC: *params = mState.depthStencil.depthFunc; break;
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderStateCache.cpp302 dsDesc.DepthFunc = gl_d3d11::ConvertComparison(dsState.depthFunc);
H A DRenderer11.cpp1697 glDSState.depthFunc = GL_ALWAYS;
H A DRenderer9.cpp942 mDevice->SetRenderState(D3DRS_ZFUNC, gl_d3d9::ConvertComparison(depthStencilState.depthFunc));
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h109 virtual void depthFunc(WGC3Denum func) { } function in class:WebKit::FakeWebGraphicsContext3D
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.h192 virtual void depthFunc(WebKit::WGC3Denum func) {} function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h224 virtual void depthFunc(WGC3Denum func);
H A Dwebgraphicscontext3d_command_buffer_impl.cc792 DELEGATE_TO_GL_1(depthFunc, DepthFunc, WGC3Denum)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h150 void depthFunc(GC3Denum);
H A DWebGLRenderingContext.idl513 [StrictTypeChecking] void depthFunc(GLenum func);
H A DWebGLRenderingContext.cpp1672 void WebGLRenderingContext::depthFunc(GC3Denum func) function in class:WebCore::WebGLRenderingContext
1676 if (!validateStencilOrDepthFunc("depthFunc", func))
1678 m_context->depthFunc(func);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.h551 void depthFunc(GC3Denum func);
H A DGraphicsContext3D.cpp405 DELEGATE_TO_WEBCONTEXT_1(depthFunc, GC3Denum)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h271 virtual void depthFunc(WGC3Denum func) = 0;
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.h155 virtual void depthFunc(WebKit::WGC3Denum func) {} function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h154 virtual void depthFunc(WGC3Denum func);
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc547 DELEGATE_TO_GL_1(depthFunc, DepthFunc, WGC3Denum)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js2099 gl.depthFunc(glState.DEPTH_FUNC);
2956 {"aname": "depthFunc", "enum": [0]},

Completed in 207 milliseconds