HomeSort by relevance Sort by last modified time
    Searched refs:Driver (Results 176 - 200 of 282) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/mesa/main/
texenv.c 521 /* Tell device driver about the new texture environment */
522 if (ctx->Driver.TexEnv) {
523 (*ctx->Driver.TexEnv)( ctx, target, pname, param );
850 if (ctx->Driver.TexEnv) {
851 (*ctx->Driver.TexEnv)( ctx, 0, pname, param );
uniform_query.cpp 457 * Propagate some values from uniform backing storage to driver storage
459 * Values propagated from uniform backing storage to driver storage
461 * driver applied. This function is most often called by the
465 * \param uni Uniform whose data is to be propagated to driver storage
482 /* Store the data in the driver's requested type in the driver's storage
816 if (ctx->Driver.SamplerUniformChange)
817 ctx->Driver.SamplerUniformChange(ctx, prog->Target, prog);
ff_fragment_shader.cpp     [all...]
texstate.c 727 = ctx->Driver.NewTextureObject(ctx, 0, targets[tgt]))) {
730 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]);
846 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]);
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 74 * Called via ctx->Driver.UpdateState()
236 * driver prefers DP4 or MUL/MAD for vertex transformation.
266 st->ctx->Driver.DeleteTexture(st->ctx, st->default_texture);
st_atom_pixeltransfer.c 151 ctx->Driver.NewProgram(ctx, GL_FRAGMENT_PROGRAM_ARB, 0);
  /external/mesa3d/src/mesa/swrast/
s_depth.c 556 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height,
644 ctx->Driver.UnmapRenderbuffer(ctx, rb);
681 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height,
754 ctx->Driver.UnmapRenderbuffer(ctx, rb);
s_stencil.c 580 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height,
647 ctx->Driver.UnmapRenderbuffer(ctx, rb);
  /external/mesa3d/src/mesa/tnl/
t_context.h 488 /* Driver may request additional render passes by returning GL_TRUE
505 /* Driver interface.
507 struct tnl_device_driver Driver;
t_vb_light.c 409 TNL_CONTEXT(ctx)->Driver.NotifyMaterialChange( ctx );
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 21 import java.sql.Driver;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
patcomp.py 18 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
50 self.grammar = driver.load_grammar(grammar_file)
54 self.driver = driver.Driver(self.grammar, convert=pattern_convert)
60 root = self.driver.parse_tokens(tokens, debug=debug)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
driver.py 8 """Parser driver.
16 __all__ = ["Driver", "load_grammar"]
29 class Driver(object):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
patcomp.py 18 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
50 self.grammar = driver.load_grammar(grammar_file)
54 self.driver = driver.Driver(self.grammar, convert=pattern_convert)
60 root = self.driver.parse_tokens(tokens, debug=debug)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
driver.py 8 """Parser driver.
16 __all__ = ["Driver", "load_grammar"]
29 class Driver(object):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 18 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
50 self.grammar = driver.load_grammar(grammar_file)
54 self.driver = driver.Driver(self.grammar, convert=pattern_convert)
60 root = self.driver.parse_tokens(tokens, debug=debug)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
driver.py 8 """Parser driver.
16 __all__ = ["Driver", "load_grammar"]
29 class Driver(object):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 18 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
50 self.grammar = driver.load_grammar(grammar_file)
54 self.driver = driver.Driver(self.grammar, convert=pattern_convert)
60 root = self.driver.parse_tokens(tokens, debug=debug)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
driver.py 8 """Parser driver.
16 __all__ = ["Driver", "load_grammar"]
29 class Driver(object):
  /external/clang/lib/Driver/
Tools.cpp 18 #include "clang/Driver/Action.h"
19 #include "clang/Driver/Compilation.h"
20 #include "clang/Driver/Driver.h"
21 #include "clang/Driver/DriverDiagnostic.h"
22 #include "clang/Driver/Job.h"
23 #include "clang/Driver/Options.h"
24 #include "clang/Driver/SanitizerArgs.h"
25 #include "clang/Driver/ToolChain.h"
26 #include "clang/Driver/Util.h
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 35 * appropriate device driver handle, then jump though the driver's
56 * is generated and the driver function is not called. An
57 * uninitialized EGLDisplay has no driver associated with it. When
66 * checked before calling the driver function. Other than the
174 return disp->Driver;
306 * Here we load/initialize the actual hardware driver.
343 _EGLDriver *drv = disp->Driver;
346 /* do not reset disp->Driver */
473 drv = disp->Driver;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 5 initial release of the Radeon 8500 driver under the XFree86 license.
119 * the card or driver or kernel module that is causing the behaviour.
525 tnl->Driver.NotifyMaterialChange =
546 tnl->Driver.NotifyMaterialChange = r200UpdateMaterial;
  /external/autotest/site_utils/suite_scheduler/
driver_unittest.py 11 # driver must be imported first due to circular imports in base_event and task
12 import driver # pylint: disable-msg=W0611 namespace
22 """Unit tests for Driver."""
40 self.driver = driver.Driver(self.ds, self.be)
121 tasks = self.driver.TasksFromConfig(self.config)
132 self.driver.SetUpEventsAndTasks(self.config, self.mv)
133 for keyword, event in self.driver._events.iteritems():
151 self.driver.SetUpEventsAndTasks(self.config, self.mv
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 52 #define INFORMATION G3DVL VDPAU Driver Shared Library version VER_MAJOR.VER_MINOR
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 4 develop this 3D driver.
55 * Mesa's Driver Functions
156 /* Initialize swrast, tnl driver tables: */
161 tnl->Driver.RunPipeline = _tnl_run_pipeline;

Completed in 683 milliseconds

1 2 3 4 5 6 78 91011>>