Searched refs:pszExtension (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVD-2.cpp119 while (pa->pszExtension != NULL)
123 RTPrintf("%s (%s)", pa->pszExtension, tstVDDeviceType(pa->enmType));
/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp74 while (papExtension->pszExtension != NULL)
78 unconst(m.maFileExtensions).push_back(papExtension->pszExtension);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp751 const char *pszExtension = RTPathSuffix(strOverride.c_str()); local
752 if (pszExtension)
753 pszExtension++;
759 if(strExtension.compare(pszExtension, Utf8Str::CaseInsensitive) == 0)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp819 const char * pszExtension = (const char*)pBlitter->pDispatch->GetString(GL_EXTENSIONS); local
820 if (crStrstr(pszExtension, "GL_EXT_framebuffer_object"))
829 if (crStrstr(pszExtension, "GL_ARB_pixel_buffer_object"))
836 if (!pBlitter->Flags.ForceDrawBlit && crStrstr(pszExtension, "GL_EXT_framebuffer_blit"))
/vbox/include/VBox/
H A Dvd.h400 const char *pszExtension; member in struct:VDFILEEXTENSION
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c1911 /** Checks if @a pszExtension is one of the extensions we're looking for and
1913 static void check_gl_extension(struct wined3d_gl_info *pGlInfo, const char *pszExtension) argument
1916 TRACE_(d3d_caps)("- %s\n", debugstr_a(pszExtension));
1918 if (!strcmp(pszExtension, EXTENSION_MAP[i].extension_string))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshobjidl.idl1409 [out] LPSTR pszExtension,
1440 [out] LPWSTR pszExtension,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshobjidl.idl1772 [out] LPSTR pszExtension,
1803 [out] LPWSTR pszExtension,

Completed in 56 milliseconds