Home | History | Annotate | Download | only in canvas

Lines Matching refs:polygonOffset

2982 void WebGLRenderingContext::polygonOffset(GC3Dfloat factor, GC3Dfloat units)
2986 m_context->polygonOffset(factor, units);