Searched refs:program (Results 1 – 6 of 6) sorted by relevance
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | shader.cpp | 68 GLuint program = glCreateProgram(); in createProgram() local 69 if (program) { in createProgram() 70 glAttachShader(program, vertexShader); in createProgram() 72 glAttachShader(program, pixelShader); in createProgram() 74 glLinkProgram(program); in createProgram() 76 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); in createProgram() 79 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); in createProgram() 83 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram() 88 glDeleteProgram(program); in createProgram() 89 program = 0; in createProgram() [all …]
|
/tools/trebuchet/ |
D | README.md | 15 …program takes a trace file, detects any startup events that occurred during the traced time period… 19 …program takes a set of trace files, detects startup events in each file, and computes average and …
|
/tools/external/fat32lib/ |
D | NOTICE | 29 …the existence of any free program. We wish to make sure that a company cannot effectively restrict… 33 When a program is linked with a library, whether statically or using a shared library, the combinat… 41 …es ensure that the user of a program that is linked with the Library has the freedom and the where… 47 0. This License Agreement applies to any software library or other program which contains a notice … 55 …program using the Library is not restricted, and output from such a program is covered only if its… 66 …refers to a function or a table of data to be supplied by an application program that uses the fac… 79 This option is useful when you wish to copy part of the code of the Library into a program that is … 85 5. A program that contains no derivative of any portion of the Library, but is designed to work wit…
|
/tools/security/gdb/gdb_json_printer/ |
D | README.md | 6 First, in the gdb_json_printer directory, compile each example program with O0 optimization
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 71 HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcon…
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 37 // just a program that reads a CodeGeneratorRequest from stdin and writes a
|