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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
SConscript 28 env.Prepend(LIBS = [
40 env.Prepend(LIBS = [llvmpipe])
58 env.Prepend(LIBS = [
69 env.Prepend(LIBPATH = [shared_glapi.dir])
72 env.Prepend(LIBS = [glapi_name, glsl, mesa])
77 env.Prepend(LIBPATH = [openvg.dir])
80 env.Prepend(LIBS = [openvg_name, st_vega])
83 env.Prepend(LIBS = [
95 env.Prepend(LIBS = [
104 env.Prepend(LIBS =
    [all...]
  /external/mesa3d/src/gallium/targets/egl-static/
SConscript 28 env.Prepend(LIBS = [
40 env.Prepend(LIBS = [llvmpipe])
58 env.Prepend(LIBS = [
69 env.Prepend(LIBPATH = [shared_glapi.dir])
72 env.Prepend(LIBS = [glapi_name, glsl, mesa])
77 env.Prepend(LIBPATH = [openvg.dir])
80 env.Prepend(LIBS = [openvg_name, st_vega])
83 env.Prepend(LIBS = [
95 env.Prepend(LIBS = [
104 env.Prepend(LIBS =
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
SConscript 8 env.Prepend(LIBS = [
13 env.Prepend(LIBS = env['X11_LIBS'])
29 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
33 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/targets/graw-xlib/
SConscript 8 env.Prepend(LIBS = [
13 env.Prepend(LIBS = env['X11_LIBS'])
29 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
33 env.Prepend(LIBS = [llvmpipe])
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
SConscript 17 env.Prepend(LIBS = env['X11_LIBS'])
22 env.Prepend(LIBPATH = [shared_glapi.dir])
25 env.Prepend(LIBS = [
43 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
47 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 17 env.Prepend(LIBS = env['X11_LIBS'])
22 env.Prepend(LIBPATH = [shared_glapi.dir])
25 env.Prepend(LIBS = [
43 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
47 env.Prepend(LIBS = [llvmpipe])
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
SConscript 12 env.Prepend(LIBS = [
26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
30 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/targets/graw-gdi/
SConscript 12 env.Prepend(LIBS = [
26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
30 env.Prepend(LIBS = [llvmpipe])
  /external/chromium_org/third_party/mesa/src/scons/
dxsdk.py 64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
68 env.Prepend(LIBPATH = [lib_dir])
llvm.py 88 env.Prepend(CPPPATH = [os.path.join(llvm_dir, 'include')])
94 env.Prepend(LIBPATH = [os.path.join(llvm_dir, 'lib')])
97 env.Prepend(LIBS = [
109 env.Prepend(LIBS = [
123 env.Prepend(LIBS = [
136 env.Prepend(LIBS = [
202 env.Prepend(CPPDEFINES = [('HAVE_LLVM', llvm_version_hex)])
  /external/mesa3d/scons/
dxsdk.py 64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
68 env.Prepend(LIBPATH = [lib_dir])
llvm.py 88 env.Prepend(CPPPATH = [os.path.join(llvm_dir, 'include')])
94 env.Prepend(LIBPATH = [os.path.join(llvm_dir, 'lib')])
97 env.Prepend(LIBS = [
109 env.Prepend(LIBS = [
123 env.Prepend(LIBS = [
136 env.Prepend(LIBS = [
202 env.Prepend(CPPDEFINES = [('HAVE_LLVM', llvm_version_hex)])
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
SConscript 19 env.Prepend(LIBS = [gallium])
  /external/mesa3d/src/gallium/targets/graw-null/
SConscript 19 env.Prepend(LIBS = [gallium])
  /external/chromium_org/remoting/base/
compound_buffer.h 47 void Prepend(net::IOBuffer* buffer, int size);
48 void Prepend(net::IOBuffer* buffer, const char* start, int size);
49 void Prepend(const CompoundBuffer& buffer);
compound_buffer.cc 59 void CompoundBuffer::Prepend(net::IOBuffer* buffer,
71 void CompoundBuffer::Prepend(net::IOBuffer* buffer, int size) {
72 Prepend(buffer, buffer->data(), size);
75 void CompoundBuffer::Prepend(const CompoundBuffer& buffer) {
78 Prepend(it->buffer.get(), it->start, it->size);
90 Prepend(buffer, size);
compound_buffer_unittest.cc 21 // Chunk sizes used to append and prepend data to the buffer.
45 void Prepend(int pos, int size) {
46 target_.Prepend(data_.get(), data_->data() + kDataSize - pos - size, size);
204 TEST_F(CompoundBufferTest, Prepend) {
207 &CompoundBufferTest::Prepend, base::Unretained(this)));
212 &CompoundBufferTest::Prepend, base::Unretained(this)));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/
SConscript 31 env.Prepend(CPPPATH = [
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
SConscript 44 env.Prepend(LIBPATH = [shared_glapi.dir])
  /external/mesa3d/src/gallium/state_trackers/egl/
SConscript 31 env.Prepend(CPPPATH = [
  /external/mesa3d/src/gallium/targets/libgl-gdi/
SConscript 44 env.Prepend(LIBPATH = [shared_glapi.dir])
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.h 41 Path& Prepend(const std::string& path);
  /external/chromium_org/third_party/mesa/src/
SConstruct 73 env.Prepend(CPPPATH = [
  /external/mesa3d/
SConstruct 73 env.Prepend(CPPPATH = [
  /external/chromium_org/ppapi/native_client/src/shared/ppapi/
nacl.scons 42 env.Prepend(CPPDEFINES=['GL_GLEXT_PROTOTYPES'])

Completed in 553 milliseconds

1 2