Home | History | Annotate | Download | only in GLES_CM

Lines Matching refs:glLineWidth

1154 GL_API void GL_APIENTRY  glLineWidth( GLfloat width) {
1156 ctx->dispatcher().glLineWidth(width);
1161 ctx->dispatcher().glLineWidth(X2F(width));