Searched refs:Append (Results 51 - 75 of 1689) sorted by last modified time

1234567891011>>

/external/mesa3d/src/gallium/targets/egl-static/
H A DSConscript8 env.Append(CPPPATH = [
20 env.Append(CPPDEFINES = [
39 env.Append(CPPDEFINES = ['GALLIUM_LLVMPIPE'])
51 env.Append(LIBS = [
64 env.Append(CPPDEFINES = [
76 env.Append(CPPDEFINES = ['FEATURE_VG=1'])
94 env.Append(CPPDEFINES = ['_EGL_PIPE_I915'])
103 env.Append(CPPDEFINES = ['_EGL_PIPE_R300', '_EGL_PIPE_R600'])
110 env.Append(CPPDEFINES = ['_EGL_PIPE_VMWGFX'])
/external/mesa3d/src/gallium/targets/graw-gdi/
H A DSConscript8 env.Append(CPPPATH = [
25 env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE'])
29 env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')
/external/mesa3d/src/gallium/targets/graw-xlib/
H A DSConscript15 env.Append(CPPPATH = [
20 env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD'])
28 env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE'])
32 env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A DSConscript8 env.Append(CPPPATH = [
13 env.Append(LIBS = [
27 env.Append(CPPDEFINES = 'HAVE_LLVMPIPE')
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A DSConscript8 env.Append(CPPPATH = [
15 env.Append(CPPDEFINES = ['USE_XSHM'])
42 env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE'])
46 env.Append(CPPDEFINES = ['GALLIUM_LLVMPIPE'])
/external/mesa3d/src/gallium/winsys/sw/dri/
H A DSConscript11 env.Append(CPPPATH = [
/external/mesa3d/src/gallium/winsys/sw/fbdev/
H A DSConscript11 env.Append(CPPPATH = [
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A DSConscript11 env.Append(CPPPATH = [
/external/mesa3d/src/gallium/winsys/sw/null/
H A DSConscript9 env.Append(CPPPATH = [
/external/mesa3d/src/gallium/winsys/sw/wrapper/
H A DSConscript9 env.Append(CPPPATH = [
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A DSConscript11 env.Append(CPPPATH = [
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h128 void Append(const TestPartResult& result);
H A Dgtest.h1010 void Append(TestEventListener* listener);
/external/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
H A Dgtest.cc580 result_->Append(result);
2901 void Append(TestEventListener *listener);
2937 void TestEventRepeater::Append(TestEventListener *listener) { function in class:testing::internal::TestEventRepeater
3563 void TestEventListeners::Append(TestEventListener* listener) { function in class:testing::TestEventListeners
3564 repeater_->Append(listener);
3594 Append(listener);
3610 Append(listener);
4019 listeners()->Append(new StreamingListener(target.substr(0, pos),
/external/mesa3d/src/mapi/glapi/
H A DSConscript11 env.Append(CPPDEFINES = [
16 env.Append(CPPDEFINES = [
21 env.Append(CPPDEFINES = ['_GLAPI_DLL_EXPORTS'])
24 env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS'])
26 env.Append(CPPPATH = [
55 env.Append(CPPDEFINES = [
68 env.Append(CPPDEFINES = [
81 env.Append(CPPDEFINES = [
/external/mesa3d/src/mapi/vgapi/
H A DSConscript17 env.Append(CPPDEFINES = [
23 env.Append(CPPPATH = [
/external/mesa3d/src/mesa/
H A DSConscript13 env.Append(CPPPATH = [
19 env.Append(CPPDEFINES = [
24 env.Append(CPPDEFINES = [
30 env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS'])
32 env.Append(CPPDEFINES = [
283 env.Append(YACCFLAGS = '-d -p "_mesa_program_"')
289 env.Append(CPPPATH = [Dir('.').abspath])
338 env.Append(CPPDEFINES = ['FEATURE_ES1=1', 'FEATURE_ES2=1'])
367 env.Append(CPPPATH = [gles_headers[0].dir.up().up()])
376 env.Append(CPPDEFINE
[all...]
/external/llvm/utils/TableGen/
H A Dtdtags28 -a Append the tags to an existing tags file.
68 -a Append newly generated tags to those already in an existing
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h128 void Append(const TestPartResult& result);
H A Dgtest.h1011 void Append(TestEventListener* listener);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
H A Dgtest.cc580 result_->Append(result);
2873 void Append(TestEventListener *listener);
2909 void TestEventRepeater::Append(TestEventListener *listener) { function in class:testing::internal::TestEventRepeater
3535 void TestEventListeners::Append(TestEventListener* listener) { function in class:testing::TestEventListeners
3536 repeater_->Append(listener);
3566 Append(listener);
3582 Append(listener);
3987 listeners()->Append(new StreamingListener(target.substr(0, pos),
/external/llvm/include/llvm/IR/
H A DModule.h175 Append = 5, enumerator in enum:llvm::Module::ModFlagBehavior
286 /// Append to the module-scope inline assembly blocks, automatically inserting
/external/llvm/lib/IR/
H A DVerifier.cpp711 // Append it to the list of requirements, to check once all module flags are
717 case Module::Append:

Completed in 285 milliseconds

1234567891011>>