Searched defs:driver (Results 176 - 200 of 234) sorted by relevance

12345678910

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h204 } driver; member in struct:draw_context
212 * driver doesn't indicate that it can do it for us.
225 /** Current rasterizer state given to us by the driver */
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c75 static struct xm_driver driver; variable in typeref:struct:xm_driver
102 driver = *templ;
103 stapi = driver.create_st_api();
156 xmdpy->screen = driver.create_pipe_screen(display);
316 * This will tell the gallium driver how to pack pixel data into
/external/mesa3d/src/glx/
H A Ddri2_glx.c92 void *driver; member in struct:dri2_screen
160 * so the driver will recheck before rendering starts. */
281 * this we don't have to check the driver's DRI2 version before sending the
479 * dri2Throttle - Request driver throttling
482 * driver the opportunity to throttle on flush front, copysubbuffer
995 /* internal driver extension, no GL extension exposed */
1053 psc->driver = driOpenDriver(driverName);
1054 if (psc->driver == NULL) {
1055 ErrorMessageF("driver pointer missing\n");
1059 extensions = dlsym(psc->driver, __DRI_DRIVER_EXTENSION
[all...]
H A Ddri_glx.c75 void *driver; member in struct:dri_screen
97 * the DRI driver for the screen (i.e., "i965", "radeon", "nouveau", etc).
123 ErrorMessageF("Cannot determine driver name for screen %d\n",
148 * Exported function for querying the DRI driver for a given screen.
173 * Exported function for obtaining a driver's option list (UTF-8 encoded XML).
175 * The returned char pointer points directly into the driver. Therefore
178 * If the driver was not found or does not support configuration NULL is
181 * Note: The driver remains opened after this function returns.
306 * driver's \c __driCreateNewScreen function.
312 * \param createNewScreen Pointer to the client-side driver'
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c2 * XML DRI client-side driver configuration
734 * want the driver developer's attention anyway. */
770 const XML_Char *driver = NULL, *screen = NULL; local
772 if (!strcmp (attr[i], "driver")) driver = attr[i+1];
776 if (driver && strcmp (driver, data->driverName))
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c25 * This is the mesa swrast module packaged into a DRI driver structure.
28 * callbacks for access to the front-buffer. The driver uses a scratch row for
31 * The back-buffer is allocated by the driver and is private.
131 /* GLX_SWAP_COPY_OML is only supported because the Intel driver doesn't
570 * General device driver functions.
646 swrast_init_driver_functions(struct dd_function_table *driver) argument
648 driver->GetString = get_string;
649 driver->UpdateState = update_state;
650 driver->GetBufferSize = NULL;
651 driver
[all...]
/external/mesa3d/src/mesa/main/
H A Dbufferobj.c737 /* Pass BindBuffer call to device driver */
796 * driver hooks.
799 _mesa_init_buffer_object_functions(struct dd_function_table *driver) argument
802 driver->NewBufferObject = _mesa_new_buffer_object;
803 driver->DeleteBuffer = _mesa_delete_buffer_object;
804 driver->BindBuffer = NULL;
805 driver->BufferData = _mesa_buffer_data;
806 driver->BufferSubData = _mesa_buffer_subdata;
807 driver->GetBufferSubData = _mesa_buffer_get_subdata;
808 driver
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c139 TT_Driver driver = (TT_Driver)FT_FACE_DRIVER( face ); local
159 if ( driver->interpreter_version == TT_INTERPRETER_VERSION_38 )
737 TT_Driver driver = (TT_Driver)FT_FACE_DRIVER( face ); local
840 if ( driver->interpreter_version == TT_INTERPRETER_VERSION_38 )
929 TT_Driver driver = (TT_Driver)FT_FACE_DRIVER( face ); local
948 if ( driver->interpreter_version == TT_INTERPRETER_VERSION_38 )
1713 TT_Driver driver = (TT_Driver)FT_FACE_DRIVER( face ); local
1752 if ( driver->interpreter_version == TT_INTERPRETER_VERSION_38 )
1971 TT_Driver driver = (TT_Driver)FT_FACE_DRIVER( face ); local
2005 if ( driver
[all...]
H A Dttinterp.h332 /* now a _single_ execution context in the TrueType driver which is */
345 TT_New_Context( TT_Driver driver ); variable
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c103 "the kernel driver.");
118 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
290 * driver wrapper may have removed its internal instance
398 * When IEEE 802.1X is not enabled, the driver may need to know how to
436 "Could not connect to kernel driver");
795 /* Set SSID for the kernel driver (to be used in beacon and probe
799 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
889 if (hapd->driver && hapd->driver->set_operstate)
890 hapd->driver
1606 const struct wpa_driver_ops *driver; local
1628 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
1708 const struct wpa_driver_ops *driver; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c103 "the kernel driver.");
118 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
290 * driver wrapper may have removed its internal instance
398 * When IEEE 802.1X is not enabled, the driver may need to know how to
436 "Could not connect to kernel driver");
795 /* Set SSID for the kernel driver (to be used in beacon and probe
799 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
889 if (hapd->driver && hapd->driver->set_operstate)
890 hapd->driver
1606 const struct wpa_driver_ops *driver; local
1628 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
1708 const struct wpa_driver_ops *driver; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c103 "the kernel driver.");
118 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
290 * driver wrapper may have removed its internal instance
398 * When IEEE 802.1X is not enabled, the driver may need to know how to
436 "Could not connect to kernel driver");
795 /* Set SSID for the kernel driver (to be used in beacon and probe
799 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
889 if (hapd->driver && hapd->driver->set_operstate)
890 hapd->driver
1606 const struct wpa_driver_ops *driver; local
1628 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
1708 const struct wpa_driver_ops *driver; local
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc358 MockAutocompleteHistoryManager(AutofillDriver* driver, AutofillClient* client) argument
359 : AutocompleteHistoryManager(driver, client) {}
382 TestAutofillManager(AutofillDriver* driver, argument
385 : AutofillManager(driver, client, personal_data),
650 // input parameters after setting up the expectation that the mock driver's
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp749 void ChromeClientImpl::setPagePopupDriver(PagePopupDriver* driver) argument
751 ASSERT(driver);
752 m_pagePopupDriver = driver;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py46 from webkitpy.layout_tests.port import driver namespace
84 # Timeout in seconds to wait for starting/stopping the driver.
432 raise AssertionError('Layout tests on Android only support content_shell as the driver.')
475 # The driver doesn't respond to closing stdin, so we might as well stop the driver immediately.
548 except (ScriptError, driver.DeviceFailure) as e:
605 serve the actual layout tests to the test driver."""
617 # Force no timeout to avoid test driver timeouts before NRWT.
621 # Override to return the actual test driver's command line.
705 The test driver mus
[all...]
H A Dbase.py63 from webkitpy.layout_tests.port import driver namespace
246 """ Returns the amount of time in seconds to wait before killing the process in driver.stop()."""
332 'test driver') and result
865 driver = self.create_driver(0)
866 return driver.cmd_line(self.get_option('pixel_tests'), [])
1105 """Return a newly created Driver subclass for starting/stopping the test driver."""
1454 """Returns the full path to the test driver."""
1491 """Returns the port's driver implementation."""
1492 return driver.Driver
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h289 /* the driver finds it incorrect, it sets `size' to some calculated */
349 /* font driver, a renderer, or anything else that provides services */
361 /* A handle to a given FreeType font driver object. Each font driver */
635 /* winfonts driver. Use @FT_Get_WinFNT_Header and examine the */
962 FT_Driver driver; member in struct:FT_FaceRec_
1041 /* Set if the font driver has a hinting machine of its own. For */
1354 /* driver. For scalable formats, they are usually set to scaled */
1721 /* FT_OPEN_DRIVER :: Use the `driver' field. */
1767 /* The ID and function of parameters are driver
1843 FT_Module driver; member in struct:FT_Open_Args_
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c264 FT_Driver driver = slot->face->driver; local
265 FT_Driver_Class clazz = driver->clazz;
266 FT_Memory memory = driver->root.memory;
271 slot->library = driver->root.library;
278 if ( FT_DRIVER_USES_OUTLINES( driver ) )
374 FT_Driver driver = slot->face->driver; local
375 FT_Driver_Class clazz = driver->clazz;
376 FT_Memory memory = driver
407 FT_Driver driver; local
456 FT_Driver driver = slot->face->driver; local
595 FT_Driver driver; local
1135 open_face( FT_Driver driver, FT_Stream stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) argument
2027 FT_Driver driver; local
2307 FT_Driver driver; local
2360 FT_Driver driver; local
2403 FT_Driver driver; local
2462 FT_Driver driver; local
2997 FT_Driver driver; local
4271 FT_Driver driver = FT_DRIVER( module ); local
4299 FT_Driver driver = FT_DRIVER( module ); local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c496 CFF_Driver driver = (CFF_Driver)FT_FACE_DRIVER( builder->face ); local
499 if ( driver->hinting_engine == FT_CFF_HINTING_FREETYPE )
2808 CFF_Driver driver = (CFF_Driver)FT_FACE_DRIVER( face ); local
2837 if ( driver->hinting_engine == FT_CFF_HINTING_FREETYPE )
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c1382 CFTypeRef driver; local
1392 driver = IORegistryEntryCreateCFProperty (usbInterface, kIOBundleIdentifierKey, kCFAllocatorDefault, 0);
1395 if (driver) {
1396 CFRelease (driver);
1401 /* no driver */
/external/freetype/include/
H A Dfreetype.h324 /* the driver finds it incorrect, it sets `size' to some calculated */
386 /* font driver, a renderer, or anything else that provides services */
398 /* A handle to a given FreeType font driver object. Each font driver */
674 /* winfonts driver. Use @FT_Get_WinFNT_Header and examine the */
1001 FT_Driver driver; member in struct:FT_FaceRec_
1080 /* Set if the font driver has a hinting machine of its own. For */
1412 /* driver. For scalable formats, they are usually set to scaled */
1781 /* FT_OPEN_DRIVER :: Use the `driver' field. */
1827 /* The ID and function of parameters are driver
1903 FT_Module driver; member in struct:FT_Open_Args_
[all...]
/external/freetype/src/base/
H A Dftobjs.c262 FT_Driver driver = slot->face->driver; local
263 FT_Driver_Class clazz = driver->clazz;
264 FT_Memory memory = driver->root.memory;
269 slot->library = driver->root.library;
276 if ( FT_DRIVER_USES_OUTLINES( driver ) )
372 FT_Driver driver = slot->face->driver; local
373 FT_Driver_Class clazz = driver->clazz;
374 FT_Memory memory = driver
405 FT_Driver driver; local
454 FT_Driver driver = slot->face->driver; local
593 FT_Driver driver; local
1140 open_face( FT_Driver driver, FT_Stream *astream, FT_Bool external_stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) argument
2042 FT_Driver driver = NULL; local
2321 FT_Driver driver; local
2374 FT_Driver driver; local
2417 FT_Driver driver; local
2476 FT_Driver driver; local
3011 FT_Driver driver; local
4294 FT_Driver driver = FT_DRIVER( module ); local
4322 FT_Driver driver = FT_DRIVER( module ); local
[all...]
/external/freetype/src/cff/
H A Dcffgload.c492 CFF_Driver driver = (CFF_Driver)FT_FACE_DRIVER( builder->face ); local
495 if ( driver->hinting_engine == FT_CFF_HINTING_FREETYPE )
2804 CFF_Driver driver = (CFF_Driver)FT_FACE_DRIVER( face ); local
2833 if ( driver->hinting_engine == FT_CFF_HINTING_FREETYPE )
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h289 /* the driver finds it incorrect, it sets `size' to some calculated */
351 /* font driver, a renderer, or anything else that provides services */
363 /* A handle to a given FreeType font driver object. Each font driver */
637 /* winfonts driver. Use @FT_Get_WinFNT_Header and examine the */
968 FT_Driver driver; member in struct:FT_FaceRec_
1047 /* Set if the font driver has a hinting machine of its own. For */
1360 /* driver. For scalable formats, they are usually set to scaled */
1730 /* FT_OPEN_DRIVER :: Use the `driver' field. */
1776 /* The ID and function of parameters are driver
1852 FT_Module driver; member in struct:FT_Open_Args_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h289 /* the driver finds it incorrect, it sets `size' to some calculated */
351 /* font driver, a renderer, or anything else that provides services */
363 /* A handle to a given FreeType font driver object. Each font driver */
637 /* winfonts driver. Use @FT_Get_WinFNT_Header and examine the */
968 FT_Driver driver; member in struct:FT_FaceRec_
1047 /* Set if the font driver has a hinting machine of its own. For */
1360 /* driver. For scalable formats, they are usually set to scaled */
1730 /* FT_OPEN_DRIVER :: Use the `driver' field. */
1776 /* The ID and function of parameters are driver
1852 FT_Module driver; member in struct:FT_Open_Args_
[all...]

Completed in 5142 milliseconds

12345678910