/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Context.h | 149 GLenum depthFunc; member 249 void setDepthFunc(GLenum depthFunc);
|
D | Context.cpp | 48 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/ |
D | pixelflinger2_interface.h | 113 unsigned depthFunc : member
|
/external/mesa3d/src/pixelflinger2/ |
D | buffer.cpp | 30 ctx->state.bufferState.depthFunc = func & 0x7; in DepthFunc()
|
D | llvm_scanline.cpp | 593 switch (0x200 | gglCtx->bufferState.depthFunc) { in GenerateScanLine()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DInternal.h | 118 void depthFunc(GC3Denum func);
|
D | GraphicsContext3DChromium.cpp | 469 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/ |
D | WebGraphicsContext3D.h | 207 virtual void depthFunc(WGC3Denum func) = 0;
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLRenderingContext.h | 123 void depthFunc(GC3Denum);
|
D | WebGLRenderingContext.idl | 501 [StrictTypeChecking] void depthFunc(in unsigned long func);
|
D | WebGLRenderingContext.cpp | 1281 void WebGLRenderingContext::depthFunc(GC3Denum func) in depthFunc() function in WebCore::WebGLRenderingContext 1285 m_context->depthFunc(func); in depthFunc()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 644 void depthFunc(GC3Denum func);
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 575 void GraphicsContext3D::depthFunc(GC3Denum func) in depthFunc() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 849 void GraphicsContext3D::depthFunc(GC3Denum func) in depthFunc() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 27104 (WebCore::WebGLRenderingContext::depthFunc): 31223 (WebCore::GraphicsContext3D::depthFunc): 31358 (WebCore::GraphicsContext3D::depthFunc):
|
D | ChangeLog-2010-12-06 | 18788 (WebCore::WebGLRenderingContext::depthFunc): 57231 (WebCore::GraphicsContext3D::depthFunc): 61695 (WebCore::GraphicsContext3D::depthFunc): 61869 (WebCore::GraphicsContext3D::depthFunc):
|
D | ChangeLog-2010-05-24 | 43454 (WebCore::GraphicsContext3D::depthFunc):
|