HomeSort by relevance Sort by last modified time
    Searched refs:env (Results 1 - 25 of 2138) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
SConscript 6 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/
SConscript 7 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/
SConscript 7 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/
SConscript 7 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/
SConscript 7 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/
SConscript 6 env = env.Clone()
8 env.PkgUseModules(['DRM'])
10 env.Append(CPPPATH = [
24 st_dri = env.ConvenienceLibrary(
  /external/mesa3d/src/gallium/winsys/sw/dri/
SConscript 7 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/
SConscript 7 if env['platform'] == 'linux':
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_fbdev = env.ConvenienceLibrary(
  /external/mesa3d/src/gallium/winsys/sw/gdi/
SConscript 7 if env['platform'] == 'windows':
9 env = env.Clone()
11 env.Append(CPPPATH = [
17 ws_gdi = env.ConvenienceLibrary(
  /external/mesa3d/src/gallium/winsys/sw/xlib/
SConscript 7 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/
x11.py 31 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'):
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
SConscript 6 env = env.Clone()
8 noop = env.ConvenienceLibrary(
  /external/mesa3d/scons/
x11.py 31 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'):
  /external/mesa3d/src/gallium/drivers/noop/
SConscript 6 env = env.Clone()
8 noop = env.ConvenienceLibrary(
  /external/chromium_org/third_party/mesa/src/src/egl/main/
SConscript 7 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/
SConscript 7 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(
  /frameworks/base/services/jni/
onload.cpp 23 int register_android_server_AlarmManagerService(JNIEnv* env);
24 int register_android_server_ConsumerIrService(JNIEnv *env);
25 int register_android_server_InputApplicationHandle(JNIEnv* env);
26 int register_android_server_InputWindowHandle(JNIEnv* env);
27 int register_android_server_InputManager(JNIEnv* env);
28 int register_android_server_LightsService(JNIEnv* env);
29 int register_android_server_PowerManagerService(JNIEnv* env);
30 int register_android_server_SerialService(JNIEnv* env);
31 int register_android_server_UsbDeviceManager(JNIEnv* env);
32 int register_android_server_UsbHostManager(JNIEnv* env);
45 JNIEnv* env = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
SConscript 6 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.Depends(sources, glapi_headers
    [all...]
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 6 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.Depends(sources, glapi_headers
    [all...]
  /external/qemu/target-mips/
exec.h 11 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)
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)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
SConscript 6 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.Append(LIBS =
    [all...]
  /external/mesa3d/src/gallium/targets/egl-static/
SConscript 6 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.Append(LIBS =
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/
SConscript 6 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.Prepend(CPPPATH =
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
SConscript 6 env = env.Clone()
8 env.Append(CPPPATH = [
22 st_xlib = env.ConvenienceLibrary(
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/null/
SConscript 7 env = env.Clone()
9 env.Append(CPPPATH = [
15 ws_null = env.ConvenienceLibrary(

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 91011>>