Searched refs:Prepend (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A DSConscript28 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(LIB
[all...]
/external/mesa3d/src/gallium/targets/egl-static/
H A DSConscript28 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(LIB
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
H A DSConscript8 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/
H A DSConscript8 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/
H A DSConscript17 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/
H A DSConscript17 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/
H A DSConscript12 env.Prepend(LIBS = [
26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
30 env.Prepend(LIBS = [llvmpipe])
/external/mesa3d/src/gallium/targets/graw-gdi/
H A DSConscript12 env.Prepend(LIBS = [
26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
30 env.Prepend(LIBS = [llvmpipe])
/external/chromium_org/third_party/mesa/src/scons/
H A Ddxsdk.py64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
68 env.Prepend(LIBPATH = [lib_dir])
H A Dllvm.py88 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/
H A Ddxsdk.py64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
68 env.Prepend(LIBPATH = [lib_dir])
H A Dllvm.py88 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/
H A DSConscript19 env.Prepend(LIBS = [gallium])
/external/mesa3d/src/gallium/targets/graw-null/
H A DSConscript19 env.Prepend(LIBS = [gallium])
/external/chromium_org/remoting/base/
H A Dcompound_buffer.h47 void Prepend(net::IOBuffer* buffer, int size);
48 void Prepend(net::IOBuffer* buffer, const char* start, int size);
49 void Prepend(const CompoundBuffer& buffer);
H A Dcompound_buffer.cc59 void CompoundBuffer::Prepend(net::IOBuffer* buffer, function in class:remoting::CompoundBuffer
71 void CompoundBuffer::Prepend(net::IOBuffer* buffer, int size) { function in class:remoting::CompoundBuffer
72 Prepend(buffer, buffer->data(), size);
75 void CompoundBuffer::Prepend(const CompoundBuffer& buffer) { function in class:remoting::CompoundBuffer
78 Prepend(it->buffer.get(), it->start, it->size);
90 Prepend(buffer, size);
H A Dcompound_buffer_unittest.cc45 void Prepend(int pos, int size) { function in class:remoting::CompoundBufferTest
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/
H A DSConscript31 env.Prepend(CPPPATH = [
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
H A DSConscript44 env.Prepend(LIBPATH = [shared_glapi.dir])
/external/mesa3d/src/gallium/state_trackers/egl/
H A DSConscript31 env.Prepend(CPPPATH = [
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A DSConscript44 env.Prepend(LIBPATH = [shared_glapi.dir])
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.h41 Path& Prepend(const std::string& path);
/external/chromium_org/third_party/mesa/src/
H A DSConstruct73 env.Prepend(CPPPATH = [
/external/mesa3d/
H A DSConstruct73 env.Prepend(CPPPATH = [
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dpath_test.cc263 p.Prepend("prefix");
269 p.Prepend("/prefix");

Completed in 477 milliseconds

12