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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c5152 UINT attrib_count = 0; local
5162 attribs[attrib_count++] = WGL_RED_BITS_ARB;
5163 attribs[attrib_count++] = WGL_GREEN_BITS_ARB;
5164 attribs[attrib_count++] = WGL_BLUE_BITS_ARB;
5165 attribs[attrib_count++] = WGL_ALPHA_BITS_ARB;
5166 attribs[attrib_count++] = WGL_COLOR_BITS_ARB;
5167 attribs[attrib_count++] = WGL_DEPTH_BITS_ARB;
5168 attribs[attrib_count++] = WGL_STENCIL_BITS_ARB;
5169 attribs[attrib_count++] = WGL_DRAW_TO_WINDOW_ARB;
5170 attribs[attrib_count
[all...]

Completed in 57 milliseconds