Home
last modified time | relevance | path

Searched refs:GC3Dclampf (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h97 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);
DGraphicsContext3DChromium.cpp437 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/
DGraphicsContext3D.h620 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);
DGraphicsTypes3D.h44 typedef float GC3Dclampf; typedef
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp404 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/
DGraphicsContext3DQt.cpp736 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()