Searched refs:env (Results 1 - 25 of 1371) 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 Djni_utils.cc15 ScopedJavaLocalRef<jobject> GetClassLoader(JNIEnv* env) { argument
16 return Java_JNIUtils_getClassLoader(env);
19 bool RegisterJNIUtils(JNIEnv* env) { argument
20 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/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...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A DSConscript6 env = env.Clone()
8 env.Append(CPPPATH = [
22 st_xlib = env.ConvenienceLibrary(

Completed in 523 milliseconds

1234567891011>>