HomeSort by relevance Sort by last modified time
    Searched full:program (Results 2126 - 2150 of 23867) sorted by null

<<81828384858687888990>>

  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.h 22 GLenum uniformType(void * self, GLuint program, GLint location);
  /device/samsung/manta/libsensors/iio/
types.h 5 * This program is free software; you can redistribute it and/or modify it
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t017parser.g 7 program
t046rewrite.g 6 program
t047treeparser.html 69 '>program', '>declaration', '>variable', '>type', '<type',
89 '<block', '<declaration', '<program'
97 var r = parser.program();
104 walker.program();
t047treeparserWalker.g 9 program
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
main.m 21 [parser program];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.g 13 program
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
main.m 25 // [walker program];
  /external/antlr/antlr-3.4/runtime/Python/tests/
t017parser.g 7 program
t046rewrite.g 6 program
t046rewrite.py 27 parser.program()
t047treeparser.py 57 r = parser.program()
67 walker.program()
74 [ '>program', '>declaration', '>variable', '>type', '<type',
94 '<block', '<declaration', '<program'
  /external/bison/build-aux/
javacomp.sh.in 2 # Compile a Java program.
7 # This program is free software: you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
  /external/bison/lib/
stdio-impl.h 4 This program is free software: you can redistribute it and/or modify
9 This program is distributed in the hope that it will be useful,
15 along with this program. If not, see <http://www.gnu.org/licenses/>. */
82 /* These values were determined by the program 'stdioext-flags' at
wait-process.h 5 This program is free software: you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
39 - progname is the name of the program executed by the subprocess, used for
xsize.h 5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program; if not, see <http://www.gnu.org/licenses/>. */
39 returns a piece of memory that is way too small, and the program then
  /external/bison/m4/
c-working.m4 5 # This program is free software: you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
26 [AC_MSG_FAILURE([cannot compile a simple C program])])
  /external/chromium/base/debug/
leak_annotations.h 15 // Annotate a program scope as having memory leaks. Tcmalloc's heap leak
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_get_multiple.txt 19 This extension adds the ability to query multiple state and program
52 void GetProgrmaInfoCHROMIUM (GLuint program, GLsizei bufsize,
55 <program> is the program to query. <bufsize> is the size of the buffer to
  /external/chromium_org/gpu/command_buffer/service/
gpu_switches.cc 37 // Turn off gpu program caching
38 const char kDisableGpuProgramCache[] = "disable-gpu-program-cache";
57 // Sets the maximum size of the in-memory gpu program cache, in kb
58 const char kGpuProgramCacheSizeKb[] = "gpu-program-cache-size-kb";
memory_program_cache.h 22 // Program cache that stores binaries completely in-memory
30 GLuint program,
38 GLuint program,
46 virtual void LoadProgram(const std::string& program) OVERRIDE;
  /external/chromium_org/gpu/command_buffer/tests/
gl_pointcoord_unittest.cc 98 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str); local
99 glUseProgram(program);
101 GLint position_loc = glGetAttribLocation(program, "a_position");
102 GLint pointsize_loc = glGetUniformLocation(program, "u_pointsize");
gl_virtual_contexts_unittests.cc 70 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str); local
71 glUseProgram(program);
73 GLuint position_loc = glGetAttribLocation(program, "a_Position");
77 GLuint color_loc = glGetUniformLocation(program, "u_color");
  /external/chromium_org/media/mp2t/
ts_section_pmt.h 20 // TODO(damienv): add the program number.

Completed in 1154 milliseconds

<<81828384858687888990>>