HomeSort by relevance Sort by last modified time
    Searched refs:GC3Dclampf (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsTypes3D.h 44 typedef float GC3Dclampf;
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)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
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)
    [all...]
GraphicsContext3DChromium.cpp 437 DELEGATE_TO_IMPL_4(blendColor, GC3Dclampf, GC3Dclampf, GC3Dclampf, GC3Dclampf)
460 DELEGATE_TO_IMPL_4(clearColor, GC3Dclampf, GC3Dclampf, GC3Dclampf, GC3Dclampf)
461 DELEGATE_TO_IMPL_1(clearDepth, GC3Dclampf)
471 DELEGATE_TO_IMPL_2(depthRange, GC3Dclampf, GC3Dclampf
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 404 void GraphicsContext3D::blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha)
459 void GraphicsContext3D::clearColor(GC3Dclampf r, GC3Dclampf g, GC3Dclampf b, GC3Dclampf a)
471 void GraphicsContext3D::clearDepth(GC3Dclampf depth)
587 void GraphicsContext3D::depthRange(GC3Dclampf zNear, GC3Dclampf zFar
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 736 void GraphicsContext3D::blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha)
790 void GraphicsContext3D::clearColor(GC3Dclampf r, GC3Dclampf g, GC3Dclampf b, GC3Dclampf a)
802 void GraphicsContext3D::clearDepth(GC3Dclampf depth)
    [all...]

Completed in 68 milliseconds