Searched refs:getColorBits (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c3163 if (!getColorBits(format_desc, &redSize, &greenSize, &blueSize, &alphaSize, &colorBits))
3340 if (!getColorBits(glDesc, &redSize, &greenSize, &blueSize, &alphaSize, &colorBits))
3541 getColorBits(adapter_format_desc, &AdapterRed, &AdapterGreen, &AdapterBlue, &AdapterAlpha, &AdapterTotalSize);
3542 getColorBits(check_format_desc, &CheckRed, &CheckGreen, &CheckBlue, &CheckAlpha, &CheckTotalSize);
H A Dcontext.c1380 if (!getColorBits(color_format_desc, &redBits, &greenBits, &blueBits, &alphaBits, &colorBits))
H A Dutils.c2422 BOOL getColorBits(const struct wined3d_format_desc *format_desc, function
H A Dwined3d_private.h3026 BOOL getColorBits(const struct wined3d_format_desc *format_desc,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3726 if (!getColorBits(format, &redSize, &greenSize, &blueSize, &alphaSize, &colorBits))
3928 getColorBits(adapter_format, &AdapterRed, &AdapterGreen, &AdapterBlue, &AdapterAlpha, &AdapterTotalSize);
3929 getColorBits(check_format, &CheckRed, &CheckGreen, &CheckBlue, &CheckAlpha, &CheckTotalSize);
H A Dcontext.c1449 if (!getColorBits(color_format, &redBits, &greenBits, &blueBits, &alphaBits, &colorBits))
H A Dutils.c2906 BOOL getColorBits(const struct wined3d_format *format, function
H A Dwined3d_private.h2833 BOOL getColorBits(const struct wined3d_format *format,
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3061 BOOL getColorBits(const struct wined3d_format_desc *format_desc,

Completed in 799 milliseconds