Home | History | Annotate | Download | only in canvas

Lines Matching refs:polygonOffset

2787 void WebGLRenderingContext::polygonOffset(GC3Dfloat factor, GC3Dfloat units)
2791 m_context->polygonOffset(factor, units);