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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c2623 char ThisExtn[256]; local
2632 if (len == 0 || len >= sizeof(ThisExtn))
2635 memcpy(ThisExtn, Start, len);
2636 ThisExtn[len] = '\0';
2637 TRACE_(d3d_caps)("- %s\n", debugstr_a(ThisExtn));
2639 if (!strcmp(ThisExtn, "WGL_ARB_pixel_format")) {
2643 if (!strcmp(ThisExtn, "WGL_WINE_pixel_format_passthrough")) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c2758 char ThisExtn[256]; local
2767 if (len == 0 || len >= sizeof(ThisExtn))
2770 memcpy(ThisExtn, Start, len);
2771 ThisExtn[len] = '\0';
2772 TRACE_(d3d_caps)("- %s\n", debugstr_a(ThisExtn));
2774 if (!strcmp(ThisExtn, "WGL_ARB_pixel_format")) {
2778 if (!strcmp(ThisExtn, "WGL_WINE_pixel_format_passthrough")) {

Completed in 60 milliseconds