Home | History | Annotate | Download | only in gl

Lines Matching defs:bpp

503                              size_t bpp,
508 *rowBytes = *width * bpp;
518 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp);
548 size_t bpp = GrBytesPerPixel(dataConfig);
549 if (!adjust_pixel_ops_params(desc.fWidth, desc.fHeight, bpp, &left, &top,
553 size_t trimRowBytes = width * bpp;
613 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp);
642 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, static_cast<GrGLint>(bpp)));
1606 size_t bpp = GrBytesPerPixel(config);
1607 if (!adjust_pixel_ops_params(target->width(), target->height(), bpp,
1640 size_t tightRowBytes = bpp * width;