HomeSort by relevance Sort by last modified time
    Searched refs:Driver (Results 26 - 50 of 403) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver1.java 21 import java.sql.Driver;
28 * A simple implementation of a class implementing a JDBC Driver, for use in the
32 public class TestHelper_Driver1 implements Driver {
41 static Driver theDriver;
47 System.out.println("Failed to register driver!");
61 // driver
TestHelper_Driver4.java 21 import java.sql.Driver;
28 * Basic JDBC driver implementation to help with tests
31 public class TestHelper_Driver4 implements Driver {
40 Driver theDriver = new TestHelper_Driver4();
44 System.out.println("Failed to register driver!");
59 // driver
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.c 180 * Called via tnl->Driver.Render.Start.
212 * We patch this function into tnl->Driver.Render.Finish.
236 tnl->Driver.Render.Start = _swsetup_RenderStart;
237 tnl->Driver.Render.Finish = _swsetup_RenderFinish;
238 tnl->Driver.Render.PrimitiveNotify = _swsetup_RenderPrimitive;
239 tnl->Driver.Render.Interp = _tnl_interp;
240 tnl->Driver.Render.CopyPV = _tnl_copy_pv;
241 tnl->Driver.Render.ClippedPolygon = _tnl_RenderClippedPolygon; /* new */
242 tnl->Driver.Render.ClippedLine = _tnl_RenderClippedLine; /* new */
247 tnl->Driver.Render.PrimTabVerts = _tnl_render_tab_verts
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 180 * Called via tnl->Driver.Render.Start.
212 * We patch this function into tnl->Driver.Render.Finish.
236 tnl->Driver.Render.Start = _swsetup_RenderStart;
237 tnl->Driver.Render.Finish = _swsetup_RenderFinish;
238 tnl->Driver.Render.PrimitiveNotify = _swsetup_RenderPrimitive;
239 tnl->Driver.Render.Interp = _tnl_interp;
240 tnl->Driver.Render.CopyPV = _tnl_copy_pv;
241 tnl->Driver.Render.ClippedPolygon = _tnl_RenderClippedPolygon; /* new */
242 tnl->Driver.Render.ClippedLine = _tnl_RenderClippedLine; /* new */
247 tnl->Driver.Render.PrimTabVerts = _tnl_render_tab_verts
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 320 tnl->Driver.RunPipeline = _tnl_run_pipeline;
321 tnl->Driver.Render.Interp = _tnl_interp;
322 tnl->Driver.Render.CopyPV = _tnl_copy_pv;
323 tnl->Driver.Render.ClippedPolygon = _tnl_RenderClippedPolygon;
324 tnl->Driver.Render.ClippedLine = _tnl_RenderClippedLine;
325 tnl->Driver.Render.BuildVertices = _tnl_build_vertices;
327 tnl->Driver.Render.Start = swtnl_start;
328 tnl->Driver.Render.Finish = swtnl_finish;
329 tnl->Driver.Render.PrimitiveNotify = swtnl_primitive;
330 tnl->Driver.Render.ResetLineStipple = swtnl_reset_stipple
    [all...]
nv04_render.c 267 tnl->Driver.RunPipeline = _tnl_run_pipeline;
268 tnl->Driver.Render.Interp = _tnl_interp;
269 tnl->Driver.Render.CopyPV = _tnl_copy_pv;
270 tnl->Driver.Render.ClippedPolygon = _tnl_RenderClippedPolygon;
271 tnl->Driver.Render.ClippedLine = _tnl_RenderClippedLine;
272 tnl->Driver.Render.BuildVertices = _tnl_build_vertices;
274 tnl->Driver.Render.Start = swtnl_start;
275 tnl->Driver.Render.Finish = swtnl_finish;
276 tnl->Driver.Render.PrimitiveNotify = swtnl_primitive;
277 tnl->Driver.Render.ResetLineStipple = swtnl_reset_stipple
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 320 tnl->Driver.RunPipeline = _tnl_run_pipeline;
321 tnl->Driver.Render.Interp = _tnl_interp;
322 tnl->Driver.Render.CopyPV = _tnl_copy_pv;
323 tnl->Driver.Render.ClippedPolygon = _tnl_RenderClippedPolygon;
324 tnl->Driver.Render.ClippedLine = _tnl_RenderClippedLine;
325 tnl->Driver.Render.BuildVertices = _tnl_build_vertices;
327 tnl->Driver.Render.Start = swtnl_start;
328 tnl->Driver.Render.Finish = swtnl_finish;
329 tnl->Driver.Render.PrimitiveNotify = swtnl_primitive;
330 tnl->Driver.Render.ResetLineStipple = swtnl_reset_stipple
    [all...]
nv04_render.c 267 tnl->Driver.RunPipeline = _tnl_run_pipeline;
268 tnl->Driver.Render.Interp = _tnl_interp;
269 tnl->Driver.Render.CopyPV = _tnl_copy_pv;
270 tnl->Driver.Render.ClippedPolygon = _tnl_RenderClippedPolygon;
271 tnl->Driver.Render.ClippedLine = _tnl_RenderClippedLine;
272 tnl->Driver.Render.BuildVertices = _tnl_build_vertices;
274 tnl->Driver.Render.Start = swtnl_start;
275 tnl->Driver.Render.Finish = swtnl_finish;
276 tnl->Driver.Render.PrimitiveNotify = swtnl_primitive;
277 tnl->Driver.Render.ResetLineStipple = swtnl_reset_stipple
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 50 * change, flushes the vertices and notifies the driver via
73 if (ctx->Driver.CullFace)
74 ctx->Driver.CullFace( ctx, mode );
86 * flushes the vertices and notifies the driver via
111 if (ctx->Driver.FrontFace)
112 ctx->Driver.FrontFace( ctx, mode );
126 * driver via the dd_function_table::PolygonMode callback.
183 if (ctx->Driver.PolygonMode)
184 ctx->Driver.PolygonMode(ctx, face, mode);
198 * ctx->Driver.PolygonStipple(). We'll have to update all the DRI driver
    [all...]
context.h 38 * These types should be encapsulated by corresponding device driver
42 * are base classes which the device driver must derive from.
212 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
213 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \
231 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \
232 ctx->Driver.FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
245 if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END) { \
259 if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END) { \
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...]
depth.c 97 if (ctx->Driver.DepthFunc)
98 ctx->Driver.DepthFunc( ctx, func );
122 if (ctx->Driver.DepthMask)
123 ctx->Driver.DepthMask( ctx, flag );
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...]
scissor.c 63 * change flushes the vertices and notifies the driver via
82 if (ctx->Driver.Scissor)
83 ctx->Driver.Scissor( ctx, x, y, width, height );
  /external/mesa3d/src/mesa/main/
polygon.c 50 * change, flushes the vertices and notifies the driver via
73 if (ctx->Driver.CullFace)
74 ctx->Driver.CullFace( ctx, mode );
86 * flushes the vertices and notifies the driver via
111 if (ctx->Driver.FrontFace)
112 ctx->Driver.FrontFace( ctx, mode );
126 * driver via the dd_function_table::PolygonMode callback.
183 if (ctx->Driver.PolygonMode)
184 ctx->Driver.PolygonMode(ctx, face, mode);
198 * ctx->Driver.PolygonStipple(). We'll have to update all the DRI driver
    [all...]
context.h 38 * These types should be encapsulated by corresponding device driver
42 * are base classes which the device driver must derive from.
212 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
213 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \
231 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \
232 ctx->Driver.FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
245 if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END) { \
259 if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END) { \
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...]
depth.c 97 if (ctx->Driver.DepthFunc)
98 ctx->Driver.DepthFunc( ctx, func );
122 if (ctx->Driver.DepthMask)
123 ctx->Driver.DepthMask( ctx, flag );
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...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py 33 from webkitpy.layout_tests.port import Port, Driver, DriverOutput
49 wrapper = Driver(self.make_port(), None, pixel_tests=False)._command_wrapper(wrapper_string)
63 driver = Driver(port, None, pixel_tests=False)
64 self.assertEqual(driver.test_to_uri('foo/bar.html'), 'file://%s/foo/bar.html' % port.layout_tests_dir())
65 self.assertEqual(driver.test_to_uri('http/tests/foo.html'), 'http://127.0.0.1:8000/foo.html')
66 self.assertEqual(driver.test_to_uri('http/tests/ssl/bar.html'), 'https://127.0.0.1:8443/ssl/bar.html')
70 driver = Driver(port, None, pixel_tests=False)
71 self.assertEqual(driver.uri_to_test('file://%s/foo/bar.html' % port.layout_tests_dir()), 'foo/bar.html'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.c 60 _EGLDriver *Driver;
139 * Open the named driver and find its bootstrap function: _eglMain().
175 _eglLog(_EGL_WARNING, "Could not open driver %s (%s)",
194 * Load a module and create the driver object.
203 if (mod->Driver)
224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path);
229 mod->Driver = drv;
242 /* destroy the driver */
243 if (mod->Driver && mod->Driver->Unload
    [all...]
  /external/mesa3d/src/egl/main/
egldriver.c 60 _EGLDriver *Driver;
139 * Open the named driver and find its bootstrap function: _eglMain().
175 _eglLog(_EGL_WARNING, "Could not open driver %s (%s)",
194 * Load a module and create the driver object.
203 if (mod->Driver)
224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path);
229 mod->Driver = drv;
242 /* destroy the driver */
243 if (mod->Driver && mod->Driver->Unload
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 13 #include "clang/Driver/Job.h"
14 #include "clang/Driver/Util.h"
26 namespace driver { namespace in namespace:clang
27 class Driver;
32 /// Compilation - A set of tasks to perform for a single driver
35 /// The driver we were created by.
36 const Driver &TheDriver;
44 /// The driver translated arguments. Note that toolchains may perform their
73 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
78 const Driver &getDriver() const { return TheDriver;
    [all...]
  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 146 function Driver() {
151 Inherits(Driver, ProfileTestDriver);
153 Driver.prototype.enter = function(func) {
160 Driver.superClass_.enter.call(this, func);
167 Driver.prototype.stay = function() {
170 Driver.superClass_.stay.call(this);
178 Driver.prototype.leave = function() {
179 Driver.superClass_.leave.call(this);
184 var testDriver = new Driver();
226 function Driver() {
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 146 function Driver() {
151 Inherits(Driver, ProfileTestDriver);
153 Driver.prototype.enter = function(func) {
160 Driver.superClass_.enter.call(this, func);
167 Driver.prototype.stay = function() {
170 Driver.superClass_.stay.call(this);
178 Driver.prototype.leave = function() {
179 Driver.superClass_.leave.call(this);
184 var testDriver = new Driver();
226 function Driver() {
    [all...]

Completed in 1831 milliseconds

12 3 4 5 6 7 8 91011>>