Searched refs:env (Results 1 - 25 of 1155) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A DSConscript6 env = env.Clone()
8 env.PkgUseModules(['DRM'])
10 env.Append(CPPPATH = [
24 st_dri = env.ConvenienceLibrary(
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
H A DSConscript7 if env['platform'] in ('linux', 'sunos'):
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_dri = env.ConvenienceLibrary(
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
H A DSConscript7 if env['platform'] == 'linux':
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_fbdev = env.ConvenienceLibrary(
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
H A DSConscript7 if env['platform'] == 'windows':
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_gdi = env.ConvenienceLibrary(
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A DSConscript7 if env['platform'] in ('cygwin', 'freebsd', 'linux', 'sunos'):
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_xlib = env.ConvenienceLibrary(
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A DSConscript6 env = env.Clone()
8 env.PkgUseModules(['DRM'])
10 env.Append(CPPPATH = [
24 st_dri = env.ConvenienceLibrary(
/external/mesa3d/src/gallium/winsys/sw/dri/
H A DSConscript7 if env['platform'] in ('linux', 'sunos'):
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_dri = env.ConvenienceLibrary(
/external/mesa3d/src/gallium/winsys/sw/fbdev/
H A DSConscript7 if env['platform'] == 'linux':
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_fbdev = env.ConvenienceLibrary(
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A DSConscript7 if env['platform'] == 'windows':
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_gdi = env.ConvenienceLibrary(
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A DSConscript7 if env['platform'] in ('cygwin', 'freebsd', 'linux', 'sunos'):
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_xlib = env.ConvenienceLibrary(
/external/chromium_org/third_party/mesa/src/scons/
H A Dx11.py31 def generate(env):
32 env.Append(CPPPATH = ['/usr/X11R6/include'])
33 env.Append(LIBPATH = ['/usr/X11R6/lib'])
35 env.Append(LIBS = [
44 def exists(env):
46 if env['platform'] in ('linux', 'freebsd', 'darwin'):
H A Dgallium.py45 def symlink(target, source, env):
52 def install(env, source, subdir):
53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
54 return env.Install(target_dir, source)
56 def install_program(env, source):
57 return install(env, source, 'bin')
59 def install_shared_library(env, sources, version = ()):
61 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_di
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A DSConscript6 env = env.Clone()
8 noop = env.ConvenienceLibrary(
/external/mesa3d/scons/
H A Dx11.py31 def generate(env):
32 env.Append(CPPPATH = ['/usr/X11R6/include'])
33 env.Append(LIBPATH = ['/usr/X11R6/lib'])
35 env.Append(LIBS = [
44 def exists(env):
46 if env['platform'] in ('linux', 'freebsd', 'darwin'):
H A Dgallium.py45 def symlink(target, source, env):
52 def install(env, source, subdir):
53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
54 return env.Install(target_dir, source)
56 def install_program(env, source):
57 return install(env, source, 'bin')
59 def install_shared_library(env, sources, version = ()):
61 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_di
[all...]
/external/mesa3d/src/gallium/drivers/noop/
H A DSConscript6 env = env.Clone()
8 noop = env.ConvenienceLibrary(
/external/chromium_org/base/android/
H A Dcontext_types.cc16 JNIEnv* env = AttachCurrentThread(); local
18 Java_ContextTypes_isRunningInWebapp(env, GetApplicationContext()));
21 bool RegisterContextTypes(JNIEnv* env) { argument
22 return RegisterNativesImpl(env);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A DSConscript7 env = env.Clone()
9 env.Append(CPPDEFINES = [
14 if env['platform'] == 'windows':
15 env.Append(CPPDEFINES = [
22 env.Append(CPPDEFINES = [
27 env.Append(CPPPATH = [
51 egl = env.ConvenienceLibrary(
/external/mesa3d/src/egl/main/
H A DSConscript7 env = env.Clone()
9 env.Append(CPPDEFINES = [
14 if env['platform'] == 'windows':
15 env.Append(CPPDEFINES = [
22 env.Append(CPPDEFINES = [
27 env.Append(CPPPATH = [
51 egl = env.ConvenienceLibrary(
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
H A DSConscript6 env = env.Clone()
8 env.Append(CPPPATH = [
15 env.Append(CPPDEFINES = ['USE_XSHM'])
17 env.Prepend(LIBS = env['X11_LIBS'])
21 if env['gles']:
22 env.Prepend(LIBPATH = [shared_glapi.dir])
25 env.Prepend(LIBS = [
39 env
[all...]
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A DSConscript6 env = env.Clone()
8 env.Append(CPPPATH = [
15 env.Append(CPPDEFINES = ['USE_XSHM'])
17 env.Prepend(LIBS = env['X11_LIBS'])
21 if env['gles']:
22 env.Prepend(LIBPATH = [shared_glapi.dir])
25 env.Prepend(LIBS = [
39 env
[all...]
/external/qemu/target-mips/
H A Dexec.h11 GLOBAL_REGISTER_VARIABLE_DECL struct CPUMIPSState *env asm(AREG0);
20 void dump_fpu(CPUState *env);
21 void fpu_dump_state(CPUState *env, FILE *f,
25 void cpu_mips_clock_init (CPUState *env);
26 void cpu_mips_tlb_flush (CPUState *env, int flush_global);
36 static inline int cpu_has_work(CPUState *env) argument
43 if ((env->interrupt_request & CPU_INTERRUPT_HARD) &&
44 cpu_mips_hw_interrupts_pending(env)) {
48 if (env->interrupt_request & CPU_INTERRUPT_TIMER) {
55 static inline int cpu_halted(CPUState *env) argument
66 compute_hflags(CPUState *env) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A DSConscript6 env = env.Clone()
8 env.Append(CPPPATH = [
20 env.Append(CPPDEFINES = [
28 env.Prepend(LIBS = [
38 if env['llvm']:
39 env.Append(CPPDEFINES = ['GALLIUM_LLVMPIPE'])
40 env.Prepend(LIBS = [llvmpipe])
48 if env['platform'] == 'windows':
51 env
[all...]
/external/mesa3d/src/gallium/targets/egl-static/
H A DSConscript6 env = env.Clone()
8 env.Append(CPPPATH = [
20 env.Append(CPPDEFINES = [
28 env.Prepend(LIBS = [
38 if env['llvm']:
39 env.Append(CPPDEFINES = ['GALLIUM_LLVMPIPE'])
40 env.Prepend(LIBS = [llvmpipe])
48 if env['platform'] == 'windows':
51 env
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/
H A DSConscript6 env = env.Clone()
8 env.Append(CPPPATH = [
23 if env['platform'] == 'windows':
24 env.Append(CPPDEFINES = ['HAVE_GDI_BACKEND'])
27 if env['drm']:
28 env.PkgUseModules('DRM')
29 if env['x11']:
30 env.Append(CPPDEFINES = ['HAVE_X11_BACKEND'])
31 env
[all...]

Completed in 817 milliseconds

1234567891011>>