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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1494 const CRPixelPackState *dstPacking,
1510 if (!dstPacking)
1511 dstPacking = &defaultPacking;
1546 if (dstPacking->rowLength > 0)
1547 dstRowStrideBytes = dstPacking->rowLength * dstBytesPerPixel;
1565 if (dstPacking->alignment != 1) {
1566 i = ((long) dst) % dstPacking->alignment;
1568 dst += dstPacking->alignment - i;
1569 i = (long) dstRowStrideBytes % dstPacking->alignment;
1571 dstRowStrideBytes += dstPacking
1492 crPixelCopy2D( GLsizei width, GLsizei height, GLvoid *dstPtr, GLenum dstFormat, GLenum dstType, const CRPixelPackState *dstPacking, const GLvoid *srcPtr, GLenum srcFormat, GLenum srcType, const CRPixelPackState *srcPacking ) argument
1680 crPixelCopy3D( GLsizei width, GLsizei height, GLsizei depth, GLvoid *dstPtr, GLenum dstFormat, GLenum dstType, const CRPixelPackState *dstPacking, const GLvoid *srcPtr, GLenum srcFormat, GLenum srcType, const CRPixelPackState *srcPacking ) argument
[all...]

Completed in 37 milliseconds