Home | History | Annotate | Download | only in gl

Lines Matching defs:rowLength

694                 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp);
695 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));