Home | History | Annotate | Download | only in gl

Lines Matching defs:rowLength

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