Home
last modified time | relevance | path

Searched refs:depthFunc (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h149 GLenum depthFunc; member
249 void setDepthFunc(GLenum depthFunc);
DContext.cpp48 mState.depthFunc = GL_LESS; in Context()
405 void Context::setDepthFunc(GLenum depthFunc) in setDepthFunc() argument
407 if (mState.depthFunc != depthFunc) in setDepthFunc()
409 mState.depthFunc = depthFunc; in setDepthFunc()
1217 … case GL_DEPTH_FUNC: *params = mState.depthFunc; break; in getIntegerv()
1747 device->SetRenderState(D3DRS_ZFUNC, es2dx::ConvertComparison(mState.depthFunc)); in applyState()
/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_interface.h113 unsigned depthFunc : member
/external/mesa3d/src/pixelflinger2/
Dbuffer.cpp30 ctx->state.bufferState.depthFunc = func & 0x7; in DepthFunc()
Dllvm_scanline.cpp593 switch (0x200 | gglCtx->bufferState.depthFunc) { in GenerateScanLine()
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h118 void depthFunc(GC3Denum func);
DGraphicsContext3DChromium.cpp469 DELEGATE_TO_IMPL_1(depthFunc, GC3Denum) in DELEGATE_TO_IMPL_1R()
1005 DELEGATE_TO_INTERNAL_1(depthFunc, GC3Denum) in DELEGATE_TO_INTERNAL_2()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h207 virtual void depthFunc(WGC3Denum func) = 0;
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h123 void depthFunc(GC3Denum);
DWebGLRenderingContext.idl501 [StrictTypeChecking] void depthFunc(in unsigned long func);
DWebGLRenderingContext.cpp1281 void WebGLRenderingContext::depthFunc(GC3Denum func) in depthFunc() function in WebCore::WebGLRenderingContext
1285 m_context->depthFunc(func); in depthFunc()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h644 void depthFunc(GC3Denum func);
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp575 void GraphicsContext3D::depthFunc(GC3Denum func) in depthFunc() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp849 void GraphicsContext3D::depthFunc(GC3Denum func) in depthFunc() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1627104 (WebCore::WebGLRenderingContext::depthFunc):
31223 (WebCore::GraphicsContext3D::depthFunc):
31358 (WebCore::GraphicsContext3D::depthFunc):
DChangeLog-2010-12-0618788 (WebCore::WebGLRenderingContext::depthFunc):
57231 (WebCore::GraphicsContext3D::depthFunc):
61695 (WebCore::GraphicsContext3D::depthFunc):
61869 (WebCore::GraphicsContext3D::depthFunc):
DChangeLog-2010-05-2443454 (WebCore::GraphicsContext3D::depthFunc):