HomeSort by relevance Sort by last modified time
    Searched full:program (Results 1 - 25 of 18884) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetProgramInfoLog.java 1 // C function void glGetProgramInfoLog( GLuint program, GLsizei maxLength, GLsizei * length,
5 int program
glTransformFeedbackVaryings.java 1 // C function void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bufferMode )
4 int program,
glGetUniformIndices.java 1 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
4 int program,
10 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
13 int program,
glGetActiveUniformBlockName.java 1 // C function void glGetActiveUniformBlockName ( GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName )
4 int program,
13 // C function void glGetActiveUniformBlockName ( GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName )
16 int program,
22 // C function void glGetActiveUniformBlockName ( GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName )
25 int program,
  /external/valgrind/main/none/tests/
allexec32.stdout.exp 2 program exec-ed: ./allexec32
4 program exec-ed: ./allexec32 constant_arg1 constant_arg2
6 program exec-ed: ./allexec32
9 program exec-ed: ./allexec64
11 program exec-ed: ./allexec64 constant_arg1 constant_arg2
13 program exec-ed: ./allexec64
allexec64.stdout.exp 2 program exec-ed: ./allexec32
4 program exec-ed: ./allexec32 constant_arg1 constant_arg2
6 program exec-ed: ./allexec32
9 program exec-ed: ./allexec64
11 program exec-ed: ./allexec64 constant_arg1 constant_arg2
13 program exec-ed: ./allexec64
cmdline3.stderr.exp 1 valgrind: no program specified
cmdline5.vgtest 1 prog: no-such-program-my-friend
cmdline5.stderr.exp 1 valgrind: ./no-such-program-my-friend: No such file or directory
  /frameworks/rs/scriptc/
rs_program.rsh 18 * \brief Program object routines
29 * Get program store depth function
31 * @param ps program store to query
37 * Get program store depth mask
39 * @param ps program store to query
44 * Get program store red component color mask
46 * @param ps program store to query
52 * Get program store green component color mask
54 * @param ps program store to query
60 * Get program store blur component color mas
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_program.rsh 18 * \brief Program object routines
29 * Get program store depth function
31 * @param ps program store to query
37 * Get program store depth mask
39 * @param ps program store to query
44 * Get program store red component color mask
46 * @param ps program store to query
52 * Get program store green component color mask
54 * @param ps program store to query
60 * Get program store blur component color mas
    [all...]
  /external/valgrind/main/gdbserver_tests/
nlpasssigalrm.stdoutB.exp 1 Signal Stop Print Pass to program Description
4 Program received signal SIGALRM, Alarm clock.
6 Signal Stop Print Pass to program Description
mcsignopass.stdoutB.exp 1 Signal Stop Print Pass to program Description
3 Signal Stop Print Pass to program Description
5 Signal Stop Print Pass to program Description
8 Program received signal SIGSEGV, Segmentation fault.
12 Program received signal SIGSEGV, Segmentation fault.
16 Program received signal SIGSEGV, Segmentation fault.
20 Program received signal SIGSEGV, Segmentation fault.
24 Program received signal SIGSEGV, Segmentation fault.
28 Program received signal SIGSEGV, Segmentation fault.
32 Program received signal SIGSEGV, Segmentation fault
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
auxvec.h 10 #define AT_EXECFD 2 /* file descriptor of program */
11 #define AT_PHDR 3 /* program headers for program */
12 #define AT_PHENT 4 /* size of program header entry */
13 #define AT_PHNUM 5 /* number of program headers */
17 #define AT_ENTRY 9 /* entry point of program */
18 #define AT_NOTELF 10 /* program is not ELF */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auxvec.h 10 #define AT_EXECFD 2 /* file descriptor of program */
11 #define AT_PHDR 3 /* program headers for program */
12 #define AT_PHENT 4 /* size of program header entry */
13 #define AT_PHNUM 5 /* number of program headers */
17 #define AT_ENTRY 9 /* entry point of program */
18 #define AT_NOTELF 10 /* program is not ELF */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auxvec.h 10 #define AT_EXECFD 2 /* file descriptor of program */
11 #define AT_PHDR 3 /* program headers for program */
12 #define AT_PHENT 4 /* size of program header entry */
13 #define AT_PHNUM 5 /* number of program headers */
17 #define AT_ENTRY 9 /* entry point of program */
18 #define AT_NOTELF 10 /* program is not ELF */
  /frameworks/base/media/mca/filterfw/jni/
jni_native_program.cpp 39 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
40 return ToJBool(program && program->CallInit());
46 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
47 return ToJBool(program && lib_name && program->OpenLibrary(ToCppString(env, lib_name)));
53 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
54 return ToJBool(program && func_name && program->BindInitFunction(ToCppString(env, func_name)));
60 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz) local
69 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
78 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
85 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
94 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
101 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
113 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
122 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
134 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
180 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
185 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); local
    [all...]
jni_shader_program.cpp 71 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
72 return program ? ToJBool(program->CompileAndLink()) : JNI_FALSE;
79 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
83 return ToJBool(program && program->SetUniformValue(c_key, c_value));
93 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
95 return program ? ToJObject(env, program->GetUniformValue(c_key)) : JNI_NULL;
102 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz) local
139 ShaderProgram* program = gl_env_ptr ? ShaderProgram::CreateIdentity(gl_env_ptr) : NULL; local
153 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
171 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
182 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
193 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
205 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
218 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
229 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
241 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
252 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
261 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
271 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
304 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
    [all...]
  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 3 # Program: RemoteRunSafely.sh
5 # Synopsis: This script simply runs another program remotely using ssh.
6 # It always returns the another program exit code or exit with
7 # code 255 which indicates that the program could not be executed.
12 # <program> <args...>
15 # <hostname> is the remote host to execute the program,
18 # <program> is the path to the program to run,
19 # <args...> are the arguments to pass to the program.
26 "<program> <args...>
    [all...]
  /external/iptables/include/iptables/
internal.h 7 * Program's own name and version.
internal.h.in 7 * Program's own name and version.
  /external/mockito/src/org/mockito/configuration/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/exceptions/verification/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/configuration/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/creation/
package.html 3 ~ This program is made available under the terms of the MIT License.

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>