Home | History | Annotate | Download | only in GLES_CM

Lines Matching refs:units

1319 GL_API void GL_APIENTRY  glPolygonOffset( GLfloat factor, GLfloat units) {
1321 ctx->dispatcher().glPolygonOffset(factor,units);
1324 GL_API void GL_APIENTRY glPolygonOffsetx( GLfixed factor, GLfixed units) {
1326 ctx->dispatcher().glPolygonOffset(X2F(factor),X2F(units));