HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 476 - 500 of 4672) sorted by null

<<11121314151617181920>>

  /external/mesa3d/docs/
relnotes-6.4.html 33 <li>Added a fast XOR line drawing function in Xlib driver
34 <li>Added support for GL_ARB_texture_mirrored_repeat to savage driver (supported only on Savage4 hardware).
70 <h2>Driver Status</h2>
73 Driver Status
75 DRI drivers varies with the driver
relnotes-7.0.2.html 49 <li>Fixed an assortment of i965 driver bugs
63 <li>Fixed Blender crash in Unichrome driver (bug 13142)
67 <h2>Driver Status</h2>
70 Driver Status
72 DRI drivers varies with the driver
versions.html 74 <li>faster X device driver functions
135 <li>Preliminary Microsoft Windows driver
217 <li>Improved device driver interface
219 <li>Dithering support moved from core into device driver
236 <li>updated MS Windows driver
258 <li>preliminary Linux SVGA driver
281 <li>updated Macintosh driver
282 <li>new NeXT driver
288 <li>gamma correction code moved into the X driver for better performance
313 <li>driver for prototype Cirrus Mondello 3-D boar
    [all...]
  /external/mesa3d/src/gallium/targets/xorg-i915/
intel_xorg.c 34 static Bool intel_xorg_pci_probe(DriverPtr driver,
68 * Xorg driver exported structures
93 * Xorg driver functions
122 xf86PrintChipsets("modesetting", "Driver for Modesetting Kernel Drivers",
127 intel_xorg_pci_probe(DriverPtr driver,
  /external/mesa3d/src/gallium/targets/xorg-r300/
xorg.c 35 static Bool r300_xorg_pci_probe(DriverPtr driver,
69 * Xorg driver exported structures
94 * Xorg driver functions
123 xf86PrintChipsets("r300", "Driver for Radeon Gallium with KMS",
128 r300_xorg_pci_probe(DriverPtr driver,
  /external/mesa3d/src/gallium/targets/xorg-r600/
xorg.c 35 static Bool r600_xorg_pci_probe(DriverPtr driver,
69 * Xorg driver exported structures
94 * Xorg driver functions
123 xf86PrintChipsets("r600", "Driver for R6xx Gallium with KMS",
128 r600_xorg_pci_probe(DriverPtr driver,
  /external/mesa3d/src/gallium/targets/xorg-radeonsi/
xorg.c 35 static Bool radeonsi_xorg_pci_probe(DriverPtr driver,
69 * Xorg driver exported structures
94 * Xorg driver functions
123 xf86PrintChipsets("radeonsi", "Driver for AMD Radeon SI Gallium with KMS",
128 radeonsi_xorg_pci_probe(DriverPtr driver,
  /external/mesa3d/src/mesa/main/
lines.c 77 if (ctx->Driver.LineWidth)
78 ctx->Driver.LineWidth(ctx, width);
91 * change flushes the vertices and notifies the driver via
113 if (ctx->Driver.LineStipple)
114 ctx->Driver.LineStipple( ctx, factor, pattern );
stencil.c 104 * flushes the vertices and notifies the driver via
133 * driver via the dd_function_table::StencilFunc callback.
171 if (ctx->Driver.StencilFuncSeparate) {
172 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT,
174 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK,
191 * driver via the dd_function_table::StencilFunc callback.
221 /* Only propagate the change to the driver if EXT_stencil_two_side
224 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) {
225 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, func, ref, mask);
241 if (ctx->Driver.StencilFuncSeparate)
    [all...]
transformfeedback.c 70 ctx->Driver.DeleteTransformFeedback(ctx, oldObj);
113 ASSERT(ctx->Driver.NewTransformFeedback);
116 ctx->Driver.NewTransformFeedback(ctx, 0);
144 ctx->Driver.DeleteTransformFeedback(ctx, obj);
155 ASSERT(ctx->Driver.NewTransformFeedback);
166 assert(ctx->Driver.DeleteTransformFeedback);
167 ctx->Driver.DeleteTransformFeedback(ctx,
208 /** Default fallback for ctx->Driver.NewTransformFeedback() */
221 /** Default fallback for ctx->Driver.DeleteTransformFeedback() */
239 /** Default fallback for ctx->Driver.BeginTransformFeedback() *
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec.c 56 ctx->Driver.NeedFlush = 0;
57 ctx->Driver.CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END;
58 ctx->Driver.BeginVertices = vbo_exec_BeginVertices;
59 ctx->Driver.FlushVertices = vbo_exec_FlushVertices;
104 * This is intended for use by driver back-ends in implementing the
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DatabaseConfig.java 45 * Sets what database will be used and loads the database driver, based on what DBmap is provided.
52 throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig: SQLite driver could not be instantiated;", e);
54 throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig: SQLite driver could not be accessed;", e);
56 throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig: SQLite driver class could not be found;", e);
62 * Gets an in memory DB connection. Will load DB Driver if not already loaded.
  /external/v8/tools/gcmole/
README 39 gcmole consists of driver script written in Lua and Clang plugin that does
41 folder as driver (gcmole.lua).
52 - on the first stage driver will parse all files and build a global callgraph
56 - on the second stage driver will parse all files again and will locate all
62 If any errors were found driver exits with non-zero status.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 3 * Based on wlioctl.h (for Broadcom 802.11abg driver).
36 /* Linux network driver ioctl encoding */
44 uint driver; /* to identify target driver */ member in struct:dhd_ioctl
53 /* per-driver magic numbers */
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.h 5 * MobiCore driver class.
6 * The MobiCore driver class implements the ConnectionHandler interface.
88 /**< Mobicore driver loading at start-up */
143 * Load Device driver
145 * @param driverPath Path to the driver file
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLReaderFactoryTest.java 43 System.setProperty("org.xml.sax.driver", "foo.bar.XMLReader");
52 System.setProperty("org.xml.sax.driver",
62 System.setProperty("org.xml.sax.driver",
72 System.setProperty("org.xml.sax.driver",
84 System.setProperty("org.xml.sax.driver",
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 31 * between a DRI driver and driver loader. Currently, the most common driver
99 * leave both the old and the new extension in the driver, which
211 * Method to override base texture image with a driver specific 'offset'.
276 * Ask the driver to call getBuffers/getBuffersWithFormat before
288 * Extension that the driver uses to request
310 * driver.
318 * driver can make use of. Some of these are mandatory, such as the
320 * DRI2, while others are optional, and if present allow the driver t
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
stencil.c 104 * flushes the vertices and notifies the driver via
133 * driver via the dd_function_table::StencilFunc callback.
171 if (ctx->Driver.StencilFuncSeparate) {
172 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT,
174 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK,
191 * driver via the dd_function_table::StencilFunc callback.
221 /* Only propagate the change to the driver if EXT_stencil_two_side
224 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) {
225 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, func, ref, mask);
241 if (ctx->Driver.StencilFuncSeparate)
    [all...]
transformfeedback.c 70 ctx->Driver.DeleteTransformFeedback(ctx, oldObj);
113 ASSERT(ctx->Driver.NewTransformFeedback);
116 ctx->Driver.NewTransformFeedback(ctx, 0);
144 ctx->Driver.DeleteTransformFeedback(ctx, obj);
155 ASSERT(ctx->Driver.NewTransformFeedback);
166 assert(ctx->Driver.DeleteTransformFeedback);
167 ctx->Driver.DeleteTransformFeedback(ctx,
208 /** Default fallback for ctx->Driver.NewTransformFeedback() */
221 /** Default fallback for ctx->Driver.DeleteTransformFeedback() */
239 /** Default fallback for ctx->Driver.BeginTransformFeedback() *
    [all...]
shaderobj.c 78 ctx->Driver.DeleteShader(ctx, old);
102 * Called via ctx->Driver.NewShader()
122 * Called via ctx->Driver.DeleteShader().
220 ctx->Driver.DeleteShaderProgram(ctx, old);
260 * Called via ctx->Driver.NewShaderProgram()
354 ctx->Driver.DeleteShader(ctx, shProg->_LinkedShaders[sh]);
363 * Called via ctx->Driver.DeleteShaderProgram().
425 _mesa_init_shader_object_functions(struct dd_function_table *driver)
427 driver->NewShader = _mesa_new_shader;
428 driver->DeleteShader = _mesa_delete_shader
    [all...]
shared.c 75 gl_vertex_program(ctx->Driver.NewProgram(ctx,
81 gl_fragment_program(ctx->Driver.NewProgram(ctx,
102 shared->NullBufferObj = ctx->Driver.NewBufferObject(ctx, 0, 0);
119 shared->DefaultTex[i] = ctx->Driver.NewTextureObject(ctx, 0, targets[i]);
160 ctx->Driver.DeleteTexture(ctx, texObj);
175 ctx->Driver.DeleteProgram(ctx, prog);
204 ctx->Driver.UnmapBuffer(ctx, bufObj);
237 ctx->Driver.DeleteShader(ctx, sh);
242 ctx->Driver.DeleteShaderProgram(ctx, shProg);
302 * Frees the display lists, the texture objects (calling the driver textur
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 31 * between a DRI driver and driver loader. Currently, the most common driver
99 * leave both the old and the new extension in the driver, which
211 * Method to override base texture image with a driver specific 'offset'.
276 * Ask the driver to call getBuffers/getBuffersWithFormat before
288 * Extension that the driver uses to request
310 * driver.
318 * driver can make use of. Some of these are mandatory, such as the
320 * DRI2, while others are optional, and if present allow the driver t
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
versions.html 74 <li>faster X device driver functions
135 <li>Preliminary Microsoft Windows driver
217 <li>Improved device driver interface
219 <li>Dithering support moved from core into device driver
236 <li>updated MS Windows driver
258 <li>preliminary Linux SVGA driver
281 <li>updated Macintosh driver
282 <li>new NeXT driver
288 <li>gamma correction code moved into the X driver for better performance
313 <li>driver for prototype Cirrus Mondello 3-D boar
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 264 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->root.memory
407 FT_Driver driver; local
456 FT_Driver driver = slot->face->driver; local
595 FT_Driver driver; local
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/freetype/src/base/
ftobjs.c 264 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->root.memory
407 FT_Driver driver; local
456 FT_Driver driver = slot->face->driver; local
595 FT_Driver driver; local
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...]

Completed in 349 milliseconds

<<11121314151617181920>>