Home | History | Annotate | Download | only in canvas

Lines Matching defs:cullFace

1580 void WebGLRenderingContext::cullFace(GC3Denum mode)
1590 synthesizeGLError(GraphicsContext3D::INVALID_ENUM, "cullFace", "invalid mode");
1593 m_context->cullFace(mode);