HomeSort by relevance Sort by last modified time
    Searched full:program (Results 401 - 425 of 16863) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_connmark.h 7 * This program is free software; you can redistribute it and/or modify
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_connmark.h 7 * This program is free software; you can redistribute it and/or modify
  /development/tools/emulator/opengl/system/GLESv2_enc/
gl2_entry.cpp 10 void glAttachShader(GLuint program, GLuint shader);
11 void glBindAttribLocation(GLuint program, GLuint index, const GLchar* name);
39 void glDeleteProgram(GLuint program);
46 void glDetachShader(GLuint program, GLuint shader);
63 void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);
64 void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);
65 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
66 int glGetAttribLocation(GLuint program, const GLchar* name);
73 void glGetProgramiv(GLuint program, GLenum pname, GLint* params);
74 void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog)
    [all...]
  /cts/tests/tests/opengl/libopengltest/
attach_shader_eight.cpp 28 GLuint program = glCreateProgram(); local
29 glAttachShader(program, fragmentShader);
34 glDeleteProgram(program);
attach_shader_four.cpp 26 GLuint program = glCreateProgram(); local
31 glGetAttachedShaders(program, maxCount,
39 glDeleteProgram(program);
attach_shader_nine.cpp 27 GLuint program = glCreateProgram(); local
28 glAttachShader(program, fragmentShader);
33 glDeleteProgram(program);
  /development/tools/emulator/system/qemu-props/
Android.mk 15 # this file is used to build emulator-specific program tools
28 # The 'qemu-props' program is run from /system/etc/init.goldfish.rc
29 # to setup various system properties sent by the emulator program.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t017parser.py 28 parser.program()
38 parser.program()
50 parser.program()
  /external/bison/data/
Makefile.am 3 ## This program is free software; you can redistribute it and/or modify
8 ## This program is distributed in the hope that it will be useful,
14 ## along with this program; if not, write to the Free Software
  /external/bison/djgpp/
config_h.sed 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, write to the Free Software Foundation,
subpipe.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, write to the Free Software Foundation,
  /external/bison/doc/
Makefile.am 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, write to the Free Software
  /external/bison/lib/
abitset.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, write to the Free Software
bitset_stats.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, write to the Free Software
bitsetv-print.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, write to the Free Software
dirname.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, write to the Free Software Foundation,
dup-safer.c 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, write to the Free Software Foundation,
ebitset.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, write to the Free Software
exit.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, write to the Free Software Foundation,
fopen-safer.c 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, write to the Free Software Foundation,
get-errno.c 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, write to the Free Software Foundation,
lbitset.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, write to the Free Software
libiberty.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, write to the Free Software Foundation,
malloc.c 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, write to the Free Software Foundation,
pipe-safer.c 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, write to the Free Software Foundation,

Completed in 650 milliseconds

<<11121314151617181920>>