Lines Matching full:stipple
400 GLuint *stipple;401 stipple = (GLuint *) MALLOC( 32*sizeof(GLuint) );402 memcpy( stipple, ctx->PolygonStipple, 32*sizeof(GLuint) );403 save_attrib_data(&head, GL_POLYGON_STIPPLE_BIT, stipple);