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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h239 class VBoxVHWAColorFormat class
243 VBoxVHWAColorFormat(uint32_t bitsPerPixel, uint32_t r, uint32_t g, uint32_t b);
244 VBoxVHWAColorFormat(uint32_t fourcc);
245 VBoxVHWAColorFormat() : function in class:VBoxVHWAColorFormat
263 bool equals (const VBoxVHWAColorFormat & other) const;
309 VBoxVHWATexture(const QRect & aRect, const VBoxVHWAColorFormat &aFormat, uint32_t bytesPerLine, GLint scaleFuncttion);
353 VBoxVHWAColorFormat mColorFormat;
365 VBoxVHWATextureNP2(const QRect & aRect, const VBoxVHWAColorFormat &aFormat, uint32_t bytesPerLine, GLint scaleFuncttion) :
375 VBoxVHWATextureNP2Rect(const QRect & aRect, const VBoxVHWAColorFormat &aFormat, uint32_t bytesPerLine, GLint scaleFuncttion) :
391 VBoxVHWATextureNP2RectPBO(const QRect & aRect, const VBoxVHWAColorFormat
[all...]

Completed in 53 milliseconds