Searched defs:srcBytesPerPixel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1501 int srcBytesPerPixel; local
1535 srcBytesPerPixel = crPixelSize( srcFormat, srcType );
1537 if (srcBytesPerPixel < 0 || dstBytesPerPixel < 0)
1542 srcRowStrideBytes = srcPacking->rowLength * srcBytesPerPixel;
1544 srcRowStrideBytes = width * srcBytesPerPixel;
1552 srcBytesPerRow = width * srcBytesPerPixel;
1579 src += srcPacking->skipPixels * srcBytesPerPixel;
1631 swapRow = (char *) crAlloc(width * srcBytesPerPixel);
1642 const GLint bytes = width * srcBytesPerPixel;

Completed in 46 milliseconds