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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c73 int crPixelSize( GLenum format, GLenum type ) function
119 crWarning( "Unknown pixel type in crPixelSize: type:0x%x(fmt:0x%x)", (unsigned int) type, (unsigned int) format);
169 crWarning( "Unknown pixel format in crPixelSize: type:0x%x(fmt:0x%x)", (unsigned int) type, (unsigned int) format);
1436 bytes = 4 * width * height * crPixelSize( format, type );
1440 bytes = width * height * crPixelSize( format, type );
1465 bytes = width * height * depth * crPixelSize( format, type );
1535 srcBytesPerPixel = crPixelSize( srcFormat, srcType );
1536 dstBytesPerPixel = crPixelSize( dstFormat, dstType );

Completed in 63 milliseconds