Home | History | Annotate | Download | only in rs

Lines Matching refs:crop

776     //GLint crop[4] = {0, h, w, -h};
795 GLint crop[4] = {cx0, cy0, cx1, cy1};
796 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);