HomeSort by relevance Sort by last modified time
    Searched refs:Driver (Results 276 - 300 of 428) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 28 * General device driver functions for Xlib driver.
366 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
420 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj);
500 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
553 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj);
641 * Every driver should implement a GetString function in order to
682 * Called when the driver should update its state, based on the new_state
691 * modules. The X11 driver has no internal GL-dependent state.
746 * X Resize/StructureNotify events since the X driver has no event loop
    [all...]
  /external/chromium_org/third_party/mesa/src/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 );
  /external/chromium_org/third_party/mesa/src/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);
  /external/chromium_org/third_party/mesa/src/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);
  /external/chromium_org/third_party/mesa/src/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;
  /external/clang/lib/Driver/
Compilation.cpp 10 #include "clang/Driver/Compilation.h"
11 #include "clang/Driver/Action.h"
12 #include "clang/Driver/Driver.h"
13 #include "clang/Driver/DriverDiagnostic.h"
14 #include "clang/Driver/Options.h"
15 #include "clang/Driver/ToolChain.h"
21 using namespace clang::driver;
25 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain,
WindowsToolChain.cpp 13 #include "clang/Driver/Compilation.h"
14 #include "clang/Driver/Driver.h"
15 #include "clang/Driver/DriverDiagnostic.h"
16 #include "clang/Driver/Options.h"
36 using namespace clang::driver;
37 using namespace clang::driver::toolchains;
41 Windows::Windows(const Driver &D, const llvm::Triple& Triple,
Tools.cpp 16 #include "clang/Driver/Action.h"
17 #include "clang/Driver/Compilation.h"
18 #include "clang/Driver/Driver.h"
19 #include "clang/Driver/DriverDiagnostic.h"
20 #include "clang/Driver/Job.h"
21 #include "clang/Driver/Options.h"
22 #include "clang/Driver/SanitizerArgs.h"
23 #include "clang/Driver/ToolChain.h"
24 #include "clang/Driver/Util.h
    [all...]
  /external/mesa3d/src/glsl/
main.cpp 60 ctx->Driver.NewShader = _mesa_new_shader;
test_optpass.cpp 202 ctx->Driver.NewShader = _mesa_new_shader;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 99 ctx->Driver.NewProgram(ctx, targets[stage], shader->base.Name);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.c 64 /* Because the driver uses AllocTextureImageBuffer() internally, it may end
68 ctx->Driver.FreeTextureImageBuffer(ctx, image);
114 * Called via ctx->Driver.AllocTextureStorage()
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 29 * Note on thread safety: this driver is thread safe. All
92 /*** Private Device Driver Functions ***/
705 /* Initialize device driver function table */
779 tnl->Driver.RunPipeline = _tnl_run_pipeline;
781 ctx->Driver.MapRenderbuffer = osmesa_MapRenderbuffer;
782 ctx->Driver.UnmapRenderbuffer = osmesa_UnmapRenderbuffer;
784 ctx->Driver.GenerateMipmap = _mesa_generate_mipmap;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 28 * General device driver functions for Xlib driver.
366 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
420 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj);
500 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0,
553 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj);
641 * Every driver should implement a GetString function in order to
682 * Called when the driver should update its state, based on the new_state
691 * modules. The X11 driver has no internal GL-dependent state.
746 * X Resize/StructureNotify events since the X driver has no event loop
    [all...]
  /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 );
  /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);
  /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);
  /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;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 154 #pragma mark -- Driver Functions --
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 21 import java.sql.Driver;
  /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/chromium_org/third_party/mesa/src/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...]

Completed in 1050 milliseconds

<<1112131415161718