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

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd.c76 static unsigned int format_count; variable
283 format_count = 0;
288 format = &formats[format_count];
312 format_count++;
313 if (format_count == MAX_FORMATS)
319 out = rdpsnd_init_packet(RDPSND_NEGOTIATE | 0x200, 20 + 18 * format_count);
336 out_uint16_le(out, format_count);
341 for (i = 0; i < format_count; i++)
355 DEBUG_SOUND(("RDPSND: -> RDPSND_NEGOTIATE(formats: %d)\n", (int) format_count));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dutils.c877 UINT format_count = sizeof(formats) / sizeof(*formats); local
880 gl_info->gl_formats = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, format_count * sizeof(*gl_info->gl_formats));
887 for (i = 0; i < format_count; ++i)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c986 UINT format_count = sizeof(formats) / sizeof(*formats); local
989 gl_info->formats = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, format_count * sizeof(*gl_info->formats));
996 for (i = 0; i < format_count; ++i)

Completed in 68 milliseconds