/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_context.h | 73 struct nv30_vertprog *program; member in struct:nv30_context::__anon12658 86 struct nv30_fragprog *program; member in struct:nv30_context::__anon12659
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_uniform.h | 33 #include "program/prog_parameter.h" /* For union gl_constant_value. */ 130 * index is into the linked program's UniformBlocks[] array, not
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
EXT_transform_feedback.xml | 56 <param name="program" type="GLuint"/> 63 <param name="program" type="GLuint"/>
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vs.h | 40 #include "program/program.h"
|
gen7_vs_state.c | 28 #include "program/prog_parameter.h" 29 #include "program/prog_statevars.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_lexer.l | 26 #include "program/prog_instruction.h" 27 #include "program/prog_statevars.h" 28 #include "program/symbol_table.h" 29 #include "program/program_parser.h" 30 #include "program/program_parse.tab.h" 257 program { return PROGRAM; } 283 {dot}program { return MAT_PROGRAM; }
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
options.txt | 36 As such, my timing program was never able to get more that %30 of the CPU. 37 This would cause the program to give much lower speed numbers because
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
subprocess.h | 63 EXACT_NAME // Program is an exact file name; don't use the PATH. 68 void Start(const string& program, SearchMode search_mode);
|
/external/chromium_org/third_party/re2/re2/testing/ |
tester.h | 82 Prog* prog_; // compiled program 83 Prog* rprog_; // compiled reverse program
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.h | 20 /** Manages a program's uniforms. 87 * before the program is linked.
|
/external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
GrDebugGL.cpp | 185 void GrDebugGL::useProgram(GrProgramObj *program) { 194 fProgram = program;
|
/external/chromium_org/third_party/sqlite/src/test/ |
crashtest1.c | 2 ** This program tests the ability of SQLite database to recover from a crash. 3 ** This program runs under Unix only, but the results are applicable to all
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-checker-bcad.cc | 41 // catalog all the global objects in your program. If this happens, 42 // and later in the program you allocate memory and have one of these
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-checker-bcad.cc | 41 // catalog all the global objects in your program. If this happens, 42 // and later in the program you allocate memory and have one of these
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
progtest.m4 | 21 # Search path for a program which passes the given test. 55 # Extract the first word of "$2", so it can be a program name with args.
|
/external/chromium_org/third_party/zlib/ |
inftrees.h | 40 codes. These values were found by exhaustive searches using the program 42 program are the number of symbols, the initial root table size, and the
|
/external/chromium_org/tools/android/forwarder2/ |
device_listener.h | 27 // A DeviceListener instance is used in the device_forwarder program to bind to 83 // from the main program, ex. when the host requests to forward/listen the
|
/external/chromium_org/tools/gyp/test/actions/ |
gyptest-default.py | 45 Hello from program.c 54 test.run_built_executable('program', chdir=chdir, stdout=expect)
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
inspector_importer_unittest.py | 52 'type': 'Program'} 121 self.assertEquals('Program',
|
/external/chromium_org/v8/test/mjsunit/ |
compare-nan.js | 50 var program = 64 eval(program);
|
/external/dropbear/ |
cli-authpasswd.c | 35 /* Returns 1 if we want to use the askpass program, 0 otherwise */ 58 TRACE(("leave gui_getpass: no askpass program"))
|
dropbearconvert.c | 25 /* This program converts to/from Dropbear and OpenSSH private-key formats */ 41 "CAUTION: This program is for convenience only, and is not secure if used on\n"
|
/external/e2fsprogs/tests/progs/ |
random_exercise.c | 2 * random_exercise.c --- Test program which exercises an ext2 148 "random_exerciser program\n");
|
/external/eigen/doc/ |
D03_WrongStackAlignment.dox | 22 The problem is that, in some particular cases, this assumption can be wrong on Windows, where the stack is only guaranteed to have 4-byte alignment. Indeed, even though GCC takes care of aligning the stack in the main function and does its best to keep it aligned, when a function is called from another thread or from a binary compiled with another compiler, the stack alignment can be corrupted. This results in the object 'q' being created at an unaligned location, making your program crash with the \ref TopicUnalignedArrayAssert "assertion on unaligned arrays". So far we found the three following solutions. 52 These global solutions are easy to use, but note that they may slowdown your program because they lead to extra prologue/epilogue instructions for every function.
|
/external/elfutils/libelf/ |
elf64_getehdr.c | 1 /* Return program header table. 48 Network licensing program, please visit www.openinventionnetwork.com
|