Searched refs:GC3Dclampf (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DInternal.h | 97 void blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha); 109 void clearColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha); 110 void clearDepth(GC3Dclampf depth); 120 void depthRange(GC3Dclampf zNear, GC3Dclampf zFar); 180 void sampleCoverage(GC3Dclampf value, GC3Dboolean invert);
|
D | GraphicsContext3DChromium.cpp | 437 DELEGATE_TO_IMPL_4(blendColor, GC3Dclampf, GC3Dclampf, GC3Dclampf, GC3Dclampf) in DELEGATE_TO_IMPL_2() 460 DELEGATE_TO_IMPL_4(clearColor, GC3Dclampf, GC3Dclampf, GC3Dclampf, GC3Dclampf) in DELEGATE_TO_IMPL_1R() 461 DELEGATE_TO_IMPL_1(clearDepth, GC3Dclampf) in DELEGATE_TO_IMPL_1R() 471 DELEGATE_TO_IMPL_2(depthRange, GC3Dclampf, GC3Dclampf) in DELEGATE_TO_IMPL_1R() 597 DELEGATE_TO_IMPL_2(sampleCoverage, GC3Dclampf, GC3Dboolean) in DELEGATE_TO_IMPL_3() 984 DELEGATE_TO_INTERNAL_4(blendColor, GC3Dclampf, GC3Dclampf, GC3Dclampf, GC3Dclampf) in DELEGATE_TO_INTERNAL_2() 996 DELEGATE_TO_INTERNAL_4(clearColor, GC3Dclampf, GC3Dclampf, GC3Dclampf, GC3Dclampf) in DELEGATE_TO_INTERNAL_2() 997 DELEGATE_TO_INTERNAL_1(clearDepth, GC3Dclampf) in DELEGATE_TO_INTERNAL_2() 1007 DELEGATE_TO_INTERNAL_2(depthRange, GC3Dclampf, GC3Dclampf) in DELEGATE_TO_INTERNAL_2() 1067 DELEGATE_TO_INTERNAL_2(sampleCoverage, GC3Dclampf, GC3Dboolean) in DELEGATE_TO_INTERNAL_2()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 620 void blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha); 632 void clearColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha); 633 void clearDepth(GC3Dclampf depth); 646 void depthRange(GC3Dclampf zNear, GC3Dclampf zFar); 711 void sampleCoverage(GC3Dclampf value, GC3Dboolean invert);
|
D | GraphicsTypes3D.h | 44 typedef float GC3Dclampf; typedef
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 404 void GraphicsContext3D::blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf al… in blendColor() 459 void GraphicsContext3D::clearColor(GC3Dclampf r, GC3Dclampf g, GC3Dclampf b, GC3Dclampf a) in clearColor() 471 void GraphicsContext3D::clearDepth(GC3Dclampf depth) in clearDepth() 587 void GraphicsContext3D::depthRange(GC3Dclampf zNear, GC3Dclampf zFar) in depthRange() 897 void GraphicsContext3D::sampleCoverage(GC3Dclampf value, GC3Dboolean invert) in sampleCoverage()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 736 void GraphicsContext3D::blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf al… in blendColor() 790 void GraphicsContext3D::clearColor(GC3Dclampf r, GC3Dclampf g, GC3Dclampf b, GC3Dclampf a) in clearColor() 802 void GraphicsContext3D::clearDepth(GC3Dclampf depth) in clearDepth() 861 void GraphicsContext3D::depthRange(GC3Dclampf zNear, GC3Dclampf zFar) in depthRange() 1178 void GraphicsContext3D::sampleCoverage(GC3Dclampf value, GC3Dboolean invert) in sampleCoverage()
|