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

<<41424344454647484950>>

  /external/chromium_org/sdch/open-vcdiff/
compile 8 # This program is free software; you can redistribute it and/or modify
13 # This program is distributed in the hope that it will be useful,
19 # along with this program; if not, write to the Free Software
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
28 # compile PROGRAM [ARGS]...
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
hidden-evals.html 19 <li>(program): f_named_1.eval
20 <li>(program): f_named_2.eval
21 <li>(program): f_named_3.eval
31 named: "(program)". After pausing in both functions, there will be two "(program)"
46 <code>debugger</code> command. At this point, a third "(program)" entry for
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec.h 55 /** Current vertex program mode */
58 VP_NV, /**< NV vertex program */
59 VP_ARB /**< ARB vertex program or GLSL vertex shader */
111 /* According to program mode, the values above plus current
113 * vertex program below:
126 /* Arrays and current values manipulated according to program
  /external/chromium_org/tools/win/split_link/
install_split_link.py 19 def FindInPath(program):
20 fpath, _ = os.path.split(program)
22 if IsExe(program):
23 return program
27 exe_file = os.path.join(path, program)
37 to be turned into a string in the target C program."""
  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 55 /** Current vertex program mode */
58 VP_NV, /**< NV vertex program */
59 VP_ARB /**< ARB vertex program or GLSL vertex shader */
111 /* According to program mode, the values above plus current
113 * vertex program below:
126 /* Arrays and current values manipulated according to program
  /external/open-vcdiff/
compile 8 # This program is free software; you can redistribute it and/or modify
13 # This program is distributed in the hope that it will be useful,
19 # along with this program; if not, write to the Free Software
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
28 # compile PROGRAM [ARGS]...
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageCombineFilter.java 27 import android.filterfw.core.Program;
40 protected Program mProgram;
99 // Make sure we have a program
128 throw new RuntimeException("Could not create a program for image filter "
136 protected abstract Program getNativeProgram(FilterContext context);
138 protected abstract Program getShaderProgram(FilterContext context);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 1 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
5 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) {
56 glGetUniformIndices(program, _count, _names, _indices);
77 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
81 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) {
135 glGetUniformIndices(program, _count, _names, _indices);
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 31 class Program;
43 * Key is used to retrieve a Program in the cache.
110 // useProgram lookup a suitable program in the cache or generates one
117 // generates a program from the Key
118 static Program* generateProgram(const Key& needs);
126 DefaultKeyedVector<Key, Program*> mCache;
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 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, write to the Free Software Foundation,
50 -S, --source=TEXT source of program (FSF, Debian, ...)
198 (my $program = $ARGV[0]) =~ s!.*/!!;
199 my $package = $program;
216 # <program> <version>
217 # {GNU,Free} <program> <version>
218 # <program> ({GNU,Free} <package>) <version>
219 # <program> - {GNU,Free} <package> <version
    [all...]
  /external/chromium/chrome/browser/resources/
about_os_credits.html 99 Foundation's software and to any other program whose authors commit to
116 For example, if you distribute copies of such a program, whether
133 Finally, any free program is threatened constantly by software
135 program will individually obtain patent licenses, in effect making the
136 program proprietary. To prevent this, we have made it clear that any
146 0. This License applies to any program or other work which contains
148 under the terms of this General Public License. The "Program", below,
149 refers to any such program or work, and a "work based on the Program"
150 means either the Program or any derivative work under copyright law
    [all...]
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 140 throw new RuntimeException("Could not create program");
172 int program = GLES20.glCreateProgram(); local
173 if (program != 0) {
174 GLES20.glAttachShader(program, vertexShader);
176 GLES20.glAttachShader(program, pixelShader);
178 GLES20.glLinkProgram(program);
180 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
182 Log.e(TAG, "Could not link program: ");
183 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
184 GLES20.glDeleteProgram(program);
    [all...]
  /external/bison/
AUTHORS 31 This program is free software: you can redistribute it and/or modify
36 This program is distributed in the hope that it will be useful,
42 along with this program. If not, see <http://www.gnu.org/licenses/>.
  /external/bison/darwin-lib/
uniwidth.h 6 This program is free software: you can redistribute it and/or modify it
11 This program is distributed in the hope that it will be useful,
17 along with this program. If not, see <http://www.gnu.org/licenses/>. */
  /external/bison/djgpp/
Makefile.maint 6 # This program is free software: you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
  /external/bison/etc/
README 23 This program is free software: you can redistribute it and/or modify
28 This program is distributed in the hope that it will be useful,
34 along with this program. If not, see <http://www.gnu.org/licenses/>.
  /external/bison/lib/
Makefile.am 6 # This program is free software: you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
basename.c 6 This program is free software: you can redistribute it and/or modify
11 This program is distributed in the hope that it will be useful,
17 along with this program. If not, see <http://www.gnu.org/licenses/>. */
bitsetv.h 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/>. */
c-strcasecmp.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, see <http://www.gnu.org/licenses/>. */
c-strncasecmp.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, see <http://www.gnu.org/licenses/>. */
calloc.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, see <http://www.gnu.org/licenses/>. */
cloexec.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/>.
dosname.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/>.
fd-safer-flag.c 6 This program is free software: you can redistribute it and/or modify
11 This program is distributed in the hope that it will be useful,
17 along with this program. If not, see <http://www.gnu.org/licenses/>. */

Completed in 720 milliseconds

<<41424344454647484950>>