Searched refs:driver_path (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium_linux.py75 driver_path = self._path_to_driver()
77 if self._filesystem.exists(driver_path):
78 file_output = self._executive.run_command(['file', driver_path],
H A Dwebkit.py77 driver_path = self._path_to_driver()
78 if not self._filesystem.exists(driver_path):
79 _log.error("DumpRenderTree was not found at %s" % driver_path)
197 driver_path = self._path_to_driver()
198 feature_list = ' '.join(os.popen(driver_path + " --print-supported-features 2>&1").readlines())
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Ddsetup.h53 int WINAPI DirectXDeviceDriverSetup( HWND hwnd, LPSTR driver_class, LPSTR inf_path, LPSTR driver_path, DWORD flags );
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DDSETUP.H53 int WINAPI DirectXDeviceDriverSetup( HWND hwnd, LPSTR driver_class, LPSTR inf_path, LPSTR driver_path, DWORD flags );
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_gl.c127 SDL_strlcpy(this->gl_config.driver_path, path, SDL_arraysize(this->gl_config.driver_path));
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11gl.c533 SDL_strlcpy(this->gl_config.driver_path, path,
534 SDL_arraysize(this->gl_config.driver_path));
536 *this->gl_config.driver_path = '\0';
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysvideo.cc643 SDL_strlcpy(_this->gl_config.driver_path, "libGL.so", SDL_arraysize(_this->gl_config.driver_path));
671 SDL_strlcpy(_this->gl_config.driver_path, path, SDL_arraysize(_this->gl_config.driver_path));
680 *_this->gl_config.driver_path = '\0';
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_sysvideo.h313 char driver_path[256]; member in struct:SDL_VideoDevice::__anon8181
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_wingl.c629 SDL_strlcpy(this->gl_config.driver_path, path, SDL_arraysize(this->gl_config.driver_path));
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
H A DSDL_atarigl.c223 SDL_strlcpy(this->gl_config.driver_path, path,
224 SDL_arraysize(this->gl_config.driver_path));
226 *this->gl_config.driver_path = '\0';

Completed in 131 milliseconds