Home | History | Annotate | Download | only in main

Lines Matching refs:bytesPerRow

942    const GLint bytesPerRow = srcWidth * texelBytes;
945 dstRowStride == bytesPerRow) {
950 memcpy(dstImage, srcImage, bytesPerRow * srcHeight);
961 memcpy(dstRow, srcRow, bytesPerRow);
3062 GLint bytesPerRow;
3066 bytesPerRow = srcWidth * components * sizeof(GLfloat);
3070 memcpy(dstRow, srcRow, bytesPerRow);
4479 GLint bytesPerRow, dstRowStride, srcRowStride;
4510 bytesPerRow = srcRowStride; /* bytes per row of blocks */
4515 memcpy(dstMap, src, bytesPerRow);