Searched defs:polygonOffset (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp845 void GraphicsContext3D::polygonOffset(GC3Dfloat factor, GC3Dfloat units) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp2787 void WebGLRenderingContext::polygonOffset(GC3Dfloat factor, GC3Dfloat units) function in class:WebCore::__anon13216::WebGLRenderingContext
2791 m_context->polygonOffset(factor, units);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1133 void GraphicsContext3D::polygonOffset(GC3Dfloat factor, GC3Dfloat units) function in class:WebCore::GraphicsContext3D

Completed in 184 milliseconds