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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1502 int dstBytesPerPixel; local
1536 dstBytesPerPixel = crPixelSize( dstFormat, dstType );
1537 if (srcBytesPerPixel < 0 || dstBytesPerPixel < 0)
1547 dstRowStrideBytes = dstPacking->rowLength * dstBytesPerPixel;
1549 dstRowStrideBytes = width * dstBytesPerPixel;
1553 dstBytesPerRow = width * dstBytesPerPixel;
1580 dst += dstPacking->skipPixels * dstBytesPerPixel;
1657 const GLint bytes = dstBytesPerPixel * width;

Completed in 49 milliseconds